All, i would like some help in resolving this issue.
PROBLEM : NEED The ability to run console APP to be processed but without waiting for that one to finish, execute the others based on number of threads to be run as well as time wait
For example:
Application description:
someApp.exe - This app calls with Parameter- Example someApp.exe -I someinputfile -d typeofserveice -r -i <some_input.json> -w
This will connect to the service and post it to the service and wait for a response in set amount of wait time before timing out.
What I want to do:
1 Request
5 Request - simultaneous - want the ability to control this say every 15 second spawn that request until you get to 5 concurrent request
8, 16 etc
I don’t want to wait for one request to complete before trying the next request….
I started with OS Process Sampler
Problem here is two folds:
- I can’t change the Request ID in the batch file
- It is waiting for one Request to finish
What I tried
Multiple Thread Group with same command….. Different batch file for each……
Is it possible to use Beanshell or instead of Running Batch I can pass the same command that is in the batch file via OS PROCESS SAMPLE which I can control the variable names such as requestID etc….
cd C:PFG_CLIENT_APPSOMECLIENTAPPNAMEDebug
ClientApp.exe -d appigee -r 61129361 -i test_svc_input.json -w 700
-r
question from:
https://stackoverflow.com/questions/65939987/running-multiple-execution-of-executable-with-parameterized-command-via-jemeter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…