diff --git a/grafana/dashboards/cmode/svm.json b/grafana/dashboards/cmode/svm.json index 06615ec47..1fa5f6384 100644 --- a/grafana/dashboards/cmode/svm.json +++ b/grafana/dashboards/cmode/svm.json @@ -1527,7 +1527,7 @@ "panels": [ { "datasource": "${DS_PROMETHEUS}", - "description": "percentage of utilized storage space in a volume relative to its total capacity.", + "description": "The total disk space (in bytes) that is saved by deduplication and file cloning.", "fieldConfig": { "defaults": { "color": { @@ -1561,9 +1561,8 @@ "mode": "off" } }, + "decimals": 2, "mappings": [], - "max": 100, - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1577,7 +1576,7 @@ } ] }, - "unit": "percent" + "unit": "bytes" }, "overrides": [] }, @@ -1587,7 +1586,7 @@ "x": 0, "y": 14 }, - "id": 234, + "id": 238, "options": { "legend": { "calcs": [ @@ -1607,18 +1606,18 @@ "targets": [ { "exemplar": false, - "expr": "volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_sis_dedup_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_dedup_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "interval": "", "legendFormat": "{{volume}} - {{svm}}", "refId": "A" } ], - "title": "Top $TopResources Volumes by % Used", + "title": "Top $TopResources Volumes by Deduplication Savings", "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Percentage of snapshot reserve size that has been used.", + "description": "The total disk space (in bytes) that is saved by compressing blocks on the referenced file system.", "fieldConfig": { "defaults": { "color": { @@ -1652,8 +1651,8 @@ "mode": "off" } }, + "decimals": 2, "mappings": [], - "max": 100, "min": 0, "thresholds": { "mode": "absolute", @@ -1668,7 +1667,7 @@ } ] }, - "unit": "percent" + "unit": "bytes" }, "overrides": [] }, @@ -1678,7 +1677,7 @@ "x": 12, "y": 14 }, - "id": 235, + "id": 239, "options": { "legend": { "calcs": [ @@ -1698,25 +1697,569 @@ "targets": [ { "exemplar": false, - "expr": "volume_snapshot_reserve_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_sis_compress_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_compress_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "interval": "", + "legendFormat": "{{volume}} - {{svm}}", + "refId": "A" + } + ], + "title": "Top $TopResources Volumes by Compression Savings", + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Total space saved (in bytes) in the volume due to deduplication, compression, and file cloning.", + "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": 2, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 24, + "x": 0, + "y": 22 + }, + "id": 240, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_sis_total_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_total_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "interval": "", "legendFormat": "{{volume}} - {{svm}}", "refId": "A" } ], - "title": "Top $TopResources Volumes by Snapshot Reserve % Used", + "title": "Top $TopResources Volumes by Total Efficiency Savings", + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Size that is physically used in the volume, in bytes.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Used", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "opacity", + "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": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 12, + "x": 0, + "y": 32 + }, + "id": 310, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_space_physical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_physical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "{{svm}} - {{volume}}", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Physical Space Used", + "transformations": [], + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Sum of (physical-used, shared_refs, compression_saved_in_plane0, vbn_zero, future_blk_cnt), in bytes.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Used", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "opacity", + "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": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 12, + "x": 12, + "y": 32 + }, + "id": 311, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_space_logical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_logical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "{{svm}} - {{volume}}", + "refId": "C" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Logical Space Used", + "transformations": [], + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "The virtual space used (includes volume reserves) before storage efficiency, in bytes.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "Used", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "opacity", + "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": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 12, + "x": 0, + "y": 44 + }, + "id": 312, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "{{svm}} - {{volume}}", + "refId": "A" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Volume Size Used", + "transformations": [], + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Available space for Snapshot copies from snap-reserve, in bytes.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "IOPs/TB", + "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": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 12, + "x": 12, + "y": 44 + }, + "id": 313, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_snapshots_size_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshots_size_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "{{svm}} - {{volume}}", + "refId": "D" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Snapshot Size Available", + "transformations": [], + "type": "timeseries" + }, + { + "datasource": "${DS_PROMETHEUS}", + "description": "Size in the volume that has been set aside as a reserve for Snapshot copy usage, in bytes.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "IOPs/TB", + "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": 2, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 12, + "x": 0, + "y": 56 + }, + "id": 314, + "options": { + "legend": { + "calcs": [ + "mean", + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom" + }, + "tooltip": { + "mode": "single" + } + }, + "pluginVersion": "8.1.8", + "targets": [ + { + "exemplar": false, + "expr": "volume_snapshot_reserve_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, + "interval": "", + "legendFormat": "{{svm}} - {{volume}}", + "refId": "B" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Snapshot Reserve Size", + "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Percentage of the total disk space that is saved by deduplication and file cloning.", + "description": "Size available for Snapshot copies within the Snapshot copy reserve, in bytes.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { - "axisLabel": "", + "axisLabel": "IOPs/TB", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", @@ -1743,9 +2286,8 @@ "mode": "off" } }, + "decimals": 2, "mappings": [], - "max": 100, - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1759,17 +2301,17 @@ } ] }, - "unit": "percent" + "unit": "bytes" }, "overrides": [] }, "gridPos": { - "h": 8, + "h": 12, "w": 12, - "x": 0, - "y": 22 + "x": 12, + "y": 56 }, - "id": 236, + "id": 315, "options": { "legend": { "calcs": [ @@ -1781,33 +2323,36 @@ "placement": "bottom" }, "tooltip": { - "mode": "single", - "sort": "none" + "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "exemplar": false, - "expr": "volume_sis_dedup_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_dedup_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_snapshot_reserve_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, "interval": "", - "legendFormat": "{{volume}} - {{svm}}", - "refId": "A" + "legendFormat": "{{svm}} - {{volume}}", + "refId": "C" } ], - "title": "Top $TopResources Volumes by Deduplication Saved %", + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Snapshot Reserve Available", + "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "The total disk space (in bytes) that is saved by deduplication and file cloning.", + "description": "The total space used by Snapshot copies in the volume, in bytes.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { - "axisLabel": "", + "axisLabel": "IOPs/TB", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", @@ -1854,12 +2399,12 @@ "overrides": [] }, "gridPos": { - "h": 8, + "h": 12, "w": 12, - "x": 12, - "y": 22 + "x": 0, + "y": 68 }, - "id": 238, + "id": 316, "options": { "legend": { "calcs": [ @@ -1871,26 +2416,44 @@ "placement": "bottom" }, "tooltip": { - "mode": "single", - "sort": "none" + "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "exemplar": false, - "expr": "volume_sis_dedup_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_dedup_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_snapshots_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshots_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, "interval": "", - "legendFormat": "{{volume}} - {{svm}}", + "legendFormat": "{{svm}} - {{volume}}", "refId": "A" } ], - "title": "Top $TopResources Volumes by Deduplication Savings", + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Snapshot Size Used", + "transformations": [], "type": "timeseries" - }, + } + ], + "title": "Volume Capacity", + "type": "row" + }, + { + "collapsed": true, + "datasource": "${DS_PROMETHEUS}", + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 18 + }, + "id": 139, + "panels": [ { "datasource": "${DS_PROMETHEUS}", - "description": "Percentage of the total disk space that is saved by compressing blocks on the referenced file system.", + "description": "Percentage of the total disk space that is saved by deduplication and file cloning.", "fieldConfig": { "defaults": { "color": { @@ -1948,9 +2511,9 @@ "h": 8, "w": 12, "x": 0, - "y": 30 + "y": 14 }, - "id": 237, + "id": 236, "options": { "legend": { "calcs": [ @@ -1970,18 +2533,18 @@ "targets": [ { "exemplar": false, - "expr": "volume_sis_compress_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_compress_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_sis_dedup_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_dedup_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "interval": "", "legendFormat": "{{volume}} - {{svm}}", "refId": "A" } ], - "title": "Top $TopResources Volumes by Saved %", + "title": "Top $TopResources Volumes by Deduplication Saved %", "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "The total disk space (in bytes) that is saved by compressing blocks on the referenced file system.", + "description": "Percentage of the total disk space that is saved by compressing blocks on the referenced file system.", "fieldConfig": { "defaults": { "color": { @@ -2015,8 +2578,8 @@ "mode": "off" } }, - "decimals": 2, "mappings": [], + "max": 100, "min": 0, "thresholds": { "mode": "absolute", @@ -2031,7 +2594,7 @@ } ] }, - "unit": "bytes" + "unit": "percent" }, "overrides": [] }, @@ -2039,9 +2602,9 @@ "h": 8, "w": 12, "x": 12, - "y": 30 + "y": 14 }, - "id": 239, + "id": 237, "options": { "legend": { "calcs": [ @@ -2061,25 +2624,25 @@ "targets": [ { "exemplar": false, - "expr": "volume_sis_compress_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_compress_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_sis_compress_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_compress_saved_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "interval": "", "legendFormat": "{{volume}} - {{svm}}", "refId": "A" } ], - "title": "Top $TopResources Volumes by Compression Savings", + "title": "Top $TopResources Volumes by Compression Saved %", "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "Total space saved (in bytes) in the volume due to deduplication, compression, and file cloning.", + "description": "Size that is physically used in the volume, as a percentage.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { - "axisLabel": "", + "axisLabel": "%", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", @@ -2106,8 +2669,8 @@ "mode": "off" } }, - "decimals": 2, "mappings": [], + "max": 100, "min": 0, "thresholds": { "mode": "absolute", @@ -2122,17 +2685,17 @@ } ] }, - "unit": "bytes" + "unit": "percent" }, "overrides": [] }, "gridPos": { - "h": 10, - "w": 24, + "h": 12, + "w": 12, "x": 0, - "y": 38 + "y": 22 }, - "id": 240, + "id": 317, "options": { "legend": { "calcs": [ @@ -2144,38 +2707,41 @@ "placement": "bottom" }, "tooltip": { - "mode": "single", - "sort": "none" + "mode": "single" } }, "pluginVersion": "8.1.8", "targets": [ { "exemplar": false, - "expr": "volume_sis_total_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_sis_total_saved{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_space_physical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_physical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "hide": false, "interval": "", - "legendFormat": "{{volume}} - {{svm}}", - "refId": "A" + "legendFormat": "{{svm}} - {{volume}}", + "refId": "B" } ], - "title": "Top $TopResources Volumes by Total Efficiency Savings", + "timeFrom": null, + "timeShift": null, + "title": "Top $TopResources Volumes Per Physical Space Used", + "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "Sum of (physical-used, shared_refs, compression_saved_in_plane0, vbn_zero, future_blk_cnt), as a percentage.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { - "axisLabel": "Used", + "axisLabel": "%", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, - "gradientMode": "opacity", + "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, @@ -2197,28 +2763,33 @@ "mode": "off" } }, - "decimals": 2, "mappings": [], + "max": 100, + "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null + }, + { + "color": "red", + "value": 80 } ] }, - "unit": "bytes" + "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 12, "w": 12, - "x": 0, - "y": 48 + "x": 12, + "y": 22 }, - "id": 310, + "id": 318, "options": { "legend": { "calcs": [ @@ -2237,46 +2808,22 @@ "targets": [ { "exemplar": false, - "expr": "volume_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Volume Total Size", - "refId": "D" - }, - { - "exemplar": false, - "expr": "volume_space_physical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_physical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Physical Space Used", - "refId": "B" - }, - { - "exemplar": false, - "expr": "volume_space_logical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_logical_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_space_logical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_logical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "hide": false, "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Logical Space Used", + "legendFormat": "{{svm}} - {{volume}}", "refId": "C" - }, - { - "exemplar": false, - "expr": "volume_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Volume Size Used", - "refId": "A" } ], "timeFrom": null, "timeShift": null, - "title": "Top $TopResources Volumes Per Volume Space Used", + "title": "Top $TopResources Volumes Per Logical Space Used", "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "percentage of utilized storage space in a volume relative to its total capacity.", "fieldConfig": { "defaults": { "color": { @@ -2333,10 +2880,10 @@ "gridPos": { "h": 12, "w": 12, - "x": 12, - "y": 48 + "x": 0, + "y": 44 }, - "id": 312, + "id": 319, "options": { "legend": { "calcs": [ @@ -2353,47 +2900,31 @@ }, "pluginVersion": "8.1.8", "targets": [ - { - "exemplar": false, - "expr": "volume_space_physical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_physical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Physical Space Used", - "refId": "B" - }, - { - "exemplar": false, - "expr": "volume_space_logical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_space_logical_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Logical Space Used", - "refId": "C" - }, { "exemplar": false, "expr": "volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "hide": false, "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Volume Size Used", + "legendFormat": "{{svm}} - {{volume}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, - "title": "Top $TopResources Volumes Per Volume Space Used Percent", + "title": "Top $TopResources Volumes Per Volume Size Used", "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "The space that has been set aside as a reserve for Snapshot copy usage, in percent.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { - "axisLabel": "IOPs/TB", + "axisLabel": "%", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", @@ -2420,8 +2951,9 @@ "mode": "off" } }, - "decimals": 2, "mappings": [], + "max": 100, + "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -2435,17 +2967,17 @@ } ] }, - "unit": "bytes" + "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 12, "w": 12, - "x": 0, - "y": 60 + "x": 12, + "y": 44 }, - "id": 314, + "id": 320, "options": { "legend": { "calcs": [ @@ -2464,46 +2996,22 @@ "targets": [ { "exemplar": false, - "expr": "volume_snapshots_size_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshots_size_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Size Available", - "refId": "D" - }, - { - "exemplar": false, - "expr": "volume_snapshot_reserve_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_size{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", + "expr": "volume_snapshot_reserve_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "hide": false, "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Reserve Size", + "legendFormat": "{{svm}} - {{volume}}", "refId": "B" - }, - { - "exemplar": false, - "expr": "volume_snapshot_reserve_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_available{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Reserve Available", - "refId": "C" - }, - { - "exemplar": false, - "expr": "volume_snapshots_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshots_size_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Size Used", - "refId": "A" } ], "timeFrom": null, "timeShift": null, - "title": "Top $TopResources Volumes Per Volume Snapshot Space Used", + "title": "Top $TopResources Volumes Per Snapshot Reserve", "transformations": [], "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", - "description": "", + "description": "Percentage of snapshot reserve size that has been used.", "fieldConfig": { "defaults": { "color": { @@ -2560,10 +3068,10 @@ "gridPos": { "h": 12, "w": 12, - "x": 12, - "y": 60 + "x": 0, + "y": 56 }, - "id": 316, + "id": 321, "options": { "legend": { "calcs": [ @@ -2580,39 +3088,23 @@ }, "pluginVersion": "8.1.8", "targets": [ - { - "exemplar": false, - "expr": "volume_snapshot_reserve_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Reserve", - "refId": "B" - }, { "exemplar": false, "expr": "volume_snapshot_reserve_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_snapshot_reserve_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", "hide": false, "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Snapshot Reserve Used", + "legendFormat": "{{svm}} - {{volume}}", "refId": "C" - }, - { - "exemplar": false, - "expr": "volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}\nand\ntopk($TopResources, avg_over_time(volume_size_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}[$__range] @ end()))", - "hide": false, - "interval": "", - "legendFormat": "{{svm}} - {{volume}} - Volume Size Used", - "refId": "A" } ], "timeFrom": null, "timeShift": null, - "title": "Top $TopResources Volumes Per Volume Snapshot Space Used Percent", + "title": "Top $TopResources Volumes Per Snapshot Reserve Used", "transformations": [], "type": "timeseries" } ], - "title": "Volume Capacity", + "title": "Volume Capacity in %", "type": "row" }, { @@ -2622,7 +3114,7 @@ "h": 1, "w": 24, "x": 0, - "y": 18 + "y": 19 }, "id": 88, "panels": [ @@ -3326,7 +3818,7 @@ "h": 1, "w": 24, "x": 0, - "y": 19 + "y": 20 }, "id": 98, "panels": [ @@ -4388,7 +4880,7 @@ "h": 1, "w": 24, "x": 0, - "y": 20 + "y": 21 }, "id": 110, "panels": [ @@ -5451,7 +5943,7 @@ "h": 1, "w": 24, "x": 0, - "y": 21 + "y": 22 }, "id": 124, "panels": [ @@ -6400,7 +6892,7 @@ "h": 1, "w": 24, "x": 0, - "y": 22 + "y": 23 }, "id": 37, "panels": [ @@ -7692,7 +8184,7 @@ "h": 1, "w": 24, "x": 0, - "y": 23 + "y": 24 }, "id": 126, "panels": [ @@ -9001,7 +9493,7 @@ "h": 1, "w": 24, "x": 0, - "y": 24 + "y": 25 }, "id": 130, "panels": [ @@ -10318,7 +10810,7 @@ "h": 1, "w": 24, "x": 0, - "y": 25 + "y": 26 }, "id": 56, "panels": [ @@ -11382,7 +11874,7 @@ "h": 1, "w": 24, "x": 0, - "y": 26 + "y": 27 }, "id": 132, "panels": [ @@ -11637,7 +12129,7 @@ "h": 1, "w": 24, "x": 0, - "y": 27 + "y": 28 }, "id": 134, "panels": [ @@ -12584,7 +13076,7 @@ "h": 1, "w": 24, "x": 0, - "y": 28 + "y": 29 }, "id": 136, "panels": [ @@ -13418,7 +13910,7 @@ "h": 1, "w": 24, "x": 0, - "y": 29 + "y": 30 }, "id": 266, "panels": [