So aparently Jmeter waits for a possible shutdown message on port 4445. Can anyone tell me what it is and how to send this command?
I'm running JMeter by spawning a child process from node which gives me the pid for the actual jmeter command just fine, but not the JVM. So I can send SIGTERM to jmeter but this isn't killing the actual test. The workaround here would be to grep ps -ef and pull out the java pid from there and send kill -15 to that, but to be honest that idea fills me with dread. Alternatively, is there any way to interrogate jmeter to get the pid for the java process that it triggered? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
