monitoring of tests in real-time?

Hi folks,

I was wondering if there is a way to monitor the tests: pass/fail/etc. in real-time over waiting for it to end? If a tests runs for hours you would want to see if the initial tests are passing before you are hands free. I know there is the log output when i running it within eclipse but is there an easy way to monitor it in real time while tests are running?

There is indeed a way to monitor the tests in real time, using Gatling’s stats export to Graphite.
If you don’t know Graphite yet, check out Graphite’s website and you get more information about Gatling support for Graphite on the dedicated wiki page.

Cheers,

Pierre

Great thanks !!!