diff --git a/grafana/dashboards/cmode/svm.json b/grafana/dashboards/cmode/svm.json index 11835664c..118c933c6 100644 --- a/grafana/dashboards/cmode/svm.json +++ b/grafana/dashboards/cmode/svm.json @@ -19,7 +19,6 @@ { "id": "heatmap", "name": "Heatmap", - "type": "panel", "version": "" }, { @@ -10013,7 +10012,7 @@ }, { "datasource": "${DS_PROMETHEUS}", - "description": "Rate of NFSv3 read data transfers per second.", + "description": "Rate of NFSv4 read data transfers per second.", "fieldConfig": { "defaults": { "color": { @@ -10930,18 +10929,18 @@ "x": 0, "y": 26 }, - "id": 56, + "id": 486, "panels": [ { "datasource": "${DS_PROMETHEUS}", - "description": "Average latency for NVMF operations.", + "description": "Average latency of NFSv4 requests. This counter keeps track of the average response time of NFSv4 requests.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, + "decimals": 2, "mappings": [], - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -10964,12 +10963,12 @@ "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 8, "x": 0, - "y": 40 + "y": 38 }, - "id": 177, + "id": 528, "options": { "colorMode": "background", "graphMode": "area", @@ -10989,45 +10988,63 @@ "targets": [ { "exemplar": false, - "expr": "avg(nvme_lif_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "avg(svm_nfs_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "SVM NVMe/FC Average Latency", + "title": "NFSv4.2 Avg Latency", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "Rate of NFSv3 data transfers per second.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [], - "min": 0, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "blue", + "color": "semi-dark-blue", "value": null } ] }, - "unit": "binBps" + "unit": "Bps" }, "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 8, "x": 8, - "y": 40 + "y": 38 }, - "id": 178, + "id": 530, + "interval": null, "options": { "colorMode": "value", "graphMode": "area", @@ -11035,7 +11052,7 @@ "orientation": "auto", "reduceOptions": { "calcs": [ - "lastNotNull" + "last" ], "fields": "", "values": false @@ -11047,31 +11064,71 @@ "targets": [ { "exemplar": false, - "expr": "sum(nvme_lif_read_data+nvme_lif_write_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "sum(svm_nfs_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "SVM NVMe/FC Throughput", + "title": "NFSv4.2 Throughput", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } + } + ], "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Total number of operations.", + "description": "Total number of NFSv3 procedure requests per second.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "decimals": 0, - "mappings": [], - "min": 0, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "blue", + "color": "semi-dark-blue", "value": null } ] @@ -11081,12 +11138,13 @@ "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 8, "x": 16, - "y": 40 + "y": 38 }, - "id": 179, + "id": 532, + "interval": null, "options": { "colorMode": "value", "graphMode": "area", @@ -11106,25 +11164,49 @@ "targets": [ { "exemplar": false, - "expr": "sum(nvme_lif_total_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "sum(svm_nfs_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": false, "interval": "", "legendFormat": "", - "refId": "A" + "refId": "Total Ops" + } + ], + "title": "NFSv4.2 IOPs", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } } ], - "title": "SVM NVMe/FC IOPs", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Average latency for read operations.", + "description": "Average latency of READ operations.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, + "decimals": 2, "mappings": [], - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -11147,12 +11229,12 @@ "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 4, "x": 0, - "y": 44 + "y": 43 }, - "id": 180, + "id": 534, "options": { "colorMode": "background", "graphMode": "area", @@ -11172,25 +11254,25 @@ "targets": [ { "exemplar": false, - "expr": "avg(fcp_lif_avg_read_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "avg(svm_nfs_read_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "SVM FCP Average Read Latency", + "title": "NFSv4.2 Read Latency", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Average latency for write operations.", + "description": "Average latency of WRITE operations.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, + "decimals": 2, "mappings": [], - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -11213,12 +11295,12 @@ "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 4, "x": 4, - "y": 44 + "y": 43 }, - "id": 181, + "id": 536, "options": { "colorMode": "background", "graphMode": "area", @@ -11238,45 +11320,63 @@ "targets": [ { "exemplar": false, - "expr": "avg(fcp_lif_avg_write_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "avg(svm_nfs_write_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "SVM FCP Average Write Latency", + "title": "NFSv4.2 Write Latency", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Amount of data read from the storage system.", + "description": "Rate of NFSv4 read data transfers per second.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [], - "min": 0, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "blue", + "color": "semi-dark-blue", "value": null } ] }, - "unit": "binBps" + "unit": "Bps" }, "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 4, "x": 8, - "y": 44 + "y": 43 }, - "id": 182, + "id": 538, + "interval": null, "options": { "colorMode": "value", "graphMode": "area", @@ -11284,7 +11384,7 @@ "orientation": "auto", "reduceOptions": { "calcs": [ - "lastNotNull" + "last" ], "fields": "", "values": false @@ -11296,45 +11396,87 @@ "targets": [ { "exemplar": false, - "expr": "sum(fcp_lif_read_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "sum(svm_nfs_read_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], - "title": "SVM FCP Read Throughput", + "title": " NFSv4.2 Read Throughput", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } + } + ], "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Amount of data written to the storage system.", + "description": "data transfers.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [], - "min": 0, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "blue", + "color": "semi-dark-blue", "value": null } ] }, - "unit": "binBps" + "unit": "Bps" }, "overrides": [] }, "gridPos": { - "h": 4, + "h": 5, "w": 4, "x": 12, - "y": 44 + "y": 43 }, - "id": 183, + "id": 540, + "interval": null, "options": { "colorMode": "value", "graphMode": "area", @@ -11342,7 +11484,7 @@ "orientation": "auto", "reduceOptions": { "calcs": [ - "lastNotNull" + "last" ], "fields": "", "values": false @@ -11354,7 +11496,1183 @@ "targets": [ { "exemplar": false, - "expr": "sum(fcp_lif_write_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "expr": "sum(svm_nfs_write_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": true, + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": " NFSv4.2 Write Throughput", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } + } + ], + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Total number of READ operations.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "semi-dark-blue", + "value": null + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 16, + "y": 43 + }, + "id": 542, + "interval": null, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(svm_nfs_read_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "Total Ops" + } + ], + "title": "NFSv4.2 Read IOPs", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } + } + ], + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Total number of WRITE procedures.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [ + { + "options": { + "Value #Read Ops": { + "index": 0, + "text": "-read-" + }, + "Value #Total Ops": { + "index": 2, + "text": "TOTAL" + }, + "Value #Write Ops": { + "index": 1, + "text": "-write-" + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "semi-dark-blue", + "value": null + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 20, + "y": 43 + }, + "id": 544, + "interval": null, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(svm_nfs_write_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "format": "time_series", + "hide": false, + "instant": false, + "interval": "", + "legendFormat": "", + "refId": "Total Ops" + } + ], + "title": "NFSv4.2 Write IOPs", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": [ + "lastNotNull" + ] + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "Field": "Metric", + "Last (not null)": "Avg" + } + } + } + ], + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 0, + "y": 48 + }, + "id": 546, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "svm_nfs_read_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_read_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Read - {{svm}}", + "refId": "Read Latency" + }, + { + "exemplar": false, + "expr": "svm_nfs_write_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_write_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Write - {{svm}}", + "refId": "Write Latency" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources NFSv4.2 SVMs by Read and Write Latency", + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 8, + "y": 48 + }, + "id": 548, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "svm_nfs_read_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_read_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Read - {{svm}}", + "refId": "Read Latency" + }, + { + "exemplar": false, + "expr": "svm_nfs_write_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_write_throughput{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Write - {{svm}}", + "refId": "Write Latency" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources NFSv4.2 SVMs by Throughput", + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 16, + "y": 48 + }, + "id": 550, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "svm_nfs_read_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_read_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Read - {{svm}}", + "refId": "Read Ops" + }, + { + "exemplar": false, + "expr": "svm_nfs_write_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_write_total{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "Write - {{svm}}", + "refId": "Write Ops" + }, + { + "exemplar": false, + "expr": "svm_nfs_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}\nand\ntopk($TopResources, avg_over_time(svm_nfs_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"}[3h] @ end()))", + "interval": "", + "legendFormat": "Total - {{svm}}", + "refId": "Total Ops" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources NFSv4.2 SVMs by IOPs", + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 56 + }, + "id": 552, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "avg by(__name__) ({__name__=~\"svm_nfs_.+_avg_latency\",datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "hide": false, + "interval": "", + "legendFormat": "{{__name__}}", + "refId": "Read Throughput" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "NFSv4.2 Latency by Op Type", + "transformations": [ + { + "id": "renameByRegex", + "options": { + "regex": "svm_nfs_(.*)_avg_latency", + "renamePattern": "$1" + } + } + ], + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 56 + }, + "id": 554, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum by (__name__) ({__name__=~\"svm_nfs_.+_total\",datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",nfsv=\"v4.2\"})", + "hide": false, + "interval": "", + "legendFormat": "{{__name__}}", + "refId": "Read Throughput" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "NFSv4.2 IOPs per Type", + "transformations": [ + { + "id": "renameByRegex", + "options": { + "regex": "svm_nfs_(.*)_total", + "renamePattern": "$1" + } + } + ], + "type": "timeseries" + } + ], + "title": "NFSv4.2", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 27 + }, + "id": 56, + "panels": [ + { + "datasource": "${DS_PROMETHEUS}", + "description": "Average latency for NVMF operations.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "orange", + "value": 20000 + }, + { + "color": "red", + "value": 30000 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 8, + "x": 0, + "y": 40 + }, + "id": 177, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "avg(nvme_lif_avg_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM NVMe/FC Average Latency", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 8, + "x": 8, + "y": 40 + }, + "id": 178, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(nvme_lif_read_data+nvme_lif_write_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM NVMe/FC Throughput", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Total number of operations.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 0, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + }, + "unit": "iops" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 8, + "x": 16, + "y": 40 + }, + "id": 179, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(nvme_lif_total_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM NVMe/FC IOPs", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Average latency for read operations.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "orange", + "value": 20000 + }, + { + "color": "red", + "value": 30000 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 0, + "y": 44 + }, + "id": 180, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "avg(fcp_lif_avg_read_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM FCP Average Read Latency", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Average latency for write operations.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "orange", + "value": 20000 + }, + { + "color": "red", + "value": 30000 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 4, + "y": 44 + }, + "id": 181, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "avg(fcp_lif_avg_write_latency{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM FCP Average Write Latency", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Amount of data read from the storage system.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 8, + "y": 44 + }, + "id": 182, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(fcp_lif_read_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "SVM FCP Read Throughput", + "type": "stat" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Amount of data written to the storage system.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "blue", + "value": null + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 12, + "y": 44 + }, + "id": 183, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "sum(fcp_lif_write_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"})", "interval": "", "legendFormat": "", "refId": "A" @@ -11994,7 +13312,7 @@ "h": 1, "w": 24, "x": 0, - "y": 27 + "y": 28 }, "id": 132, "panels": [ @@ -12249,7 +13567,7 @@ "h": 1, "w": 24, "x": 0, - "y": 28 + "y": 29 }, "id": 134, "panels": [ @@ -13198,7 +14516,7 @@ "h": 1, "w": 24, "x": 0, - "y": 29 + "y": 30 }, "id": 136, "panels": [ @@ -14032,7 +15350,7 @@ "h": 1, "w": 24, "x": 0, - "y": 30 + "y": 31 }, "id": 266, "panels": [