문제

I'm using Loadrunner 9.50 (for licensing reasons cannot upgrade to latest version)
Is there a way to dynamically determine, from command line, if a scenario is running?
I am writing a simple web app which will show if a workload is currently executing against a product and would like to check status using scripts.

I know, on Windows, that processes (using tasklist) called:

  • lr_host_balancer.exe
  • lr_bridge.exe

are running on generators, but this does not represent if a workload is actually running.
Is there a method/script I could use to return 'true' only if a workload is running?

도움이 되었습니까?

해결책

When an LG runs a load test it starts one or more processes called mdrv or mmdrv. You can look for those. Note that they will not tell you who runs the load test on that LG only that some load test is running.

다른 팁

Look at your request logs on your application under test. More requests: Test Running. No Requests: Test Not Running

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top