Brain B.

  • 2 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Monitoring of kubernetes/docker applications

    Is there a way to monitor applications running as a set of docker containers managed by k8s(kubernetes)? e.g.: CPU/IO/memory/disk of an application (docker image), node (vm...
    Brain B.
    Brain B.

    Brain B.

    Level
    0
    12 / 100
    points
    Patrice A.
    Patrice A.

    Patrice A.

    Level
    0
    45 / 100
    points
    Hi, since Dec. 2020 and version 7.7, Neoload has a Prometheus monitor allowing you to natively connect to and retrieve metrics from your Prometheus environment very flexibly...
  • howto propagate variable updates in fork to main thread

    To test an API using oauth2 I have to obtain a token and refresh it before it gets invalid. (refresh is necessary if a test run for one VU takes longer than a token is valid)...
    Brain B.
    Brain B.

    Brain B.

    Level
    0
    12 / 100
    points
    Brain B.
    Brain B.

    Brain B.

    Level
    0
    12 / 100
    points
    I just found out that it works, if the variable is initially created/used within the fork. It must not been created in main thread before.