Uploaded image for project: 'OpenShift Etcd'
  1. OpenShift Etcd
  2. ETCD-187

Create dashboard that shows CPU iotwait on master nodes

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • 3
    • False
    • False
    • Adding a new dashboard that shows the iowait for etcd pods.
    • ETCD Sprint 242

      This came out of the https://bugzilla.redhat.com/show_bug.cgi?id=1943704. 

       

      Add dashboard for iowait CPU on master nodes, this will help customers and customer support or us identify problems that result in leader election - we can see that often due to high iowait, aligning with large spikes in fsync and or peer to peer latency.

       

      Query:

      (sum(irate(node_cpu_seconds_total {mode="iowait"} [2m])) without (cpu)) / count(node_cpu_seconds_total) without (cpu) * 100
      AND on (instance) label_replace( kube_node_role{role="master"}, "instance", "$1", "node", "(.+)" )

            melbeher@redhat.com Mustafa Elbehery
            lcosic@redhat.com Ljiljana Cosic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: