Skip to content

Commit 5d5a829

Browse files
committed
improved system metrics dashboard
1 parent 9ec1456 commit 5d5a829

File tree

1 file changed

+45
-8
lines changed

1 file changed

+45
-8
lines changed

Diff for: grafana/dashboards/system metrics.json

+45-8
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gnetId": 1138,
1919
"graphTooltip": 0,
2020
"id": null,
21-
"iteration": 1543014739894,
21+
"iteration": 1543431215855,
2222
"links": [],
2323
"panels": [
2424
{
@@ -2318,12 +2318,19 @@
23182318
"pointradius": 5,
23192319
"points": false,
23202320
"renderer": "flot",
2321-
"seriesOverrides": [],
2321+
"seriesOverrides": [
2322+
{
2323+
"$$hashKey": "object:1491",
2324+
"alias": "Write bytes",
2325+
"transform": "negative-Y"
2326+
}
2327+
],
23222328
"spaceLength": 10,
23232329
"stack": false,
23242330
"steppedLine": false,
23252331
"targets": [
23262332
{
2333+
"$$hashKey": "object:249",
23272334
"alias": "Read bytes",
23282335
"dsType": "influxdb",
23292336
"expr": "",
@@ -2344,6 +2351,7 @@
23442351
"hide": false,
23452352
"intervalFactor": 2,
23462353
"measurement": "diskio",
2354+
"orderByTime": "ASC",
23472355
"policy": "default",
23482356
"query": "SELECT derivative(mean(\"read_bytes\"), 5m) FROM \"diskio\" WHERE \"host\" =~ /^$host$/ AND $timeFilter GROUP BY time($interval) fill(null)",
23492357
"rawQuery": false,
@@ -2363,9 +2371,15 @@
23632371
},
23642372
{
23652373
"params": [
2366-
"1m"
2374+
"10s"
23672375
],
23682376
"type": "derivative"
2377+
},
2378+
{
2379+
"params": [
2380+
" / 10"
2381+
],
2382+
"type": "math"
23692383
}
23702384
]
23712385
],
@@ -2378,6 +2392,7 @@
23782392
]
23792393
},
23802394
{
2395+
"$$hashKey": "object:250",
23812396
"alias": "Write bytes",
23822397
"dsType": "influxdb",
23832398
"expr": "",
@@ -2397,6 +2412,7 @@
23972412
],
23982413
"intervalFactor": 2,
23992414
"measurement": "diskio",
2415+
"orderByTime": "ASC",
24002416
"policy": "default",
24012417
"refId": "B",
24022418
"resultFormat": "time_series",
@@ -2414,9 +2430,15 @@
24142430
},
24152431
{
24162432
"params": [
2417-
"1m"
2433+
"10s"
24182434
],
24192435
"type": "derivative"
2436+
},
2437+
{
2438+
"params": [
2439+
" / 10"
2440+
],
2441+
"type": "math"
24202442
}
24212443
]
24222444
],
@@ -2449,14 +2471,16 @@
24492471
},
24502472
"yaxes": [
24512473
{
2452-
"format": "bytes",
2474+
"$$hashKey": "object:595",
2475+
"format": "Bps",
24532476
"label": null,
24542477
"logBase": 1,
24552478
"max": null,
24562479
"min": null,
24572480
"show": true
24582481
},
24592482
{
2483+
"$$hashKey": "object:596",
24602484
"format": "short",
24612485
"label": null,
24622486
"logBase": 1,
@@ -2507,6 +2531,7 @@
25072531
"renderer": "flot",
25082532
"seriesOverrides": [
25092533
{
2534+
"$$hashKey": "object:1419",
25102535
"alias": "Bytes OUT",
25112536
"transform": "negative-Y"
25122537
}
@@ -2554,9 +2579,15 @@
25542579
},
25552580
{
25562581
"params": [
2557-
"1s"
2582+
"10s"
25582583
],
25592584
"type": "derivative"
2585+
},
2586+
{
2587+
"params": [
2588+
" / 10"
2589+
],
2590+
"type": "math"
25602591
}
25612592
]
25622593
],
@@ -2613,9 +2644,15 @@
26132644
},
26142645
{
26152646
"params": [
2616-
"1s"
2647+
"10s"
26172648
],
26182649
"type": "derivative"
2650+
},
2651+
{
2652+
"params": [
2653+
" / 10"
2654+
],
2655+
"type": "math"
26192656
}
26202657
]
26212658
],
@@ -3213,7 +3250,7 @@
32133250
]
32143251
},
32153252
"time": {
3216-
"from": "now-12h",
3253+
"from": "now-1h",
32173254
"to": "now"
32183255
},
32193256
"timepicker": {

0 commit comments

Comments
 (0)