Reputation: 7
I have one JMeter script. I want to run it in ant script(as ant provide result in html page). I also want graph result in that or new Html page. I heard i can do with jfreechart but i don't know how to do it.
Please help me!!!
Upvotes: 0
Views: 1593
Reputation: 34566
Why not use JMETER PLUGINS great project which contains all graphs you dream about:
Upvotes: 0
Reputation: 168147
I'd suggest to pick one of the following options:
Upvotes: 2
Reputation: 5923
Rather than trying to do this yourself, have you considered using the Performance Plugin for Jenkins? It may alreay have the charts you need.
If you still need to develop your own charts, you will need to write a plug-in for JMeter
; charts are on page 8.
Upvotes: 1