I am running Jmeter in Non-Gui mode. jmeter -n -t my_test.jmx -l results.jtl .
I want to display the aggregate report without loading the results file( results.jtl) in Listener.One way to get it done is use ANT,but ant need to installed in the machine to see the report . Please tell what is The Jmeter API to call for to display aggregate report directly or is there any another way to see the aggregate report . thanks Bhanu