]> git.proxmox.com Git - ceph.git/blob - ceph/monitoring/ceph-mixin/tests_dashboards/features/osds-overview.feature
import ceph quincy 17.2.6
[ceph.git] / ceph / monitoring / ceph-mixin / tests_dashboards / features / osds-overview.feature
1 Feature: OSD Overview
2
3 Scenario: "Test OSD onode Hits Ratio"
4 Given the following series:
5 | metrics | values |
6 | ceph_bluestore_onode_hits{ceph_daemon="osd.0",instance="ceph:9283",job="ceph"} | 5255 |
7 | ceph_bluestore_onode_hits{ceph_daemon="osd.1",instance="ceph:9283",job="ceph"} | 5419 |
8 | ceph_bluestore_onode_hits{ceph_daemon="osd.2",instance="ceph:9283",job="ceph"} | 5242 |
9 | ceph_bluestore_onode_misses{ceph_daemon="osd.0",instance="ceph:9283",job="ceph"} | 202 |
10 | ceph_bluestore_onode_misses{ceph_daemon="osd.1",instance="ceph:9283",job="ceph"} | 247 |
11 | ceph_bluestore_onode_misses{ceph_daemon="osd.2",instance="ceph:9283",job="ceph"} | 234 |
12 Then Grafana panel `OSD onode Hits Ratio` with legend `EMPTY` shows:
13 | metrics | values |
14 | {} | 9.588529429483704E-01 |
15