]> git.sesse.net Git - nageru/commitdiff
Add a GPU memory eviction counter to the Grafana dashboard.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 14:53:20 +0000 (16:53 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 14:53:20 +0000 (16:53 +0200)
Nageru-Grafana.json

index ab512db9100273b350828bf504e4975952d93b41..013e738d43c819b2a26439f7fb347b00931f113c 100644 (file)
@@ -58,7 +58,7 @@
   "gnetId": null,
   "graphTooltip": 0,
   "id": null,
-  "iteration": 1524926525805,
+  "iteration": 1524926525808,
   "links": [],
   "panels": [
     {
           "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": [],
   "timezone": "browser",
   "title": "Nageru",
   "uid": "UML0ZDMmz",
-  "version": 5
+  "version": 7
 }