-
Notifications
You must be signed in to change notification settings - Fork 90
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
[BUG] Overview page Requests/sec incorrect. #86
Comments
It looks like the generated data is wrong... looks like maybe an issue with the cron generator: |
It seems some of the ipm data logged is in exponential format... MariaDB [pinba]> SELECT created_at, req_per_sec FROM ipm_report_by_hostname_and_server limit 10; |
Truncating the table seems to have fixed it for now.... |
Going through the pinba data, it looks like the following pinba tables may have wrong data: report_by_hostname report_by_hostname_and_schema report_by_hostname_and_script It's looking like it might be an engine problem.... |
Why was this closed? Issue is unresolved. |
Because It is issue of pinba, not Pinboard. |
I'm seeing '85070586659632214952926045871129231360,000' Requests/sec for every entry (3 sites).
This is a dev server with maybe 5 requests/sec.....
The text was updated successfully, but these errors were encountered: