2017-04-11 23:58:59 -07:00
{
2017-04-17 06:08:49 -07:00
"__inputs" : [
{
"name" : "DS_LOCALHOST" ,
"label" : "localhost" ,
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "prometheus" ,
"pluginName" : "Prometheus"
}
] ,
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
"version" : "4.1.2"
} ,
{
"type" : "panel" ,
"id" : "graph" ,
"name" : "Graph" ,
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "singlestat" ,
"name" : "Singlestat" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "table" ,
"name" : "Table" ,
"version" : ""
}
] ,
2017-04-11 23:58:59 -07:00
"annotations" : {
"list" : [ ]
} ,
"editable" : true ,
2017-04-17 03:44:38 -07:00
"gnetId" : null ,
2017-04-11 23:58:59 -07:00
"graphTooltip" : 0 ,
"hideControls" : false ,
2017-04-17 06:08:49 -07:00
"id" : null ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-05-12 03:53:33 -07:00
"refresh" : "5s" ,
2017-04-11 23:58:59 -07:00
"rows" : [
{
"collapse" : false ,
2017-05-12 03:53:33 -07:00
"height" : 188 ,
2017-04-11 23:58:59 -07:00
"panels" : [
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : true ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : null ,
"description" : "Busy state of all CPU cores together" ,
"format" : "percent" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : true ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 20 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
2017-05-12 03:53:33 -07:00
"minSpan" : 1 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "(((count(count(node_cpu{instance=~\"$node:.*\"}) by (cpu))) - avg(sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:.*\"}[5m])))) * 100) / count(count(node_cpu{instance=~\"$node:.*\"}) by (cpu))" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "85,95" ,
"title" : "CPU Busy Now" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "80%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : true ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : 0 ,
"description" : "Used RAM Memory without swap and cache" ,
"format" : "percent" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : true ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 16 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
2017-05-12 03:53:33 -07:00
"postfixFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "((node_memory_MemTotal{instance=~\"$node:.*\"} - node_memory_MemFree{instance=~\"$node:.*\"} - node_memory_Cached{instance=~\"$node:.*\"}) / (node_memory_MemTotal{instance=~\"$node:.*\"} )) * 100" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "80,90" ,
"title" : "Used RAM Memory" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "80%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : true ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : null ,
"description" : "Used Swap" ,
"format" : "percent" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : true ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 21 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
2017-05-12 03:53:33 -07:00
"postfixFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "((node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"}) / (node_memory_SwapTotal{instance=~\"$node:.*\"} )) * 100" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "10,25" ,
"title" : "Used SWAP" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "80%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : true ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : null ,
"description" : "Busy state of all CPU cores together (1 min average)" ,
"format" : "percent" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : true ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 19 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"minSpan" : 1 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "avg(node_load1{instance=~\"$node:.*\"}) / count(count(node_cpu{instance=~\"$node:.*\"}) by (cpu)) * 100" ,
2017-04-11 23:58:59 -07:00
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "85, 95" ,
"title" : "CPU System Load (1m avg)" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "80%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
2017-05-12 03:53:33 -07:00
"aliasColors" : {
"Recv_bytes_eth2" : "#7EB26D" ,
"Recv_bytes_lo" : "#0A50A1" ,
"Recv_drop_eth2" : "#6ED0E0" ,
"Recv_drop_lo" : "#E0F9D7" ,
"Recv_errs_eth2" : "#BF1B00" ,
"Recv_errs_lo" : "#CCA300" ,
"Trans_bytes_eth2" : "#7EB26D" ,
"Trans_bytes_lo" : "#0A50A1" ,
"Trans_drop_eth2" : "#6ED0E0" ,
"Trans_drop_lo" : "#E0F9D7" ,
"Trans_errs_eth2" : "#BF1B00" ,
"Trans_errs_lo" : "#CCA300" ,
"recv_bytes_lo" : "#0A50A1" ,
"recv_drop_eth0" : "#99440A" ,
"recv_drop_lo" : "#967302" ,
"recv_errs_eth0" : "#BF1B00" ,
"recv_errs_lo" : "#890F02" ,
"trans_bytes_eth0" : "#7EB26D" ,
"trans_bytes_lo" : "#0A50A1" ,
"trans_drop_eth0" : "#99440A" ,
"trans_drop_lo" : "#967302" ,
"trans_errs_eth0" : "#BF1B00" ,
"trans_errs_lo" : "#890F02"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "Basic network info per interface." ,
"fill" : 2 ,
"id" : 74 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"hideEmpty" : false ,
"hideZero" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : false ,
2017-05-12 03:53:33 -07:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : false
2017-04-11 23:58:59 -07:00
} ,
2017-05-12 03:53:33 -07:00
"lines" : true ,
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-05-12 03:53:33 -07:00
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
2017-04-11 23:58:59 -07:00
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*trans.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*lo.*/" ,
"color" : "#7EB26D"
} ,
2017-04-11 23:58:59 -07:00
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*eth0.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*eth1.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*eth2.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*eth3.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*eth4.*/" ,
"color" : "#1F78C1"
} ,
{
"alias" : "/.*eth5.*/" ,
"color" : "#BA43A9"
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"span" : 4 ,
"stack" : false ,
"steppedLine" : false ,
2017-04-11 23:58:59 -07:00
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "irate(node_network_receive_bytes{instance=~\"$node:.*\"}[5m])" ,
2017-04-17 06:08:49 -07:00
"intervalFactor" : 2 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "recv bytes {{device}}" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
} ,
{
"expr" : "irate(node_network_transmit_bytes{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "trans bytes {{device}} " ,
"refId" : "B" ,
"step" : 20
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Network Traffic" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"transparent" : false ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
2017-04-11 23:58:59 -07:00
{
2017-05-12 03:53:33 -07:00
"format" : "bytes" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "pps" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
2017-04-11 23:58:59 -07:00
}
2017-05-12 03:53:33 -07:00
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Basic CPU / Mem / Net Gauge" ,
"titleSize" : "h6"
} ,
{
"collapse" : false ,
"height" : 67 ,
"panels" : [
2017-04-11 23:58:59 -07:00
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : false ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "Total number of CPU cores" ,
"format" : "none" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
"show" : false ,
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 14 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
2017-04-17 06:08:49 -07:00
"postfixFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "count(count(node_cpu{instance=~\"$node:.*\"}) by (cpu))" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "" ,
"title" : "CPU Cores" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
2017-05-12 03:53:33 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : false ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : 2 ,
"description" : "Total RAM" ,
"format" : "bytes" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : false ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 75 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
2017-05-12 03:53:33 -07:00
"minSpan" : 2 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
2017-05-12 03:53:33 -07:00
"postfixFontSize" : "70%" ,
2017-04-11 23:58:59 -07:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "" ,
"title" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : false ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : 2 ,
"description" : "Total SWAP" ,
"format" : "bytes" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : false ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 18 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
2017-04-17 06:08:49 -07:00
"minSpan" : 2 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
2017-05-12 03:53:33 -07:00
"postfixFontSize" : "70%" ,
2017-04-11 23:58:59 -07:00
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_memory_SwapTotal{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 1 ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "" ,
"title" : "Total SWAP" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : false ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : 2 ,
"description" : "System Load (1m avg)" ,
"format" : "none" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : false ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"id" : 17 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
2017-05-12 03:53:33 -07:00
"minSpan" : 1 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "connected" ,
"nullText" : null ,
2017-04-17 06:08:49 -07:00
"postfix" : "" ,
2017-04-11 23:58:59 -07:00
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_load1{instance=~\"$node:.*\"}" ,
"hide" : false ,
2017-04-17 06:08:49 -07:00
"intervalFactor" : 1 ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "" ,
"title" : "System Load (1m avg)" ,
2017-04-11 23:58:59 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "50%" ,
2017-04-11 23:58:59 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
"cacheTimeout" : null ,
"colorBackground" : false ,
2017-05-12 03:53:33 -07:00
"colorValue" : false ,
2017-04-11 23:58:59 -07:00
"colors" : [
2017-05-12 03:53:33 -07:00
"rgba(245, 54, 54, 0.9)" ,
2017-04-11 23:58:59 -07:00
"rgba(237, 129, 40, 0.89)" ,
2017-05-12 03:53:33 -07:00
"rgba(50, 172, 45, 0.97)"
2017-04-11 23:58:59 -07:00
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : 1 ,
"description" : "System uptime" ,
"format" : "s" ,
2017-04-11 23:58:59 -07:00
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-05-12 03:53:33 -07:00
"show" : false ,
2017-04-11 23:58:59 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
} ,
2017-05-12 03:53:33 -07:00
"hideTimeOverride" : true ,
"id" : 15 ,
2017-04-11 23:58:59 -07:00
"interval" : null ,
"links" : [ ] ,
2017-04-17 06:08:49 -07:00
"mappingType" : 1 ,
"mappingTypes" : [
{
"name" : "value to text" ,
"value" : 1
} ,
{
"name" : "range to text" ,
"value" : 2
}
] ,
"maxDataPoints" : 100 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
2017-05-12 03:53:33 -07:00
"postfix" : "s" ,
2017-04-17 06:08:49 -07:00
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
{
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
}
] ,
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-17 06:08:49 -07:00
} ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_time{instance=~\"$node:.*\"} - node_boot_time{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
2017-04-17 06:08:49 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 60
2017-04-17 06:08:49 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"thresholds" : "" ,
"title" : "Uptime" ,
"transparent" : false ,
2017-04-17 06:08:49 -07:00
"type" : "singlestat" ,
2017-05-12 03:53:33 -07:00
"valueFontSize" : "50%" ,
2017-04-17 06:08:49 -07:00
"valueMaps" : [
{
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
}
] ,
"valueName" : "current"
} ,
{
2017-05-12 03:53:33 -07:00
"cacheTimeout" : null ,
"colorBackground" : false ,
"colorValue" : true ,
"colors" : [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"decimals" : null ,
"description" : "Used RootFS" ,
"format" : "percent" ,
"gauge" : {
"maxValue" : 100 ,
"minValue" : 0 ,
2017-04-17 06:08:49 -07:00
"show" : false ,
2017-05-12 03:53:33 -07:00
"thresholdLabels" : false ,
"thresholdMarkers" : true
2017-04-17 06:08:49 -07:00
} ,
2017-05-12 03:53:33 -07:00
"id" : 23 ,
"interval" : null ,
2017-04-17 06:08:49 -07:00
"links" : [ ] ,
2017-05-12 03:53:33 -07:00
"mappingType" : 1 ,
"mappingTypes" : [
2017-04-17 06:08:49 -07:00
{
2017-05-12 03:53:33 -07:00
"name" : "value to text" ,
"value" : 1
2017-04-17 06:08:49 -07:00
} ,
{
2017-05-12 03:53:33 -07:00
"name" : "range to text" ,
"value" : 2
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"maxDataPoints" : 100 ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"nullText" : null ,
"postfix" : "" ,
"postfixFontSize" : "50%" ,
"prefix" : "" ,
"prefixFontSize" : "50%" ,
"rangeMaps" : [
2017-04-17 06:08:49 -07:00
{
2017-05-12 03:53:33 -07:00
"from" : "null" ,
"text" : "N/A" ,
"to" : "null"
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"span" : 2 ,
"sparkline" : {
"fillColor" : "rgba(31, 118, 189, 0.18)" ,
"full" : false ,
"lineColor" : "rgb(31, 120, 193)" ,
"show" : false
2017-04-17 06:08:49 -07:00
} ,
2017-05-12 03:53:33 -07:00
"targets" : [
2017-04-11 23:58:59 -07:00
{
2017-05-12 03:53:33 -07:00
"expr" : "((node_filesystem_size{device=~\"rootfs\",instance=~\"$node:.*\"} - node_filesystem_free{device=~\"rootfs\",instance=~\"$node:.*\"}) * 100 ) / (node_filesystem_size{device=~\"rootfs\",instance=~\"$node:.*\"})" ,
"hide" : false ,
"intervalFactor" : 1 ,
"refId" : "A" ,
"step" : 30
}
] ,
"thresholds" : "70,90" ,
"title" : "Used RootFS" ,
"type" : "singlestat" ,
"valueFontSize" : "50%" ,
"valueMaps" : [
2017-04-17 06:08:49 -07:00
{
2017-05-12 03:53:33 -07:00
"op" : "=" ,
"text" : "N/A" ,
"value" : "null"
2017-04-11 23:58:59 -07:00
}
2017-05-12 03:53:33 -07:00
] ,
"valueName" : "current"
2017-04-11 23:58:59 -07:00
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
2017-05-12 03:53:33 -07:00
"title" : "Basic CPU / Mem / Net Info" ,
2017-04-11 23:58:59 -07:00
"titleSize" : "h6"
} ,
{
"collapse" : false ,
2017-04-17 03:44:38 -07:00
"height" : 290 ,
2017-04-11 23:58:59 -07:00
"panels" : [
{
"aliasColors" : {
"Busy" : "#EAB839" ,
"Idle" : "#052B51" ,
"Idle - Waiting for something to happen" : "#052B51" ,
"guest" : "#9AC48A" ,
"idle" : "#052B51" ,
"iowait" : "#EAB839" ,
"irq" : "#BF1B00" ,
"nice" : "#C15C17" ,
"softirq" : "#E24D42" ,
"steal" : "#FCE2DE" ,
"system" : "#508642" ,
"user" : "#5195CE"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"description" : "Basic CPU info" ,
"fill" : 4 ,
"id" : 77 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 250 ,
"sort" : null ,
"sortDesc" : null ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "sum ( irate(node_cpu{mode!='idle',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Busy" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Idle" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "CPU Basic" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"transparent" : false ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : "100" ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : {
"Apps" : "#629E51" ,
"Buffers" : "#614D93" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Free" : "#0A437C" ,
"Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" : "#CFFAFF" ,
"Inactive" : "#584477" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"RAM_Free" : "#E0F9D7" ,
"SWAP Used" : "#BF1B00" ,
"Slab" : "#806EB7" ,
"Slab_Cache" : "#E0752D" ,
"Swap" : "#BF1B00" ,
"Swap Used" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Swap_Free" : "#2F575E" ,
"Unused" : "#EAB839"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"description" : "Basic memory usage" ,
"fill" : 4 ,
"id" : 78 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 350 ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*RAM Used*./" ,
"stack" : false
}
] ,
"span" : 6 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RAM Total" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} - node_memory_MemFree{instance=~\"$node:.*\"} - node_memory_Cached{instance=~\"$node:.*\"} - node_memory_Buffers{instance=~\"$node:.*\"} - node_memory_Slab{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RAM Used" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "(node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"})" ,
"intervalFactor" : 2 ,
"legendFormat" : "SWAP Used" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Memory Basic" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "cumulative"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Basic CPU / Mem Graph" ,
"titleSize" : "h6"
} ,
{
"collapse" : false ,
"height" : 95 ,
"panels" : [
{
"columns" : [
{
"text" : "Min" ,
"value" : "min"
} ,
{
"text" : "Max" ,
"value" : "max"
} ,
{
"text" : "Current" ,
"value" : "current"
}
] ,
"description" : "Local filesystem usage" ,
"fontSize" : "80%" ,
"id" : 73 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 2 ,
"desc" : true
} ,
"span" : 8 ,
"styles" : [
{
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "Time" ,
"type" : "date"
} ,
{
"colorMode" : "value" ,
"colors" : [
"rgba(50, 172, 45, 0.97)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(245, 54, 54, 0.9)"
] ,
"decimals" : 2 ,
"pattern" : "Current|Max|Min" ,
"thresholds" : [
"80" ,
"90"
] ,
"type" : "number" ,
"unit" : "percent"
}
] ,
"targets" : [
{
"expr" : "100 - (node_filesystem_free{instance=~\"$node:.*\",fstype=~\"xfs|ext4\"} / node_filesystem_size{instance=~\"$node:.*\",fstype=~\"xfs|ext4\"} * 100)" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{ mountpoint }}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"title" : "Filesystem Usage" ,
"transform" : "timeseries_aggregations" ,
"type" : "table"
} ,
{
"columns" : [
{
"text" : "Current" ,
"value" : "current"
}
] ,
"description" : "Local filesystem sIze info" ,
"fontSize" : "80%" ,
"id" : 72 ,
"links" : [ ] ,
"pageSize" : null ,
"scroll" : true ,
"showHeader" : true ,
"sort" : {
"col" : 0 ,
"desc" : true
} ,
"span" : 4 ,
"styles" : [
{
"dateFormat" : "YYYY-MM-DD HH:mm:ss" ,
"pattern" : "Time" ,
"type" : "date"
} ,
{
"colorMode" : null ,
"colors" : [
"rgba(245, 54, 54, 0.9)" ,
"rgba(237, 129, 40, 0.89)" ,
"rgba(50, 172, 45, 0.97)"
] ,
"decimals" : 2 ,
"pattern" : "Current" ,
"thresholds" : [ ] ,
"type" : "number" ,
"unit" : "bytes"
}
] ,
"targets" : [
{
"expr" : "node_filesystem_size{instance=~\"$node:.*\",fstype=~\"xfs|ext4\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{ mountpoint }}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
2017-04-11 23:58:59 -07:00
}
] ,
"title" : "Filesystem Size" ,
"transform" : "timeseries_aggregations" ,
"type" : "table"
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Basic Filesystem Info" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
2017-04-17 03:44:38 -07:00
"height" : 392 ,
2017-04-11 23:58:59 -07:00
"panels" : [
{
"aliasColors" : {
"Idle - Waiting for something to happen" : "#052B51" ,
"guest" : "#9AC48A" ,
"idle" : "#052B51" ,
"iowait" : "#EAB839" ,
"irq" : "#BF1B00" ,
"nice" : "#C15C17" ,
"softirq" : "#E24D42" ,
"steal" : "#FCE2DE" ,
"system" : "#508642" ,
"user" : "#5195CE"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"description" : "CPU info" ,
2017-04-17 03:44:38 -07:00
"fill" : 9 ,
2017-04-11 23:58:59 -07:00
"id" : 3 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 250 ,
"sort" : null ,
"sortDesc" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 0 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : true ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"repeat" : null ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "sum by (mode)(irate(node_cpu{mode=\"system\",instance=~\"$node:.*\"}[5m]))" ,
"interval" : "10s" ,
"intervalFactor" : 2 ,
"legendFormat" : "System - Processes executing in kernel mode" ,
"refId" : "A" ,
"step" : 20
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='user',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "User - Normal processes executing in user mode" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='nice',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Nice - Niced processes executing in user mode" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Idle - Waiting for something to happen" ,
"refId" : "F" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='iowait',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Iowait - Waiting for I/O to complete" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='irq',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Irq - Servicing interrupts" ,
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='softirq',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Softirq - Servicing softirqs" ,
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='steal',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Steal - Time spent in other operating systems when running in a virtualized environment" ,
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "sum by (mode)(irate(node_cpu{mode='guest',instance=~\"$node:.*\"}[5m]))" ,
"intervalFactor" : 2 ,
"legendFormat" : "Guest - Time spent running a virtual CPU for a guest operating system" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "CPU" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"transparent" : false ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"label" : "" ,
"logBase" : 1 ,
"max" : "100" ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : {
"Apps" : "#629E51" ,
"Buffers" : "#614D93" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Free" : "#0A437C" ,
"Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" : "#CFFAFF" ,
"Inactive" : "#584477" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"RAM_Free" : "#E0F9D7" ,
"Slab" : "#806EB7" ,
"Slab_Cache" : "#E0752D" ,
"Swap" : "#BF1B00" ,
"Swap - Swap memory usage" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Swap_Free" : "#2F575E" ,
"Unused" : "#EAB839" ,
"Unused - Free memory unasigned" : "#052B51"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"description" : "Memory Stack" ,
2017-04-17 03:44:38 -07:00
"fill" : 4 ,
2017-04-11 23:58:59 -07:00
"id" : 24 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 350 ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Committed - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Mapped - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Active - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Inactive - *./" ,
"stack" : false
} ,
{
"alias" : "/.*VmallocUsed - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Commit Limit - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Dirty - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Harware Corrupted - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Unevictable - *./" ,
"stack" : false
}
] ,
"span" : 12 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} - node_memory_MemFree{instance=~\"$node:.*\"} - node_memory_Buffers{instance=~\"$node:.*\"} - node_memory_Cached{instance=~\"$node:.*\"} - node_memory_Slab{instance=~\"$node:.*\"} - node_memory_PageTables{instance=~\"$node:.*\"} - node_memory_SwapCached{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Apps - Memory used by processes" ,
"refId" : "Q" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_PageTables{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "PageTables - Memory dedicated to the lowest page table level" ,
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_SwapCached{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "SwapCache - Swap used as cache memory" ,
"refId" : "F" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Slab{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Slab - Memory used by the kernel to cache data structures for its own use" ,
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Cached{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Cache - Physical RAM used as cache memory" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Buffers{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Buffers - Physical RAM used for file buffers" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_MemFree{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Unused - Free memory unasigned" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "(node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"})" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Swap - Swap memory usage" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Committed_AS{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Committed - The amount of memory presently allocated on the system" ,
"refId" : "A" ,
"step" : 4
} ,
{
"expr" : "node_memory_Mapped{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Mapped - Files which have been mmaped, such as libraries" ,
"refId" : "H" ,
"step" : 4
} ,
{
"expr" : "node_memory_Active{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary" ,
"refId" : "J" ,
"step" : 4
} ,
{
"expr" : "node_memory_Inactive{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes" ,
"refId" : "K" ,
"step" : 4
} ,
{
"expr" : "node_memory_VmallocUsed{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "VmallocUsed - Memory of used virtual address space" ,
"refId" : "L" ,
"step" : 4
} ,
{
"expr" : "node_memory_CommitLimit{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Commit Limit - Total amount of memory currently available to be allocated on the system" ,
"refId" : "M" ,
"step" : 4
} ,
{
"expr" : "node_memory_Dirty{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Dirty - Memory which is waiting to get written back to the disk" ,
"refId" : "N" ,
"step" : 4
} ,
{
"expr" : "node_memory_HardwareCorrupted{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" ,
"refId" : "O" ,
"step" : 4
} ,
{
"expr" : "node_memory_Unevictable{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Unevictable - Unevictable pages can't be swapped out for a variety of reasons" ,
"refId" : "P" ,
"step" : 4
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Memory Stack" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "cumulative"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : {
2017-04-17 03:44:38 -07:00
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
2017-04-11 23:58:59 -07:00
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"fill" : 3 ,
2017-04-17 03:44:38 -07:00
"id" : 84 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*trans.*/" ,
"transform" : "negative-Y"
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*lo.*/" ,
"color" : "#9AC48A"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth0.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*eth1.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*eth2.*/" ,
"color" : "#EF843C"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth3.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*eth4.*/" ,
"color" : "#1F78C1"
} ,
{
"alias" : "/.*eth5.*/" ,
"color" : "#BA43A9"
2017-04-11 23:58:59 -07:00
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_network_receive_bytes{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "irate(node_network_transmit_bytes{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit" ,
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Network Traffic" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "Bps" ,
2017-04-11 23:58:59 -07:00
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : {
"io time" : "#890F02"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 3 ,
2017-04-17 03:44:38 -07:00
"description" : "" ,
2017-04-11 23:58:59 -07:00
"fill" : 3 ,
"id" : 42 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : null ,
"sortDesc" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*read*./" ,
"transform" : "negative-Y"
2017-05-12 03:53:33 -07:00
} ,
{
"alias" : "/.*sda.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde.*/" ,
"color" : "#E24D42"
2017-04-11 23:58:59 -07:00
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_disk_bytes_read{instance=~\"$node:.*\",device=~\"[a-z]*[a-z]\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "successfully read bytes {{device}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "irate(node_disk_bytes_written{instance=~\"$node:.*\",device=~\"[a-z]*[a-z]\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "successfully written bytes {{device}}" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "I/O Usage Read / Write" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : false ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "ms" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"io time" : "#890F02"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 3 ,
2017-04-17 03:44:38 -07:00
"description" : "" ,
"fill" : 3 ,
"id" : 127 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : null ,
"sortDesc" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
{
"alias" : "/.*read*./" ,
"transform" : "negative-Y"
2017-05-12 03:53:33 -07:00
} ,
{
"alias" : "/.*sda.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde.*/" ,
"color" : "#E24D42"
2017-04-17 03:44:38 -07:00
}
] ,
2017-04-11 23:58:59 -07:00
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_io_time_ms{instance=~\"$node:.*\",device=~\"[a-z]*[a-z]\"} [5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "milliseconds spent doing I/Os {{device}}" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "I/O Usage Times" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
2017-04-17 03:44:38 -07:00
"show" : false ,
2017-04-11 23:58:59 -07:00
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "ms" ,
2017-04-11 23:58:59 -07:00
"label" : null ,
"logBase" : 1 ,
2017-04-17 03:44:38 -07:00
"max" : null ,
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "ms" ,
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 3 ,
"description" : "Disk space used of all filesystems mounted" ,
"fill" : 1 ,
"height" : "" ,
"id" : 69 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "100- ((node_filesystem_avail{instance=~\"$node:.*\",device!~'rootfs'} * 100) / node_filesystem_size{instance=~\"$node:.*\",device!~'rootfs'})" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{mountpoint}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Disk Space Used" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "percent" ,
"label" : null ,
"logBase" : 1 ,
"max" : "100" ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "CPU Memory Net Disk" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 378 ,
"panels" : [
{
"aliasColors" : {
"Apps" : "#629E51" ,
"Buffers" : "#614D93" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
2017-04-11 23:58:59 -07:00
"Committed" : "#508642" ,
"Free" : "#0A437C" ,
"Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" : "#CFFAFF" ,
"Inactive" : "#584477" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"RAM_Free" : "#E0F9D7" ,
"Slab" : "#806EB7" ,
"Slab_Cache" : "#E0752D" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Swap_Free" : "#2F575E" ,
"Unused" : "#EAB839"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"fill" : 1 ,
"id" : 79 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 350 ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Committed - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Mapped - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Active - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Inactive - *./" ,
"stack" : false
} ,
{
"alias" : "/.*VmallocUsed - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Commit Limit - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Dirty - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Harware Corrupted - *./" ,
"stack" : false
} ,
{
"alias" : "/.*Unevictable - *./" ,
"stack" : false
}
] ,
"span" : 12 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_Committed_AS{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Committed - The amount of memory presently allocated on the system" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Mapped{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Mapped - Files which have been mmaped, such as libraries" ,
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Active{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary" ,
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Inactive{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_VmallocUsed{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "VmallocUsed - Memory of used virtual address space" ,
"refId" : "L" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_CommitLimit{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Commit Limit - Total amount of memory currently available to be allocated on the system" ,
"refId" : "M" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Dirty{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Dirty - Memory which is waiting to get written back to the disk" ,
"refId" : "N" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_HardwareCorrupted{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Unevictable{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Unevictable - Unevictable pages can't be swapped out for a variety of reasons" ,
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_Shmem{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Shared mem - Total memory used by shared memory (shmem) and tmpfs" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_Mlocked{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "MLocked - Pages locked to memory using the mlock() system call" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory Usage" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "cumulative"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : { } ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-05-12 03:53:33 -07:00
"id" : 22 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*_out/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_vmstat_pswpin {instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "swap_in" ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "irate(node_vmstat_pswpout{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "swap_out" ,
"refId" : "B" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Swap in/out" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "pages per second in (+) / out (-)" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"Total Swap" : "#614D93" ,
"VmallocUsed" : "#EA6460"
} ,
"bars" : false ,
"datasource" : "${DS_LOCALHOST}" ,
"decimals" : 2 ,
"fill" : 1 ,
"id" : 130 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-11 23:58:59 -07:00
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
2017-05-12 03:53:33 -07:00
"sideWidth" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-05-12 03:53:33 -07:00
"seriesOverrides" : [ ] ,
2017-04-11 23:58:59 -07:00
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-05-12 03:53:33 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "Total RAM + Swap" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
} ,
{
"expr" : "node_memory_Writeback{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Writeback - Memory which is actively being written back to disk" ,
"refId" : "J" ,
"step" : 10
} ,
{
"expr" : "node_memory_WritebackTmp{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "WritebackTmp - Memory used by FUSE for temporary writeback buffers" ,
"refId" : "K" ,
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-05-12 03:53:33 -07:00
"title" : "Memory Writeback" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-05-12 03:53:33 -07:00
"format" : "bytes" ,
"label" : "GB" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"VmallocUsed" : "#EA6460"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"fill" : 1 ,
"id" : 47 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Total RAM" ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Total RAM + Swap" ,
"refId" : "B" ,
"step" : 10
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_Active_file{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Active File - File-backed memory on active LRU list" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_Inactive_file{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
"legendFormat" : "Inactive File - File-backed memory on inactive LRU list" ,
"refId" : "M" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory Active / Inactive File" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "GB" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"VmallocUsed" : "#EA6460"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"fill" : 1 ,
"id" : 70 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_VmallocChunk{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "VmallocChunk - Largest contiguous block of vmalloc area which is free" ,
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_VmallocTotal{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "VmallocTotal - Total size of vmalloc memory area" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_VmallocUsed{instance=~\"$node:.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "VmallocUsed - Amount of vmalloc area which is used" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Memory Usage Vmalloc" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "GB" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#806EB7" ,
"Total RAM + Swap" : "#806EB7" ,
"VmallocUsed" : "#EA6460"
} ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"decimals" : 2 ,
"fill" : 1 ,
"id" : 71 ,
"legend" : {
"alignAsTable" : true ,
"avg" : false ,
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : null ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Number of huge pages.*/" ,
"yaxis" : 2
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_memory_HugePages_Free{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "HugePages Free - Number of huge pages in the pool that are not yet allocated" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_HugePages_Rsvd{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "HugePages Reserved - Number of huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made" ,
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_HugePages_Surp{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "HugePages Surp - Number of huge pages in the pool above the value in /proc/sys/vm/nr_hugepages" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_HugePages_Total{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "HugePages - Total size of the pool of huge pages" ,
"refId" : "L" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_memory_Hugepagesize{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Hugepagesize - Huge Page size" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Memory Usage HugePages" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : "GB" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"VmallocUsed" : "#EA6460"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 2 ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 128 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : false ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
2017-04-17 03:44:38 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 2 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
2017-04-17 03:44:38 -07:00
"nullPointMode" : "null" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM + Swap" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_DirectMap1G{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "DirectMap1G - Amount of pages mapped as this size" ,
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_DirectMap2M{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "DirectMap2M - Amount of pages mapped as this size" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_DirectMap4k{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "DirectMap4K - Amount of pages mapped as this size" ,
"refId" : "L" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory DirectMap" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "bytes" ,
"label" : "GB" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"VmallocUsed" : "#EA6460"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 2 ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 129 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 2 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
"step" : 10
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM + Swap" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_AnonHugePages{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Anon Huge Pages - Non-file backed huge pages mapped into userspace page tables" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_AnonPages{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Anon Pages - Non-file backed pages mapped into userspace page tables" ,
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_Active_anon{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Inactive Anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)" ,
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory Anon" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "bytes" ,
"label" : "GB" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"Total Swap" : "#614D93" ,
"VmallocUsed" : "#EA6460"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 2 ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 131 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
2017-04-17 03:44:38 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 2 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
2017-04-11 23:58:59 -07:00
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
"step" : 10
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Total RAM + Swap" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
"step" : 10
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_SReclaimable{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "SReclaimable - Part of Slab, that might be reclaimed, such as caches" ,
"refId" : "N" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_memory_SUnreclaim{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory Reclaimed" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "bytes" ,
"label" : "GB" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"Active" : "#99440A" ,
"Buffers" : "#58140C" ,
"Cache" : "#6D1F62" ,
"Cached" : "#511749" ,
"Committed" : "#508642" ,
"Dirty" : "#6ED0E0" ,
"Free" : "#B7DBAB" ,
"Inactive" : "#EA6460" ,
"Mapped" : "#052B51" ,
"PageTables" : "#0A50A1" ,
"Page_Tables" : "#0A50A1" ,
"Slab_Cache" : "#EAB839" ,
"Swap" : "#BF1B00" ,
"Swap_Cache" : "#C15C17" ,
"Total" : "#511749" ,
"Total RAM" : "#052B51" ,
"Total RAM + Swap" : "#052B51" ,
"Total Swap" : "#614D93" ,
"VmallocUsed" : "#EA6460"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 2 ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 132 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : null ,
2017-04-11 23:58:59 -07:00
"total" : false ,
2017-04-17 03:44:38 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 2 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
2017-04-17 03:44:38 -07:00
"nullPointMode" : "null" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"}" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Total RAM" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_MemTotal{instance=~\"$node:.*\"} + (node_memory_SwapTotal{instance=~\"$node:.*\"})" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "Total RAM + Swap" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_memory_NFS_Unstable{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "NFS Unstable - NFS pages sent to the server, but not yet commited to the storage" ,
"refId" : "L" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
2017-04-11 23:58:59 -07:00
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Memory NFS" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "bytes" ,
"label" : "GB" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
2017-04-17 03:44:38 -07:00
"title" : "Memory Detail" ,
2017-04-11 23:58:59 -07:00
"titleSize" : "h6"
} ,
{
"collapse" : true ,
2017-05-12 03:53:33 -07:00
"height" : 305 ,
2017-04-11 23:58:59 -07:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"id" : 8 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"repeat" : "node" ,
"seriesOverrides" : [ ] ,
2017-04-11 23:58:59 -07:00
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_context_switches{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "Context switches" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_intr{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Interrupts" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_entropy_available_bits{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Entropy" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Context Switches / Interrupts / Entropy" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : true ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"id" : 7 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"repeat" : "node" ,
"seriesOverrides" : [ ] ,
2017-04-11 23:58:59 -07:00
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_load1{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Load 1m" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 8
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_load5{instance=~\"$node:.*\"}" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 5m" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 8
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_load15{instance=~\"$node:.*\"}" ,
"intervalFactor" : 4 ,
"legendFormat" : "Load 15m" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 8
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "System Load" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : true ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"id" : 62 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
{
"alias" : "/.*forks*./" ,
"yaxis" : 2
}
] ,
"span" : 12 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_procs_blocked{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Processes blocked waiting for I/O to complete" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "node_procs_running{instance=~\"$node:.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "Processes in runnable state" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "increase(node_forks{instance=~\"$node:.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "Processes forks" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Processes State / Forks" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : true ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
2017-04-11 23:58:59 -07:00
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"id" : 64 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-05-12 03:53:33 -07:00
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"nullPointMode" : "null" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [ ] ,
2017-04-11 23:58:59 -07:00
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "process_max_fds{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Max file descriptors" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "process_open_fds{instance=~\"$node:.*\"}" ,
"interval" : "" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Open file descriptors" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "File Descriptors" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : true ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : null ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"id" : 65 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"nullPointMode" : "null" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "process_resident_memory_bytes{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Resident memory size in bytes" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "process_start_time_seconds{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Start time of the process since unix epoch in seconds" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "process_virtual_memory_bytes{instance=~\"$node:.*\"}" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "Virtual memory size in bytes" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Processes" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : true ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
2017-04-17 03:44:38 -07:00
"label" : null ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
2017-04-17 03:44:38 -07:00
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "System Detail" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
2017-05-12 03:53:33 -07:00
"height" : 352 ,
2017-04-17 03:44:38 -07:00
"panels" : [
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "The total number of bytes read / write successfully." ,
2017-04-11 23:58:59 -07:00
"fill" : 2 ,
2017-04-17 03:44:38 -07:00
"id" : 33 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
2017-05-12 03:53:33 -07:00
} ,
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-11 23:58:59 -07:00
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 12 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_bytes_read{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_read" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 8
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_bytes_written{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_written" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Disk R/W" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "bytes" ,
"label" : "read (-) / write (+)" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
2017-04-11 23:58:59 -07:00
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "Total number of reads / writes completed successfully" ,
"fill" : 2 ,
"id" : 9 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"repeat" : null ,
"seriesOverrides" : [
{
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
2017-05-12 03:53:33 -07:00
} ,
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-17 03:44:38 -07:00
}
] ,
"span" : 12 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_reads_completed{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_read" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 8
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_disk_writes_completed{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{device}}_write" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Disk IOs" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : "IO/second read (-) / write (+)" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "The total number of milliseconds spent by all reads / writes." ,
2017-04-17 03:44:38 -07:00
"fill" : 3 ,
2017-05-12 03:53:33 -07:00
"id" : 37 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : "current" ,
"sortDesc" : true ,
2017-04-11 23:58:59 -07:00
"total" : false ,
2017-04-17 03:44:38 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-05-12 03:53:33 -07:00
"seriesOverrides" : [
{
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
}
] ,
2017-04-11 23:58:59 -07:00
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "irate(node_disk_read_time_ms{instance=~\"$node:.*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "{{device}}_read" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
} ,
{
"expr" : "irate(node_disk_write_time_ms{instance=~\"$node:.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "{{device}}_write" ,
"refId" : "B" ,
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-05-12 03:53:33 -07:00
"title" : "Disk R/W miliseconds" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "ms" ,
2017-04-11 23:58:59 -07:00
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "The weighted # of milliseconds spent doing I/Os. This field is incremented at each I/O start, I/O completion, I/O merge, or read of these stats by the number of I/Os in progress times the number of milliseconds spent doing I/O since the last update of this field. This can provide an easy measure of both I/O completion time and the backlog that may be accumulating." ,
2017-04-17 03:44:38 -07:00
"fill" : 3 ,
2017-05-12 03:53:33 -07:00
"id" : 35 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : "current" ,
"sortDesc" : true ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-11 23:58:59 -07:00
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "irate(node_disk_io_time_weighted{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "{{device}}" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
"step" : 20
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-05-12 03:53:33 -07:00
"title" : "Disk IOs weighted" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "ms" ,
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "The total number of reads merged. See https://www.kernel.org/doc/Documentation/iostats.txt." ,
"fill" : 2 ,
"id" : 133 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : true ,
2017-04-11 23:58:59 -07:00
"max" : true ,
"min" : true ,
2017-04-17 03:44:38 -07:00
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : "current" ,
"sortDesc" : true ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
{
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
2017-05-12 03:53:33 -07:00
} ,
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-17 03:44:38 -07:00
}
] ,
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_reads_merged{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_merged_read" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_writes_mergedd{instance=~\"$node:.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_merged_write" ,
2017-04-11 23:58:59 -07:00
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Disk R/W Merged" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : false ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
2017-04-11 23:58:59 -07:00
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "The number of I/Os currently in progress." ,
"fill" : 3 ,
"id" : 34 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
2017-04-11 23:58:59 -07:00
"hideZero" : true ,
"max" : true ,
"min" : true ,
2017-04-17 03:44:38 -07:00
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
2017-04-11 23:58:59 -07:00
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-05-12 03:53:33 -07:00
"seriesOverrides" : [
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_io_now{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 4 ,
2017-04-11 23:58:59 -07:00
"legendFormat" : "{{device}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Disk IOs current in progress" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : false ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
2017-04-17 03:44:38 -07:00
"label" : "I/Os" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "The total number of reads / writes completed successfully. See https://www.kernel.org/doc/Documentation/iostats.txt." ,
"fill" : 2 ,
"id" : 38 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sort" : "current" ,
"sortDesc" : true ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-17 03:44:38 -07:00
}
] ,
2017-04-11 23:58:59 -07:00
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_reads_completed{instance=~\"$node:.*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 4 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_completed_read" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_disk_writes_completed{instance=~\"$node:.*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}_completed_write" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Disk R/W completed" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
2017-04-11 23:58:59 -07:00
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
2017-04-17 03:44:38 -07:00
{
"format" : "none" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "Milliseconds spent doing I/Os." ,
"fill" : 3 ,
"id" : 36 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-05-12 03:53:33 -07:00
"seriesOverrides" : [
{
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_disk_io_time_ms{instance=~\"$node:.*\"}[5m])" ,
"intervalFactor" : 4 ,
"legendFormat" : "{{device}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Milliseconds spent doing I/Os" ,
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "ms" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
2017-04-11 23:58:59 -07:00
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
2017-04-17 03:44:38 -07:00
"aliasColors" : { } ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "The total number of sectors read successfully." ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
2017-05-12 03:53:33 -07:00
"id" : 80 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-05-12 03:53:33 -07:00
"seriesOverrides" : [
{
"alias" : "/.*read.*/" ,
"transform" : "negative-Y"
}
] ,
2017-04-11 23:58:59 -07:00
"span" : 6 ,
2017-04-17 03:44:38 -07:00
"stack" : false ,
2017-04-11 23:58:59 -07:00
"steppedLine" : false ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "irate(node_disk_sectors_read{instance=~\"$node.*\"}[5m])" ,
2017-04-17 03:44:38 -07:00
"intervalFactor" : 4 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "{{device}}_read" ,
2017-04-17 03:44:38 -07:00
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
} ,
{
"expr" : "irate(node_disk_sectors_written{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{device}}_written" ,
"refId" : "B" ,
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-05-12 03:53:33 -07:00
"title" : "Sectors read / write succesfully" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : false ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-05-12 03:53:33 -07:00
"format" : "none" ,
"label" : "read (-) / write (+)" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
2017-04-17 03:44:38 -07:00
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-05-12 03:53:33 -07:00
"description" : "1 if there was an error opening or reading a file, 0 otherwise" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
2017-05-12 03:53:33 -07:00
"id" : 66 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-05-12 03:53:33 -07:00
"hideZero" : false ,
2017-04-11 23:58:59 -07:00
"max" : true ,
"min" : true ,
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
2017-05-12 03:53:33 -07:00
"alias" : "/.*sda_.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*sdb_.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*sdc_.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*sdd_.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*sde_.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*sda1.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*sda2_.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*sda3_.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*sdb1.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*sdb2.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*sdb3.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*sdc1.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*sdc2.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*sdc3.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*sdd1.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*sdd3.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*sde1.*/" ,
"color" : "#E0F9D7"
} ,
{
"alias" : "/.*sdd2.*/" ,
"color" : "#FCEACA"
} ,
{
"alias" : "/.*sde3.*/" ,
"color" : "#F9E2D2"
2017-04-11 23:58:59 -07:00
}
] ,
2017-05-12 03:53:33 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-05-12 03:53:33 -07:00
"expr" : "node_textfile_scrape_error{instance=~\"$node:.*\"}" ,
2017-04-17 03:44:38 -07:00
"intervalFactor" : 4 ,
2017-05-12 03:53:33 -07:00
"legendFormat" : "read error" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-04-17 03:44:38 -07:00
"step" : 20
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-05-12 03:53:33 -07:00
"title" : "Open error file" ,
2017-04-17 03:44:38 -07:00
"tooltip" : {
"shared" : false ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-05-12 03:53:33 -07:00
"format" : "bytes" ,
"label" : "" ,
2017-04-17 03:44:38 -07:00
"logBase" : 1 ,
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : "0" ,
2017-04-17 03:44:38 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-05-12 03:53:33 -07:00
"show" : true
2017-04-17 03:44:38 -07:00
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Disk Detail" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
2017-05-12 03:53:33 -07:00
"height" : 391 ,
2017-04-17 03:44:38 -07:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 3 ,
"description" : "Filesystem space available to non-root users in bytes. Filesystem free space in bytes. Filesystem read-only status. Filesystem size in bytes." ,
"fill" : 1 ,
"id" : 43 ,
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-17 03:44:38 -07:00
"current" : true ,
"max" : true ,
"min" : true ,
2017-05-12 03:53:33 -07:00
"rightSide" : false ,
2017-04-17 03:44:38 -07:00
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filesystem_avail{instance=~\"$node:.*\",device!~'rootfs'}" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{mountpoint}} Available" ,
"metric" : "" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filesystem_free{instance=~\"$node:.*\",device!~'rootfs'}" ,
2017-04-11 23:58:59 -07:00
"hide" : true ,
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{mountpoint}} Free" ,
"refId" : "B" ,
"step" : 2
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filesystem_size{instance=~\"$node:.*\",device!~'rootfs'}" ,
2017-04-11 23:58:59 -07:00
"hide" : true ,
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{mountpoint}} Size" ,
"refId" : "D" ,
"step" : 2
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Filesystem space available" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "Filesystem total file nodes." ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 41 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-05-12 03:53:33 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : true ,
2017-04-11 23:58:59 -07:00
"max" : true ,
"min" : true ,
2017-05-12 03:53:33 -07:00
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [ ] ,
2017-04-11 23:58:59 -07:00
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filesystem_files{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "File nodes" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
2017-04-11 23:58:59 -07:00
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "File descriptor statistics: allocated." ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 28 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-05-12 03:53:33 -07:00
"max" : true ,
"min" : true ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filefd_maximum{instance=~\"$node:.*\"}" ,
"intervalFactor" : 4 ,
"legendFormat" : "max open files" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 20
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filefd_allocated{instance=~\"$node:.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "open files" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "File descriptor" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
2017-04-17 03:44:38 -07:00
"shared" : false ,
2017-04-11 23:58:59 -07:00
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
2017-04-11 23:58:59 -07:00
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : null ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"/ ReadOnly" : "#890F02"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : 0 ,
"description" : "Filesystem read-only status." ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 44 ,
2017-04-11 23:58:59 -07:00
"legend" : {
2017-05-12 03:53:33 -07:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : true ,
"hideZero" : true ,
2017-05-12 03:53:33 -07:00
"max" : true ,
"min" : true ,
2017-04-17 03:44:38 -07:00
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
2017-05-12 03:53:33 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
2017-04-17 03:44:38 -07:00
"minSpan" : 2 ,
"nullPointMode" : "connected" ,
2017-04-11 23:58:59 -07:00
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
"stack" : true ,
2017-04-11 23:58:59 -07:00
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_filesystem_readonly{instance=~\"$node:.*\",device!~'rootfs'}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{mountpoint}} ReadOnly" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Filesystem in ReadOnly" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
2017-04-17 03:44:38 -07:00
"max" : "1" ,
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
2017-04-17 03:44:38 -07:00
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Filesystem Detail" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 386 ,
"panels" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"aliasColors" : {
"receive_packets_eth0" : "#7EB26D" ,
"receive_packets_lo" : "#E24D42" ,
"transmit_packets_eth0" : "#7EB26D" ,
"transmit_packets_lo" : "#E24D42"
} ,
2017-04-11 23:58:59 -07:00
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"id" : 60 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*trans.*/" ,
2017-04-11 23:58:59 -07:00
"transform" : "negative-Y"
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*lo.*/" ,
"color" : "#9AC48A"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth0.*/" ,
"color" : "#EAB839"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth1.*/" ,
"color" : "#6ED0E0"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth2.*/" ,
"color" : "#EF843C"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth3.*/" ,
"color" : "#E24D42"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth4.*/" ,
"color" : "#1F78C1"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*eth5.*/" ,
"color" : "#BA43A9"
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_packets{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive" ,
2017-04-11 23:58:59 -07:00
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_packets{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit" ,
2017-04-11 23:58:59 -07:00
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Network Traffic by Packets" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "pps" ,
"label" : "Packets per second" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 58 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*trans.*/" ,
2017-04-11 23:58:59 -07:00
"transform" : "negative-Y"
2017-04-17 03:44:38 -07:00
} ,
{
"alias" : "/.*lo.*.compressed.*/" ,
"color" : "#7EB26D"
} ,
{
"alias" : "/.*eth0.*.compressed.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*eth1.*.compressed.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*eth2.*.compressed.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*eth3.*.compressed.*/" ,
"color" : "#E24D42"
} ,
{
"alias" : "/.*eth4.*.compressed.*/" ,
"color" : "#1F78C1"
} ,
{
"alias" : "/.*eth5.*.compressed.*/" ,
"color" : "#BA43A9"
} ,
{
"alias" : "/.*lo.*.errors.*/" ,
"color" : "#705DA0"
} ,
{
"alias" : "/.*eth0.*.errors.*/" ,
"color" : "#508642"
} ,
{
"alias" : "/.*eth1.*.errors.*/" ,
"color" : "#CCA300"
} ,
{
"alias" : "/.*eth2.*.errors.*/" ,
"color" : "#447EBC"
} ,
{
"alias" : "/.*eth3.*.errors.*/" ,
"color" : "#C15C17"
} ,
{
"alias" : "/.*eth4.*.errors.*/" ,
"color" : "#890F02"
} ,
{
"alias" : "/.*eth5.*.errors.*/" ,
"color" : "#0A437C"
} ,
{
"alias" : "/.*lo.*.drop.*/" ,
"color" : "#6D1F62"
} ,
{
"alias" : "/.*eth0.*.drop.*/" ,
"color" : "#584477"
} ,
{
"alias" : "/.*eth1.*.drop.*/" ,
"color" : "#B7DBAB"
} ,
{
"alias" : "/.*eth2.*.drop.*/" ,
"color" : "#F4D598"
} ,
{
"alias" : "/.*eth3.*.drop.*/" ,
"color" : "#70DBED"
} ,
{
"alias" : "/.*eth4.*.drop.*/" ,
"color" : "#F9BA8F"
} ,
{
"alias" : "/.*eth5.*.drop.*/" ,
"color" : "#F29191"
} ,
{
"alias" : "/.*lo.*.fifo.*/" ,
"color" : "#82B5D8"
} ,
{
"alias" : "/.*eth0.*.fifo.*/" ,
"color" : "#E5A8E2"
} ,
{
"alias" : "/.*eth1.*.fifo.*/" ,
"color" : "#AEA2E0"
} ,
{
"alias" : "/.*eth2.*.fifo.*/" ,
"color" : "#629E51"
} ,
{
"alias" : "/.*eth3.*.fifo.*/" ,
"color" : "#E5AC0E"
} ,
{
"alias" : "/.*eth4.*.fifo.*/" ,
"color" : "#64B0C8"
} ,
{
"alias" : "/.*eth5.*.fifo.*/" ,
"color" : "#E0752D"
} ,
{
"alias" : "/.*lo.*.multicast.*/" ,
"color" : "#BF1B00"
} ,
{
"alias" : "/.*eth0.*.multicast.*/" ,
"color" : "#0A50A1"
} ,
{
"alias" : "/.*eth1.*.multicast.*/" ,
"color" : "#962D82"
} ,
{
"alias" : "/.*eth2.*.multicast.*/" ,
"color" : "#614D93"
} ,
{
"alias" : "/.*eth3.*.multicast.*/" ,
"color" : "#9AC48A"
} ,
{
"alias" : "/.*eth4.*.multicast.*/" ,
"color" : "#F2C96D"
} ,
{
"alias" : "/.*eth5.*.multicast.*/" ,
"color" : "#65C5DB"
} ,
{
"alias" : "/.*lo.*.frame.*/" ,
"color" : "#F9934E"
} ,
{
"alias" : "/.*eth0.*.frame.*/" ,
"color" : "#EA6460"
} ,
{
"alias" : "/.*eth1.*.frame.*/" ,
"color" : "#5195CE"
} ,
{
"alias" : "/.*eth2.*.frame.*/" ,
"color" : "#D683CE"
} ,
{
"alias" : "/.*eth3.*.frame.*/" ,
"color" : "#806EB7"
} ,
{
"alias" : "/.*eth4.*.frame.*/" ,
"color" : "#3F6833"
} ,
{
"alias" : "/.*eth5.*.frame.*/" ,
"color" : "#967302"
2017-04-11 23:58:59 -07:00
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_compressed{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive compressed" ,
2017-04-11 23:58:59 -07:00
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_compressed{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit compressed" ,
2017-04-11 23:58:59 -07:00
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_errs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive errors" ,
2017-04-11 23:58:59 -07:00
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_errs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit errors" ,
2017-04-11 23:58:59 -07:00
"refId" : "F" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_drop{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive drop" ,
2017-04-11 23:58:59 -07:00
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_drop{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit drop" ,
2017-04-11 23:58:59 -07:00
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_fifo{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive fifo" ,
2017-04-11 23:58:59 -07:00
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_fifo{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit fifo" ,
2017-04-11 23:58:59 -07:00
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_frame{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive frame" ,
2017-04-11 23:58:59 -07:00
"refId" : "K" ,
2017-04-17 03:44:38 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_frame{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit frame" ,
2017-04-11 23:58:59 -07:00
"refId" : "L" ,
2017-04-17 03:44:38 -07:00
"step" : 30
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_receive_multicast{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} receive multicast" ,
2017-04-11 23:58:59 -07:00
"refId" : "M" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_network_transmit_multicast{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "{{device}} transmit multicast" ,
2017-04-11 23:58:59 -07:00
"refId" : "N" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Network Traffic Detail" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2017-04-17 03:44:38 -07:00
"format" : "pps" ,
"label" : "Packets per second" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 61 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-04-11 23:58:59 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_nf_conntrack_entries{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "nf conntrack entries" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_nf_conntrack_entries_limit{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "nf conntrack limit" ,
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "NF Contrack" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "Entries" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
2017-04-17 03:44:38 -07:00
"min" : "0" ,
2017-04-11 23:58:59 -07:00
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
2017-04-17 03:44:38 -07:00
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network traffic Detail" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 330 ,
"panels" : [
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
"id" : 63 ,
"legend" : {
2017-04-17 03:44:38 -07:00
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"total" : false ,
2017-04-17 03:44:38 -07:00
"values" : true
2017-04-11 23:58:59 -07:00
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_sockstat_TCP_alloc{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_alloc" ,
"refId" : "D" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_sockstat_TCP_inuse{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_inuse" ,
"refId" : "E" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_sockstat_TCP_mem{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_mem" ,
"refId" : "F" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_sockstat_TCP_mem_bytes{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_mem_bytes" ,
"refId" : "G" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_sockstat_TCP_orphan{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_orphan" ,
"refId" : "H" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "node_sockstat_TCP_tw{instance=~\"$node.*\"}" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCP_tw" ,
"refId" : "I" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Sockstat TCP" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "sockets" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 124 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [ ] ,
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_UDPLITE_inuse{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "UDPLITE_inuse" ,
"refId" : "J" ,
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_UDP_inuse{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "UDP_inuse" ,
"refId" : "K" ,
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_UDP_mem{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "UDP_mem" ,
"refId" : "L" ,
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_UDP_mem_bytes{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "UDP_mem_bytes" ,
"refId" : "M" ,
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Sockstat UDP" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "sockets" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 126 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_sockets_used{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "Sockets_used" ,
2017-04-11 23:58:59 -07:00
"refId" : "N" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Sockstat Used" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "sockets" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"id" : 125 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
"total" : true ,
2017-04-11 23:58:59 -07:00
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_FRAG_inuse{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "FRAG_inuse" ,
2017-04-11 23:58:59 -07:00
"refId" : "A" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_FRAG_memory{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "FRAG_memory" ,
2017-04-11 23:58:59 -07:00
"refId" : "B" ,
2017-04-17 03:44:38 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "node_sockstat_RAW_inuse{instance=~\"$node.*\"}" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "RAW_inuse" ,
2017-04-11 23:58:59 -07:00
"refId" : "C" ,
2017-04-17 03:44:38 -07:00
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Sockstat FRAG / RAW" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "sockets" ,
"logBase" : 1 ,
"max" : null ,
2017-05-12 03:53:33 -07:00
"min" : "0" ,
2017-04-17 03:44:38 -07:00
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network Sockstat" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 318 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 118 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : null ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Discards.*/" ,
"color" : "#7EB26D"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*NoRoutes.*/" ,
"color" : "#EAB839"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Ip_InDiscards{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InDiscards" ,
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_InHdrErrors{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InHdrErrors" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_InUnknownProtos{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InUnknownProtos" ,
2017-04-11 23:58:59 -07:00
"refId" : "M" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_OutDiscards{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutDiscards" ,
2017-04-11 23:58:59 -07:00
"refId" : "N" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_OutNoRoutes{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutNoRoutes" ,
2017-04-11 23:58:59 -07:00
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InNoRoutes{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InNoRoutes" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InCsumErrors{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InCsumErrors" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InTruncatedPkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InTruncatedPkts" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Errors / Discards" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 49 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : null ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Discards.*/" ,
"color" : "#7EB26D"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*NoRoutes.*/" ,
"color" : "#EAB839"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Ip_InReceives{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InReceives" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_DefaultTTL{instance=~\"$node..*\"}[5m])" ,
"hide" : true ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "DefaultTTL - " ,
"refId" : "B" ,
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_InDelivers{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InDelivers" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Ip_OutRequests{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutRequests" ,
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "Netstat IP Receive / Deliver" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-04-17 03:44:38 -07:00
"show" : false
2017-04-11 23:58:59 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 119 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
2017-04-17 03:44:38 -07:00
"sideWidth" : 300 ,
2017-04-11 23:58:59 -07:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
2017-04-17 03:44:38 -07:00
"linewidth" : 1 ,
2017-04-11 23:58:59 -07:00
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Octets.*/" ,
"color" : "#7EB26D"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*McastPkts.*/" ,
"color" : "#EAB839"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*McastOctets.*/" ,
"color" : "#6ED0E0"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*BcastPkts.*/" ,
"color" : "#EF843C"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*BcastOctets.*/" ,
"color" : "#E24D42"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InBcastOctets{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InBcastOctets" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InBcastPkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InBcastPkts" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_OutBcastOctets{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutBcastOctets" ,
"refId" : "M" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_OutBcastPkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutBcastPkts" ,
"refId" : "N" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Bcast" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 120 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Octets.*/" ,
"color" : "#7EB26D"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*McastPkts.*/" ,
"color" : "#EAB839"
} ,
{
"alias" : "/.*McastOctets.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*BcastPkts.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*BcastOctets.*/" ,
"color" : "#E24D42"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_IpExt_InMcastOctets{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InMcastOctets" ,
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InMcastPkts{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InMcastPkts" ,
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_OutMcastOctets{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutMcastOctets" ,
2017-04-11 23:58:59 -07:00
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_OutMcastPkts{instance=~\"$node..*\"}[5m])" ,
"hide" : false ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutMcastPkts" ,
2017-04-11 23:58:59 -07:00
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Mcast" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 51 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Octets.*/" ,
"color" : "#7EB26D"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*McastPkts.*/" ,
"color" : "#EAB839"
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*McastOctets.*/" ,
"color" : "#6ED0E0"
} ,
{
"alias" : "/.*BcastPkts.*/" ,
"color" : "#EF843C"
} ,
{
"alias" : "/.*BcastOctets.*/" ,
"color" : "#E24D42"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_IpExt_InCEPkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InCEPkts" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InECT0Pkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InECT0Pkts" ,
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InECT1Pkts{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InECT1Pkt" ,
"refId" : "F" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InOctets{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InOctets" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_OutOctets{instance=~\"$node..*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutOctets" ,
"refId" : "Q" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_IpExt_InNoECTPkts{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InNoECTPkts" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Octets / ECT / CEP" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 81 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : null ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Ip_ForwDatagrams{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ForwDatagrams" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_Forwarding{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "Forwarding" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Forwarding" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 123 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : null ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Ip_ReasmFails{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ReasmFails" ,
"refId" : "Q" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_ReasmOKs{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ReasmOKs" ,
"refId" : "R" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_ReasmReqds{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ReasmReqds" ,
"refId" : "S" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_ReasmTimeout{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ReasmTimeout" ,
"refId" : "T" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Reasambled" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 122 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sideWidth" : 300 ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : null ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Ip_FragCreates{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "FragCreates" ,
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_FragFails{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "FragFails" ,
"refId" : "F" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Ip_FragOKs{instance=~\"$node..*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "FragOKs" ,
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Netstat IP Fragmented" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network Netstat" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 356 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 85 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_netstat_Tcp_CurrEstab{instance=~\"$node.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "CurrEstab - Number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT" ,
"refId" : "C" ,
"step" : 4
} ,
{
"expr" : "node_netstat_Tcp_MaxConn{instance=~\"$node.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")" ,
"refId" : "H" ,
"step" : 4
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Connections" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "connections" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 52 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Tcp_InCsumErrors{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "InCsumErrors - ?" ,
"refId" : "E" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_InErrs{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "InErrs - Number of segments received in error (e.g., bad TCP checksums)" ,
"refId" : "F" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_InSegs{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "InSegs - Number of segments received, including those received in error. This count includes segments received on currently established connections" ,
"refId" : "G" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_OutRsts{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "OutRsts - Number of TCP segments sent containing the RST flag" ,
"refId" : "I" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_OutSegs{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "OutSegs - Number of segments sent, including those on current connections but excluding those containing only retransmitted octets" ,
"refId" : "J" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_RetransSegs{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "RetransSegs - Number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets" ,
"refId" : "A" ,
"step" : 4
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Segments" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "segments" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 2 ,
"height" : "" ,
"id" : 82 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Tcp_ActiveOpens{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state" ,
"refId" : "A" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_AttemptFails{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "AttemptFails - TCP connections that have made a direct transition to the CLOSED state from either the SYN-SENT and SYN-RCVD" ,
"refId" : "B" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_EstabResets{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "EstabResets - TCP connections that have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state" ,
"refId" : "D" ,
"step" : 4
} ,
{
"expr" : "irate(node_netstat_Tcp_PassiveOpens{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state" ,
"refId" : "K" ,
"step" : 4
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Direct Transition" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "connections" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 86 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "node_netstat_Tcp_RtoAlgorithm{instance=~\"$node.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RtoAlgorithm - Algorithm used to determine the timeout value used for retransmitting unacknowledged octets" ,
"refId" : "M" ,
"step" : 4
} ,
{
"expr" : "node_netstat_Tcp_RtoMax{instance=~\"$node.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RtoMax - Maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds" ,
"refId" : "N" ,
"step" : 4
} ,
{
"expr" : "node_netstat_Tcp_RtoMin{instance=~\"$node.*\"}" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RtoMin - Minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds" ,
"refId" : "O" ,
"step" : 4
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Retransmission" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "ms" ,
"label" : "milliseconds" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network Netstat TCP" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 324 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 93 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_PAWSActive{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "PAWSActive -" ,
"refId" : "M" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "PAWSEstab -" ,
"refId" : "N" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "PAWSPassive -" ,
"refId" : "O" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP PAWS" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 94 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortOnClose{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortOnClose - " ,
"refId" : "V" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortOnData{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortOnData -" ,
"refId" : "W" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortOnLinger{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortOnLinger -" ,
"refId" : "X" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortOnMemory{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortOnMemory -" ,
"refId" : "Y" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortOnTimeout{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortOnTimeout -" ,
"refId" : "B" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Aborts" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 87 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_PruneCalled{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "PruneCalled -" ,
"refId" : "P" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "RcvPruned -" ,
"refId" : "Q" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_OfoPruned{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OfoPruned -" ,
"refId" : "A" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Pruned" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 92 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_DelayedACKLocked{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "DelayedACKLocked - " ,
"refId" : "C" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_DelayedACKLost{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "DelayedACKLost -" ,
"refId" : "D" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_DelayedACKs{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "DelayedACKs -" ,
"refId" : "E" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Delayed ACK" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 95 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKIgnoredOld{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKIgnoredOld -" ,
"refId" : "F" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKOfoRecv -" ,
"refId" : "G" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKOfoSent -" ,
"refId" : "H" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKOldSent -" ,
"refId" : "I" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKRecv -" ,
"refId" : "J" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKUndo -" ,
"refId" : "K" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP DSACK" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "Any documented found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 98 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPSackRecovery{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSackRecovery -" ,
"refId" : "E" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSackRecoveryFail{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSackRecoveryFail -" ,
"refId" : "F" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSackShiftFallback -" ,
"refId" : "G" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSackShifted -" ,
"refId" : "H" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP SACK" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 97 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenActive{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenActive -" ,
"refId" : "P" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenActiveFail -" ,
"refId" : "Q" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenCookieReqd -" ,
"refId" : "R" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenListenOverflow -" ,
"refId" : "S" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenPassive -" ,
"refId" : "T" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastOpenPassiveFail -" ,
"refId" : "U" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFastRetrans -" ,
"refId" : "V" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP FastOpen / FastRetrans" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 96 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPDirectCopyFromBacklog{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDirectCopyFromBacklog -" ,
"refId" : "M" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDirectCopyFromPrequeue -" ,
"refId" : "N" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Direct Copy" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 91 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Sent.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_SyncookiesFailed{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "SyncookiesFailed -" ,
"refId" : "R" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_SyncookiesRecv{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "SyncookiesRecv -" ,
"refId" : "S" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_SyncookiesSent{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "SyncookiesSent -" ,
"refId" : "T" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP SynCookie" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 99 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPHPAcks{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPHPAcks -" ,
"refId" : "Z" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPHPHits -" ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPHPHitsToUser -" ,
"refId" : "B" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP HP" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"decimals" : null ,
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 2 ,
"height" : "" ,
"id" : 90 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPLossFailures{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPLossFailures -" ,
"refId" : "C" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPLossProbeRecovery{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPLossProbeRecovery -" ,
"refId" : "D" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP LOSS" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "counter" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 100 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TW{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TW -" ,
"refId" : "O" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TWKilled -" ,
"refId" : "P" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TWRecycled -" ,
"refId" : "Q" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP TW" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 101 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPForwardRetrans{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPForwardRetrans -" ,
"refId" : "O" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSlowStartRetrans -" ,
"refId" : "P" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSynRetrans -" ,
"refId" : "Q" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Retrans" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 56 ,
"legend" : {
"alignAsTable" : true ,
"avg" : false ,
"current" : true ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : true ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSpuriousRTOs -" ,
"refId" : "G" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSpuriousRtxHostQueues -" ,
"refId" : "H" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Spurious" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 102 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : true ,
"hideZero" : true ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPToZeroWindowAdv{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPToZeroWindowAdv -" ,
"refId" : "V" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPWantZeroWindowAdv -" ,
"refId" : "W" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP ZeroWindow" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 53 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_ListenDrops{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ListenDrops -" ,
"refId" : "H" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_LockDroppedIcmps{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "LockDroppedIcmps -" ,
"refId" : "J" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDeferAcceptDrop{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDeferAcceptDrop -" ,
"refId" : "D" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPBacklogDrop{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPBacklogDrop -" ,
"refId" : "P" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP DROPS" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 103 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPFACKReorder{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFACKReorder -" ,
"refId" : "E" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPTSReorder{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPTSReorder -" ,
"refId" : "S" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP Reorder" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 104 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_ArpFilter{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ArpFilter - " ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_BusyPollRxPackets{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "BusyPollRxPackets - " ,
"refId" : "B" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_EmbryonicRsts{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "EmbryonicRsts -" ,
"refId" : "F" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_IPReversePathFilter{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "IPReversePathFilter -" ,
"refId" : "G" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_ListenOverflows{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "ListenOverflows -" ,
"refId" : "I" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP etc 1" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 105 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_OutOfWindowIcmps{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutOfWindowIcmps -" ,
"refId" : "K" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPAbortFailed -" ,
"refId" : "C" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFromZeroWindowAdv -" ,
"refId" : "M" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPFullUndo -" ,
"refId" : "N" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPSchedulerFailed{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPSchedulerFailed -" ,
"refId" : "O" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "TcpExt_TCPAutoCorking -" ,
"refId" : "L" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPChallengeACK -" ,
"refId" : "Q" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKIgnoredNoUndo -" ,
"refId" : "R" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPTimeWaitOverflow -" ,
"refId" : "T" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])" ,
"hide" : true ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPTimeouts -" ,
"refId" : "U" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP etc 2" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"description" : "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h" ,
"fill" : 1 ,
"height" : "" ,
"id" : 107 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideEmpty" : false ,
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TcpExt_TCPAutoCorking -" ,
"refId" : "L" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPChallengeACK -" ,
"refId" : "Q" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPDSACKIgnoredNoUndo -" ,
"refId" : "R" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPTimeWaitOverflow -" ,
"refId" : "T" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])" ,
"hide" : false ,
"intervalFactor" : 2 ,
"legendFormat" : "TCPTimeouts -" ,
"refId" : "U" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "TCP etc 3" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network Netstat TCP Linux MIPs" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 330 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 55 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*Snd.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Udp_InDatagrams{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InDatagrams" ,
"refId" : "B" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutDatagrams" ,
"refId" : "E" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP In/Out" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 57 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_UdpLite_InDatagrams{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InDatagrams" ,
"refId" : "B" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutDatagrams" ,
"refId" : "E" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP Lite In/Out" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 109 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
} ,
{
"alias" : "/.*Snd.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Udp_InCsumErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InCsumErrors" ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_Udp_InErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InErrors" ,
"refId" : "C" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_Udp_RcvbufErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "RcvbufErrors" ,
"refId" : "F" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_Udp_SndbufErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "SndbufErrors" ,
"refId" : "G" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP Errors" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 110 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_UdpLite_InCsumErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InCsumErrors" ,
"refId" : "A" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_UdpLite_InErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InErrors" ,
"refId" : "C" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_UdpLite_RcvbufErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "RcvbufErrors" ,
"refId" : "F" ,
"step" : 10
} ,
{
"expr" : "irate(node_netstat_UdpLite_SndbufErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "SndbufErrors" ,
"refId" : "G" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP Lite Errors" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "300px" ,
"id" : 108 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Udp_NoPorts{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "NoPorts" ,
"refId" : "D" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP NoPorts" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : false
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "300px" ,
"id" : 111 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "NoPorts" ,
"refId" : "D" ,
"step" : 10
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "UDP Lite NoPorts" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Network Netstat UDP" ,
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 343 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 115 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Icmp_InMsgs{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors" ,
"refId" : "J" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Icmp_InRedirects{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InRedirects - Redirect messages received." ,
"refId" : "L" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Icmp_OutMsgs{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors" ,
"refId" : "W" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Icmp_OutRedirects{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutRedirects - Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects" ,
"refId" : "Y" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "ICMP Msg / Redirects" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
2017-05-12 03:53:33 -07:00
"show" : false
2017-04-17 03:44:38 -07:00
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 50 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 12 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_Icmp_InCsumErrors{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InCsumErrors - Messages with ICMP checksum errors" ,
"refId" : "E" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-17 03:44:38 -07:00
} ,
{
"expr" : "irate(node_netstat_Icmp_InErrors{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)" ,
"refId" : "I" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutErrors{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutErrors - Messages which this entity did not send due to problems discovered within ICMP, such as a lack of buffers" ,
"refId" : "V" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InDestUnreachs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InDestUnreachs - ICMP Destination Unreachable messages received" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutDestUnreachs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutDestUnreachs - ICMP Destination Unreachable messages sent" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InTimeExcds{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InTimeExcds - ICMP Time Exceeded messages received" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutTimeExcds{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutTimeExcds - ICMP Time Exceeded messages sent" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "ICMP Errors / Unreachable" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"height" : "" ,
"id" : 114 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
2017-04-17 03:44:38 -07:00
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InEchoReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InEchoReps - ICMP Echo Reply messages received" ,
2017-04-11 23:58:59 -07:00
"refId" : "G" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InEchos{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InEchos - ICMP Echo (request) messages received" ,
2017-04-11 23:58:59 -07:00
"refId" : "H" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutEchoReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutEchoReps - ICMP Echo Reply messages sent" ,
"refId" : "T" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutEchos{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutEchos - ICMP Echo (request) messages sent" ,
"refId" : "U" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-17 03:44:38 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "ICMP Echos" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"format" : "none" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-17 03:44:38 -07:00
"fill" : 1 ,
"height" : "" ,
"id" : 112 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
"span" : 6 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
2017-04-11 23:58:59 -07:00
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InTimestampReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InTimestampReps - ICMP Timestamp Reply messages received" ,
"refId" : "O" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InTimestamps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InTimestamps - ICMP Timestamp (request) messages received" ,
"refId" : "P" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutTimestampReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutTimestampReps - ICMP Timestamp Reply messages sent" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutTimestamps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutTimestamps - ICMP Timestamp (request) messages sent" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "ICMP Timestamps" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
2017-04-17 03:44:38 -07:00
} ,
2017-04-11 23:58:59 -07:00
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"height" : "" ,
"id" : 113 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InAddrMaskReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InAddrMaskReps - ICMP Address Mask Reply messages received" ,
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InAddrMasks{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InAddrMasks - ICMP Address Mask Request messages received" ,
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutAddrMaskReps{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutAddrMaskReps - ICMP Address Mask Reply messages sent" ,
"refId" : "Q" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutAddrMasks{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutAddrMasks - ICMP Address Mask Request messages sent" ,
"refId" : "R" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "ICMP Masks" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"height" : "" ,
"id" : 116 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InParmProbs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InParmProbs - ICMP Parameter Problem messages received" ,
"refId" : "K" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutParmProbs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutParmProb - ICMP Parameter Problem messages sent" ,
"refId" : "X" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_InSrcQuenchs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "InSrcQuenchs - ICMP Source Quench messages received" ,
2017-04-11 23:58:59 -07:00
"refId" : "C" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
2017-04-17 03:44:38 -07:00
"expr" : "irate(node_netstat_Icmp_OutSrcQuenchs{instance=~\"$node.*\"}[5m])" ,
2017-04-11 23:58:59 -07:00
"intervalFactor" : 2 ,
2017-04-17 03:44:38 -07:00
"legendFormat" : "OutSrcQuenchs - ICMP Source Quench messages sent" ,
2017-04-11 23:58:59 -07:00
"refId" : "D" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "ICMP Params" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
} ,
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"fill" : 1 ,
2017-04-17 03:44:38 -07:00
"height" : "" ,
"id" : 117 ,
2017-04-11 23:58:59 -07:00
"legend" : {
"alignAsTable" : true ,
2017-04-17 03:44:38 -07:00
"avg" : true ,
2017-05-12 03:53:33 -07:00
"current" : true ,
2017-04-17 03:44:38 -07:00
"hideZero" : false ,
"max" : true ,
"min" : true ,
"rightSide" : false ,
2017-04-11 23:58:59 -07:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"minSpan" : 1 ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/.*Out.*/" ,
"transform" : "negative-Y"
}
] ,
2017-04-17 03:44:38 -07:00
"span" : 6 ,
2017-04-11 23:58:59 -07:00
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_netstat_IcmpMsg_InType3{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "InType3" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
} ,
{
"expr" : "irate(node_netstat_IcmpMsg_OutType3{instance=~\"$node.*\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "OutType3" ,
"refId" : "B" ,
2017-05-12 03:53:33 -07:00
"step" : 10
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
2017-04-17 03:44:38 -07:00
"title" : "ICMP Type" ,
2017-04-11 23:58:59 -07:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "none" ,
2017-04-17 03:44:38 -07:00
"label" : "" ,
2017-04-11 23:58:59 -07:00
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
2017-04-17 03:44:38 -07:00
"title" : "Network Netstat ICMP" ,
2017-04-11 23:58:59 -07:00
"titleSize" : "h6"
} ,
{
"collapse" : true ,
"height" : 250 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
2017-04-17 06:08:49 -07:00
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"description" : "node_exporter: Duration of a scrape job." ,
"fill" : 1 ,
"id" : 40 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 2 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"percentage" : false ,
"pointradius" : 5 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"span" : 12 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "irate(node_exporter_scrape_duration_seconds{instance=~\"$node.*\",result=\"success\",quantile=\"0.99\"}[5m])" ,
"intervalFactor" : 2 ,
"legendFormat" : "{{collector}}" ,
"refId" : "A" ,
2017-05-12 03:53:33 -07:00
"step" : 4
2017-04-11 23:58:59 -07:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Node Exporter scrape time" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "s" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
]
}
] ,
"repeat" : null ,
"repeatIteration" : null ,
"repeatRowId" : null ,
"showTitle" : false ,
"title" : "Node Exporter" ,
"titleSize" : "h6"
}
] ,
"schemaVersion" : 14 ,
"style" : "dark" ,
"tags" : [ ] ,
"templating" : {
"list" : [
{
"allValue" : null ,
2017-04-17 06:08:49 -07:00
"current" : { } ,
"datasource" : "${DS_LOCALHOST}" ,
2017-04-11 23:58:59 -07:00
"hide" : 0 ,
"includeAll" : false ,
"label" : "Host:" ,
"multi" : false ,
"name" : "node" ,
"options" : [ ] ,
2017-05-12 03:53:33 -07:00
"query" : "label_values(node_boot_time, instance)" ,
2017-04-11 23:58:59 -07:00
"refresh" : 1 ,
"regex" : "/([^:]+):.*/" ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
}
]
} ,
"time" : {
2017-05-12 03:53:33 -07:00
"from" : "now-1h" ,
2017-04-17 06:08:49 -07:00
"to" : "now"
2017-04-11 23:58:59 -07:00
} ,
"timepicker" : {
"refresh_intervals" : [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"time_options" : [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
]
} ,
"timezone" : "browser" ,
"title" : "Node Exporter Full" ,
2017-05-12 03:53:33 -07:00
"version" : 10
2017-04-11 23:58:59 -07:00
}