Skip to content

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

@haihongren

Description

@haihongren

"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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions