1

We have WCAT based load tests. Now we want to use Jenkins continuous integration tool. What we want to see is a trend graph of "requests/sec" metric. I didn't find any suitable plugin in plugins page to achieve this.

Could anyone suggest me solution except to write my own plugin?

Pashec
  • 23,199
  • 3
  • 26
  • 26

1 Answers1

1

If you can get the WCAT data into CSV format, the Plot plugin should work for you.

gareth_bowles
  • 20,760
  • 5
  • 52
  • 82
  • 1
    I should add that this plugin supports not only CSV format but XML as well. – Pashec Sep 28 '11 at 07:00
  • I just wasted half an hour or more trying to figure out why my graphs are not displaying. As it turned out this plugin does not allow spaces in plot group name. – Piotr Perak Oct 08 '11 at 10:49