How to convert a large JMeter summary report to a chart
I have a set of large summary reports from JMeter test cases. The reports contain test results where I have a large number of threads in long-running loops. The summary reports provide me with all the statistics I need, but I would like to be able to convert these reports to graphs/charts. This would allow me to show whether the tests were scaling linearly and so on.
My reports are so large that it doesn't look possible to convert them to graphs within JMeter itself. Can anyone recommend a way of converting large summary repo开发者_如何学Gorts into decent looking charts? I'm particularly interested in graphing the throughput and response times.
Gzip your files and upload them to Loadosophia.org, you'll have several graphs for your test.
Also you may use JMeterPluginsCMD tool to create graphs from command line, this brings you some automation with long-running result analysis.
精彩评论