Replies: 1 comment
-
Hi, can you share a cachebench config that generates the negative success rate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi developers,
when I run the cachebench and check the log files, I notice two bugs frequently occur.
First, the eviction success rate in
Evict Attempts: 7,105,134 Success: -259625561934544.84%
is usually a negative number. So I guess the calculation is not correct.Second, sometimes the log has missing timestamps. For example, the timestamps are 11:45:18 and 11:46:18, and then directly jump to 11:52:18. This bug is rare, but It would be great to be resolved, as a contiguous log makes performance analysis easier.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions