smartcat-labs / berserker

Berserker is load generator with pluggable input source and configurable output.
Apache License 2.0
52 stars 8 forks source link

Logs Output as Bar or Line Graph #60

Open pawanjuly3 opened 6 years ago

pawanjuly3 commented 6 years ago

can we direct all the stats to a log file on which some script can make a graph on stats for better output? Some thing like YCSB which creates HDR files which can be loaded to hdr-histogram plotter for visualizing.

vajda commented 6 years ago

HDR histogram is not supported at the moment, however, you can use JMX as metrics reporter. It is configured as:

metrics-reporter-configuration-name: JMX

Then you can collect all the metrics using Telegraf or any other similar tool to some time series DB and plot it.