Skip to content
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

usec_per_read_op is measured in microseconds. the formula is incorrect. #1282

Open
haihongren opened this issue Oct 27, 2023 · 0 comments
Open

Comments

@haihongren
Copy link
Contributor

"query": "SELECT latest(usec_per_read_op)/1024 as 'I/O Read latency',latest(usec_per_write_op)/1024 as 'I/O Write latency' FROM purePerf TIMESERIES AUTO EXTRAPOLATE "

the formula should be:

latest(usec_per_read_op)/1000
latest(usec_per_write_op)/1000

rather than

latest(usec_per_read_op)/1024
latest(usec_per_write_op)/1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant