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

RRDs stats for SR object #2644

Closed
olivierlambert opened this issue Feb 15, 2018 · 0 comments
Closed

RRDs stats for SR object #2644

olivierlambert opened this issue Feb 15, 2018 · 0 comments

Comments

@olivierlambert
Copy link
Member

olivierlambert commented Feb 15, 2018

FYI, the SR uuid is on the format:

"AVERAGE:host:<hostUUID>:<statname>_<SR partial UUID>"

With partial UUID the first group of UUID (first 8 chars)

Example:

"AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:inflight_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:iowait_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:iops_total_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:iops_write_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:iops_read_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:io_throughput_total_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:io_throughput_write_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:io_throughput_read_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:write_latency_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:read_latency_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:write_e6616eb6",
            "AVERAGE:host:77b3f6ad-020b-4e48-b090-74b2a26c4f69:read_e6616eb6",

I'd like to have:

  • IOPS (read/write)
  • IO throughput (read/write)
  • Latency (read/write)
  • IOwait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants