-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregation Incorrect for QPS #337
Comments
Attached an email I sent earlier:
|
CSV file is generated in correctly. |
@zhenyun I am still not clear what's incorrect here. if aggr_metrics=none, then qps cannot be calculated (since we are not aggregating anything) |
In my case, I did not specify anything. On Fri, Aug 28, 2015 at 9:31 AM, Ritesh Maheshwari <[email protected]
Zen (Zhenyun Zhuang, Performance Team) |
Okay, feel free to pick up the investigation/story since you have the full On Fri, Aug 28, 2015 at 9:40 AM, zhenyun [email protected] wrote:
|
Sample data: [GRAPH] |
I could take a look at this bug next week if no one pick it up. |
@zhenyun Can you take a look at this again, please install from the master branch as I used your CSV file and configuration and have this as my
|
I'm honestly confused how I was able to get the above output as any subsequent tries gave me an error:
I then went to add quickly to
And then got the results that @zhenyun has. Questions:
|
Feel the default should be 'second', after all, qps stands for query per second. |
@feng-tao We've found out that actually If you could look at this sometime, that'd be great, it is based on this merge commit from your pull request: 239c936. The |
@richardhsu Thanks. I will submit a pull request to fix this. In the mean time, I think by setting aggr_metrics=second is temp work around. |
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 only seems to plot second-level data points such that it only plots the last data points.
data.csv
naarad.conf
The text was updated successfully, but these errors were encountered: