Add cpu-all sum, turbostat c0%, c1%
Change-Id: I6da7167f4d47660f32820dc79895c7c8c12dfb9a
This commit is contained in:
parent
06052af80f
commit
2e9b0a405a
@ -15,11 +15,11 @@ disks:
|
||||
- sda2
|
||||
|
||||
disk_panels:
|
||||
- panelId: 8
|
||||
name: disk-iops
|
||||
- panelId: 9
|
||||
name: disk-iops
|
||||
- panelId: 10
|
||||
name: disk-throughput
|
||||
- panelId: 13
|
||||
- panelId: 14
|
||||
name: disk-io-time
|
||||
|
||||
# Task prepends "interface-" prefix for you
|
||||
@ -67,31 +67,33 @@ interfaces:
|
||||
- vlan204
|
||||
|
||||
interface_panels:
|
||||
- panelId: 15
|
||||
name: network-pps
|
||||
- panelId: 16
|
||||
name: network-pps
|
||||
- panelId: 17
|
||||
name: network-throughput
|
||||
|
||||
general_panels:
|
||||
- panelId: 1
|
||||
name: all-cpu
|
||||
- panelId: 4
|
||||
name: memory-bytes
|
||||
- panelId: 2
|
||||
name: all-cpu-sum
|
||||
- panelId: 5
|
||||
name: memory-percentage
|
||||
name: memory-bytes
|
||||
- panelId: 6
|
||||
name: memory-percentage
|
||||
- panelId: 7
|
||||
name: swap-usage
|
||||
- panelId: 18
|
||||
- panelId: 19
|
||||
name: conntrack
|
||||
- panelId: 22
|
||||
name: numa
|
||||
- panelId: 23
|
||||
name: irq
|
||||
- panelId: 24
|
||||
name: interrupts
|
||||
- panelId: 25
|
||||
name: load-uptime
|
||||
name: numa
|
||||
- panelId: 26
|
||||
name: irq
|
||||
- panelId: 27
|
||||
name: interrupts
|
||||
- panelId: 28
|
||||
name: load-uptime
|
||||
- panelId: 29
|
||||
name: processes
|
||||
- panelId: 106
|
||||
- panelId: 109
|
||||
name: tail-errors
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -168,42 +262,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -281,42 +375,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -1680,6 +1774,140 @@
|
||||
"hertz",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c0, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c0%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c1, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c1%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -174,35 +268,35 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-system), 'System')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-system, 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-user), 'User')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-user, 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-nice), 'Nice')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-nice, 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-steal), 'Steal')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-steal, 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-softirq), 'SoftIRQ')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-softirq, 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-interrupt), 'Interrupt')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-interrupt, 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-wait), 'Wait')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-wait, 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpu0.cpu-idle), 'Idle')"
|
||||
"target": "alias($Cloud.$Node.$cpu0.cpu-idle, 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -168,42 +262,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -281,42 +375,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -1680,6 +1774,140 @@
|
||||
"hertz",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c0, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c0%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c1, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c1%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -2494,7 +2722,7 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode(carbon.agents.*.creates, 2)"
|
||||
"target": "aliasByNode(carbon.agents.*.creates, 3)"
|
||||
}
|
||||
],
|
||||
"aliasColors": {},
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -168,42 +262,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -281,42 +375,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -168,42 +262,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -281,42 +375,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -1680,6 +1774,140 @@
|
||||
"hertz",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c0, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c0%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c1, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c1%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
|
@ -108,6 +108,100 @@
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": 0,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": false,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-system), 'System')"
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-user), 'User')"
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-nice), 'Nice')"
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-steal), 'Steal')"
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-softirq), 'SoftIRQ')"
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-interrupt), 'Interrupt')"
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-wait), 'Wait')"
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(sumSeries($Cloud.$Node.cpu-*.cpu-idle), 'Idle')"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - All CPUs Sum",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
@ -168,42 +262,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus0.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus0.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -281,42 +375,42 @@
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-system), 'System')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-system, 'System')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "B",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-user), 'User')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-user, 'User')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "C",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-nice), 'Nice')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-nice, 'Nice')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "D",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-steal), 'Steal')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-steal, 'Steal')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "E",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-softirq), 'SoftIRQ')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-softirq, 'SoftIRQ')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "F",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-interrupt), 'Interrupt')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-interrupt, 'Interrupt')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "G",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-wait), 'Wait')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-wait, 'Wait')",
|
||||
"textEditor": false
|
||||
},
|
||||
{
|
||||
"refId": "H",
|
||||
"target": "alias(averageSeries($Cloud.$Node.$cpus00.cpu-idle), 'Idle')",
|
||||
"target": "alias($Cloud.$Node.$cpus00.cpu-idle, 'Idle')",
|
||||
"textEditor": false
|
||||
}
|
||||
],
|
||||
@ -1680,6 +1774,140 @@
|
||||
"hertz",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c0, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c0%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"datasource": null,
|
||||
"decimals": 2,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 0,
|
||||
"grid": {
|
||||
"leftLogBase": 1,
|
||||
"leftMax": null,
|
||||
"leftMin": null,
|
||||
"rightLogBase": 1,
|
||||
"rightMax": null,
|
||||
"rightMin": null,
|
||||
"threshold1": null,
|
||||
"threshold1Color": "rgba(216, 200, 27, 0.27)",
|
||||
"threshold2": null,
|
||||
"threshold2Color": "rgba(234, 112, 112, 0.22)"
|
||||
},
|
||||
{% if vars.update({'panel_idx': (vars.panel_idx + 1)}) %} {% endif %}
|
||||
"id": {{vars.panel_idx}},
|
||||
"isNew": true,
|
||||
"legend": {
|
||||
"alignAsTable": true,
|
||||
"avg": true,
|
||||
"current": true,
|
||||
"max": true,
|
||||
"min": true,
|
||||
"rightSide": true,
|
||||
"show": false,
|
||||
"total": false,
|
||||
"values": true
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"percentage": false,
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"span": 12,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"target": "aliasByNode($Cloud.$Node.turbostat-cpu*.percent-c1, 2)"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "$Cloud - $Node - turbostat c1%",
|
||||
"tooltip": {
|
||||
"shared": true,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"y_formats": [
|
||||
"percent",
|
||||
"short"
|
||||
]
|
||||
}
|
||||
],
|
||||
"showTitle": true,
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user