Hi,
I work with distributed testing on a continuous integration environment
(Hudson 1.388 + Maven 2 + JMeter 2.4 and Linux servers) and want to develop
a page to show if and what agents are running a test.
I read the source code of ClientJMeterEngine, RemoteJMeterEngineImpl
and StandardJMeterEngine. In this last one, the property "running" is
probably the best to look for.
How do I get access to the thread or threads started by
StandardJMeterEngine to know if is running a test?
Is it possible connecting a RMI client, maybe using "server.rmi.create"
and "server.rmi.port" properties?
Thanks for your attention.
Flávio Cysne