0

Is possible with JMeter report data of all test request? Most important are Response time and Thoughput for me. When I use graph or aggregate report, I get only final values of Average and Thoughput on the end of the test. But I need save response time and thoughput for each request of the test. Exist some tool in JMeter for reporting and saving these metrics for each request of test? Graph display these metrics by lines, but I need these metrics as numbers. Thanks

Ondřej Ryška
  • 461
  • 1
  • 11
  • 23

1 Answers1

2

You can use Jmeter plugins for more better graphs, which gives composite graph option by which you can get combined response time graph and byte throughput graph (and more graphs) together.

Nithin CV
  • 1,046
  • 9
  • 23
  • And allows these plugins number representation and saving these metrics? I need number values of these metrics for analysis in NCSS. So I need all values of these metrics as numbers in f.e. table or csv. – Ondřej Ryška Apr 24 '14 at 10:46
  • 1
    @OndřejRyška: refer this link http://www.tutorialspoint.com/jmeter/jmeter_listeners.htm – Nithin CV Apr 24 '14 at 11:07
  • Thanks! This link is very helpful. Chapter "Default Configuration" resolve my problem. – Ondřej Ryška Apr 24 '14 at 13:47