@@ -3,8 +3,8 @@ Feature: RGW Overview Dashboard
33Scenario : "Test Average GET Latencies"
44 Given the following series:
55 | metrics | values |
6- | ceph_rgw_get_initial_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 50 100 |
7- | ceph_rgw_get_initial_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 20 60 80 |
6+ | ceph_rgw_op_get_obj_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 50 100 |
7+ | ceph_rgw_op_get_obj_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 20 60 80 |
88 | ceph_rgw_metadata {ceph_daemon ="rgw .foo ", hostname ="localhost ", instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 1 1 1 |
99 When interval is `30s`
1010 Then Grafana panel `Average GET/PUT Latencies by RGW Instance` with legend `GET {{rgw_host}}` shows:
@@ -14,8 +14,8 @@ Scenario: "Test Average GET Latencies"
1414Scenario : "Test Average PUT Latencies"
1515 Given the following series:
1616 | metrics | values |
17- | ceph_rgw_put_initial_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 15 35 55 |
18- | ceph_rgw_put_initial_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 30 50 |
17+ | ceph_rgw_op_put_obj_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 15 35 55 |
18+ | ceph_rgw_op_put_obj_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 30 50 |
1919 | ceph_rgw_metadata {ceph_daemon ="rgw .foo ", hostname ="localhost ", instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 1 1 1 |
2020 When interval is `30s`
2121 Then Grafana panel `Average GET/PUT Latencies by RGW Instance` with legend `PUT {{rgw_host}}` shows:
@@ -35,8 +35,8 @@ Scenario: "Test Total Requests/sec by RGW Instance"
3535Scenario : "Test GET Latencies by RGW Instance"
3636 Given the following series:
3737 | metrics | values |
38- | ceph_rgw_get_initial_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 50 100 |
39- | ceph_rgw_get_initial_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 20 60 80 |
38+ | ceph_rgw_op_get_obj_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 50 100 |
39+ | ceph_rgw_op_get_obj_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 20 60 80 |
4040 | ceph_rgw_metadata {ceph_daemon ="rgw .foo ", hostname ="localhost ", instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 1 1 1 |
4141 When interval is `30s`
4242 Then Grafana panel `GET Latencies by RGW Instance` with legend `{{rgw_host}}` shows:
@@ -46,7 +46,7 @@ Scenario: "Test GET Latencies by RGW Instance"
4646Scenario : "Test Bandwidth Consumed by Type- GET"
4747 Given the following series:
4848 | metrics | values |
49- | ceph_rgw_get_b {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 10 50 100 |
49+ | ceph_rgw_op_get_obj_bytes {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 10 50 100 |
5050 When evaluation time is `1m`
5151 And interval is `30s`
5252 Then Grafana panel `Bandwidth Consumed by Type` with legend `GETs` shows:
@@ -56,7 +56,7 @@ Scenario: "Test Bandwidth Consumed by Type- GET"
5656Scenario : "Test Bandwidth Consumed by Type- PUT"
5757 Given the following series:
5858 | metrics | values |
59- | ceph_rgw_put_b {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 5 20 50 |
59+ | ceph_rgw_op_put_obj_bytes {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 5 20 50 |
6060 When evaluation time is `1m`
6161 And interval is `30s`
6262 Then Grafana panel `Bandwidth Consumed by Type` with legend `PUTs` shows:
@@ -66,8 +66,8 @@ Scenario: "Test Bandwidth Consumed by Type- PUT"
6666Scenario : "Test Bandwidth by RGW Instance"
6767 Given the following series:
6868 | metrics | values |
69- | ceph_rgw_get_b {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 10 50 100 |
70- | ceph_rgw_put_b {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 5 20 50 |
69+ | ceph_rgw_op_get_obj_bytes {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 10 50 100 |
70+ | ceph_rgw_op_put_obj_bytes {instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 5 20 50 |
7171 | ceph_rgw_metadata {ceph_daemon ="rgw .1 ", hostname ="localhost ", instance ="127 .0 .0 .1 ", instance_id ="92806566 ", job ="ceph "} | 1 1 1 |
7272 When evaluation time is `1m`
7373 And interval is `30s`
@@ -78,8 +78,8 @@ Scenario: "Test Bandwidth by RGW Instance"
7878Scenario : "Test PUT Latencies by RGW Instance"
7979 Given the following series:
8080 | metrics | values |
81- | ceph_rgw_put_initial_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 15 35 55 |
82- | ceph_rgw_put_initial_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 30 50 |
81+ | ceph_rgw_op_put_obj_lat_sum {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 15 35 55 |
82+ | ceph_rgw_op_put_obj_lat_count {instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 10 30 50 |
8383 | ceph_rgw_metadata {ceph_daemon ="rgw .foo ", hostname ="localhost ", instance ="127 .0 .0 .1 ", instance_id ="58892247 ", job ="ceph "} | 1 1 1 |
8484 When evaluation time is `1m`
8585 And interval is `30s`
0 commit comments