naarad
naarad copied to clipboard
Naarad is a highly configurable system analysis tool that parses and plots timeseries data for better visual correlation. Naarad was built to help in performance analysis and investigations.
UserWarning: Attempting to set identical bottom == top == 0.0 results in singular transformations; automatically expanding. ax.set_ylim(viewCenter[1] - viewDelta[1]/2, viewCenter[1] + viewDelta[1]/2) Node::addunbalLoad - load to add of incorrect size...
Hi, I have a couple of sar files that I would like to analyze with naarad, however I'm getting some parsing errors. My sar files are generated with a different...
I've been making some changes to PrintGCStats in naarad, so I would like some way of doing regression testing. So I've made a simple java program, and executed with JDK...
For now, I just want feedback if this is something you also see as useful. If you see it as useful, I will also add promotion per second. The reason...
Hi, I'm using naarad to analyse Linux sar and Java GC logs. I'm getting some really weird errors, which happens randomly. It goes like this. I execute naarad command line:...
When I try running the naarad tests, I get multiple test failures. This happens when running them manually or using something like nose. Example test failure: ``` ====================================================================== ERROR: Tests...
Sub-samples or sub-requests should not be involved in stats calculations, it will impact the aggregations, percentiles results. For the following case, request 'login' has two redirects "https://www.linkedin.com/uas/login-submit" and "https://www.linkedin.com/nhome/". Naarad...
If `aggr_metrics=none` is specified, the qps count is not correct. For instance, for the below example: It reports qps = 1 when it should be 4 and 1. Also it...
When using Naarad and looking at log or CSV files the timezones do not match and makes it harder to correlate. We should update the graphs to reflect the same...