Gatling With PerfMon?

232 views
Skip to first unread message

Matthew Royer

unread,
Sep 4, 2013, 5:26:37 PM9/4/13
to gat...@googlegroups.com
Has anyone integrated PerfMon or any other system performance monitor with Gatling? As far as getting the data put into the report that Gatling produces.

Stéphane Landelle

unread,
Sep 6, 2013, 6:32:30 AM9/6/13
to gat...@googlegroups.com
Has anyone integrated PerfMon or any other system performance monitor with Gatling?

Not I'm aware of. Can PerfMon push into Graphite?
 
As far as getting the data put into the report that Gatling produces.

You can parse the files generated by Gatling, like simulation.log or the JSON files in order to build your own reports, but beware of not hacking gatling-highcharts, as you'd need a Highcharts licence.

Cheers,

Stéphane

David Luu

unread,
Sep 6, 2013, 7:44:55 PM9/6/13
to gat...@googlegroups.com
If we're talking about Windows Perfmon, it can generate output in its own proprietary binary format, CSV, or store/dump in a SQL database. You could just set up Perfmon to log results as CSV or in database, then parse/extract the Perfmon data in CSV/database to use by Gatling reporting.

For that part, I generally use the command line versions of perfmon rather than the GUI to export/convert perfmon log formats as well as start/stop/log on demand like with typeperf.exe etc.

CruiZen

unread,
Sep 25, 2014, 5:53:00 AM9/25/14
to gat...@googlegroups.com
An indirect solution is - powershell scripts that can collect data from perfmon and push metrics to Graphite https://github.com/MattHodge/Graphite-PowerShell-Functions

Hopefully this is not too late. :-)

Found it at http://graphite.readthedocs.org/en/latest/tools.html
Reply all
Reply to author
Forward
0 new messages