You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/05/09 09:01:39 UTC

[Bug 50034] Provide API for running JMeter

https://issues.apache.org/bugzilla/show_bug.cgi?id=50034

--- Comment #4 from Martin Šimek <ms...@kerio.com> ---
Currently we are running JMeter as a new process which is quite lame when
running from java. For our purposes it would be enough to be able to run main()
and be sure that all threads finish before the method finishes. Results would
be also fine, but currently we just load resulting XML file using dom4j.

However, the library behavior would be the most clear solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.