Commit 1b8f8e60 authored by Ilya Veselov's avatar Ilya Veselov

jboss_threads_dashboard

parent e948eb9e
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"gnetId": 10313, "gnetId": 10313,
"graphTooltip": 1, "graphTooltip": 1,
"id": null, "id": null,
"iteration": 1564119795146, "iteration": 1566474421765,
"links": [], "links": [],
"panels": [ "panels": [
{ {
...@@ -681,7 +681,7 @@ ...@@ -681,7 +681,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 140 "y": 56
}, },
"id": 29, "id": 29,
"panels": [], "panels": [],
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 141 "y": 57
}, },
"id": 24, "id": 24,
"legend": { "legend": {
...@@ -796,7 +796,7 @@ ...@@ -796,7 +796,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 141 "y": 57
}, },
"id": 22, "id": 22,
"legend": { "legend": {
...@@ -885,7 +885,7 @@ ...@@ -885,7 +885,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 150 "y": 66
}, },
"id": 20, "id": 20,
"legend": { "legend": {
...@@ -974,7 +974,7 @@ ...@@ -974,7 +974,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 150 "y": 66
}, },
"id": 43, "id": 43,
"legend": { "legend": {
...@@ -1094,7 +1094,7 @@ ...@@ -1094,7 +1094,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 159 "y": 75
}, },
"id": 27, "id": 27,
"panels": [], "panels": [],
...@@ -1112,7 +1112,7 @@ ...@@ -1112,7 +1112,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 160 "y": 76
}, },
"id": 25, "id": 25,
"legend": { "legend": {
...@@ -1211,7 +1211,7 @@ ...@@ -1211,7 +1211,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 160 "y": 76
}, },
"id": 30, "id": 30,
"legend": { "legend": {
...@@ -1301,7 +1301,7 @@ ...@@ -1301,7 +1301,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 169 "y": 85
}, },
"id": 10, "id": 10,
"legend": { "legend": {
...@@ -1391,7 +1391,7 @@ ...@@ -1391,7 +1391,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 169 "y": 85
}, },
"id": 8, "id": 8,
"legend": { "legend": {
...@@ -1482,7 +1482,7 @@ ...@@ -1482,7 +1482,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 178 "y": 94
}, },
"id": 41, "id": 41,
"legend": { "legend": {
...@@ -1588,7 +1588,7 @@ ...@@ -1588,7 +1588,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 178 "y": 94
}, },
"id": 6, "id": 6,
"legend": { "legend": {
...@@ -1622,8 +1622,29 @@ ...@@ -1622,8 +1622,29 @@
"hide": false, "hide": false,
"interval": "", "interval": "",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{instance}}", "legendFormat": "{{instance}} - current",
"refId": "A" "refId": "A"
},
{
"expr": "sum by(instance,job) (jvm_threads_daemon{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - daemon",
"refId": "B"
},
{
"expr": "sum by(instance,job) (jvm_threads_current{instance=~\"${instance:pipe}\",job=~\"$job\"}-jvm_threads_daemon{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - non- daemon",
"refId": "C"
},
{
"expr": "sum by(instance,job) (jvm_threads_deadlocked{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - deadlocked",
"refId": "D"
} }
], ],
"thresholds": [], "thresholds": [],
...@@ -1679,7 +1700,7 @@ ...@@ -1679,7 +1700,7 @@
"h": 9, "h": 9,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 187 "y": 103
}, },
"id": 14, "id": 14,
"legend": { "legend": {
...@@ -1913,7 +1934,7 @@ ...@@ -1913,7 +1934,7 @@
] ]
}, },
"time": { "time": {
"from": "now-5m", "from": "now-1h",
"to": "now" "to": "now"
}, },
"timepicker": { "timepicker": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment