Richard Hsu
Richard Hsu
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...
This is to refer to the enhancements from #294 and splitting the feature enhancement from the bug fix. 1. We should add multiple chart sections like in the normal report...
This is to refer to the enhancements from #294 and splitting the feature enhancement from the bug fix. Basically we should have filtering on the chart selection so it makes...
It'd be awesome if we could have the filtering box allow regular expressions so that if needing multiple things, regex ORs can be used. Generally this would make filtering more...
The chart filtering text box for filtering requires the user to hit `Filter`. We should add it so that the `Enter` key to filter automatically as that's a fairly quick...
See #298 as a bug is introduced due to no sanitization of the sub metric description thus special characters can prevent the PNG/div graphs to be saved. This issue is...
When you type `naarad` it will generate a simple usage report: ``` Usage: To generate a diff report : naarad -d report1 report2 -o -c -e To generate an analysis...
Under `src/naarad/naarad_constants.py`. Any reason for duplicate `proc` output files? Otherwise will remove and need to fix `conf` files to also utilize the `proc.###.out` file convention. ``` python #Auto Discover Metrics...
For machines behind proxies or firewalls, installing with pip may not work properly due to requirements. We can install naarad with the downloaded github repository but requirements may have issues....