Hi, We are setting up a load testing platform and developping some tools in go.
We'd like to remotely check a JMeter load generator and (if possible) get some statistics or infos from a JMeter daemon. This will be from a utility developed in go (the language isn't the concern here) so outside from JMeter GUI. The idea is to display the status of the slaves machine (daemon up or down, latest errors, etc.). At first, I thought to try to open a network connection to the JMeter process, but I don't know if it would interfere with a load test in progress or if there is an API that would expose more information (errors, load genrator currently in use, etc.). I've asked this question on SO and a user gave me this link : http://jmeter.apache.org/usermanual/best-practices.html#beanshell_server Does it mean that the JMeter daemon is a BS server ? If so, can you give me some examples that will help me to reach my goal? Thank you for any help or pointers.
