I have a performance test suite that during the run collects response time information (in a CSV format). Also I have a set of monitoring scripts that collect running application metrics (also in CSV format) on the server. I would like to automate a visualisation of those datasets (basically, time series) e.g. some web application where I can upload all datasets and get them displayed in a nice chart with posbility of filtering by time period, displaying data in different slices and correlating with other datasets based on time. Do you guys know of something like that?
I have a performance test suite that during the run collects response time information
Share
A particularly popular tool for just this purpose is rrdtool.
If you are interested in the most sophisticated analytical tools available for time series, I’d recommend R, and for a web interface, either RApache or RStudio in server mode. I suspect that that would be overkill, if you’re primarily interested in a dashboard-style tool.