Hi, 
Is it reasonable to submit the same jmeter test from command line as multiple 
unix processes?
Example: 
(jmeter -n -j jmeterlog1.log -t mytest.jmx  -Jnum_users=10 -Jramp_up=10) &
(jmeter -n -j jmeterlog2.log -t mytest.jmx  -Jnum_users=10 -Jramp_up=10) &
(jmeter -n -j jmeterlog3.log -t mytest.jmx  -Jnum_users=10 -Jramp_up=10) &

Would this simulate 30 user load?
We get this error when we submit above jobs:



"The JVM should have exitted but did not. The following non-daemon threads are 
still running (DestroyJavaVM is OK): ..."

 Any ideas why?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to