From 1df9410a728d14d168bb04a9e687c155ac992d2a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 28 Apr 2018 16:53:20 +0200 Subject: [PATCH] Add a GPU memory eviction counter to the Grafana dashboard. --- Nageru-Grafana.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Nageru-Grafana.json b/Nageru-Grafana.json index ab512db..013e738 100644 --- a/Nageru-Grafana.json +++ b/Nageru-Grafana.json @@ -58,7 +58,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1524926525805, + "iteration": 1524926525808, "links": [], "panels": [ { @@ -679,6 +679,14 @@ "legendFormat": "x264 speedcontrol late frames", "refId": "F", "step": 20 + }, + { + "expr": "rate(nageru_memory_gpu_evictions{instance=~\"$instance\"}[1m])", + "format": "time_series", + "interval": "", + "intervalFactor": 1, + "legendFormat": "GPU memory evictions", + "refId": "G" } ], "thresholds": [], @@ -1729,5 +1737,5 @@ "timezone": "browser", "title": "Nageru", "uid": "UML0ZDMmz", - "version": 5 + "version": 7 } -- 2.39.2