2022-10-28 15:10:22 +00:00
{
"__inputs" : [
{
"name" : "DS_SYSMON" ,
2023-01-22 10:19:42 +00:00
"label" : "Database" ,
2022-10-28 15:10:22 +00:00
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "influxdb" ,
"pluginName" : "InfluxDB"
}
] ,
"__elements" : { } ,
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2022-11-07 12:33:35 +00:00
"version" : "9.1.6"
2022-10-28 15:10:22 +00:00
} ,
{
"type" : "datasource" ,
"id" : "influxdb" ,
"name" : "InfluxDB" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "text" ,
"name" : "Text" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
}
] ,
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
"type" : "dashboard"
}
]
} ,
2023-01-22 10:19:42 +00:00
"description" : "https://git.data.coop/nellemann/sysmon/ - Metrics from sysmon agent." ,
2022-10-28 15:10:22 +00:00
"editable" : true ,
"fiscalYearStartMonth" : 0 ,
"graphTooltip" : 0 ,
"id" : null ,
"links" : [ ] ,
"liveNow" : false ,
"panels" : [
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"gridPos" : {
"h" : 3 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 28 ,
"options" : {
2023-02-06 18:47:36 +00:00
"content" : "## Metrics are collected by an agent running inside of each LPAR / VM / Host.\n \n For more information visit: [git.data.coop/nellemann/sysmon](https://git.data.coop/nellemann/sysmon)\n " ,
2022-10-28 15:10:22 +00:00
"mode" : "markdown"
} ,
2022-11-07 12:33:35 +00:00
"pluginVersion" : "9.1.6" ,
2022-10-28 15:10:22 +00:00
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"refId" : "A"
}
] ,
"transparent" : true ,
"type" : "text"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"description" : "Load average as reported by OS." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2022-11-07 12:33:35 +00:00
"showPoints" : "auto" ,
"spanNulls" : 3600000 ,
2022-10-28 15:10:22 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-11-07 16:44:14 +00:00
"h" : 13 ,
2022-10-28 15:10:22 +00:00
"w" : 12 ,
"x" : 0 ,
"y" : 3
} ,
"id" : 2 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.1.3" ,
"targets" : [
{
"alias" : "$tag_hostname - $col" ,
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2022-10-28 15:10:22 +00:00
] ,
"type" : "fill"
}
] ,
"measurement" : "base_load" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"5min"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
2022-11-16 11:21:33 +00:00
{
"params" : [
10
] ,
"type" : "moving_average"
} ,
2022-10-28 15:10:22 +00:00
{
"params" : [
"5min"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "System Load Average" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"description" : "Shows the number of physical processors consumed." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
2022-11-07 12:33:35 +00:00
"spanNulls" : 3600000 ,
2022-10-28 15:10:22 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-11-07 16:44:14 +00:00
"h" : 13 ,
2022-10-28 15:10:22 +00:00
"w" : 12 ,
"x" : 12 ,
"y" : 3
} ,
"id" : 17 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.1.3" ,
"targets" : [
{
"alias" : "$tag_hostname" ,
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2022-10-28 15:10:22 +00:00
] ,
"type" : "fill"
}
] ,
2023-01-22 10:19:42 +00:00
"measurement" : "power_processor" ,
2022-10-28 15:10:22 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"physc"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2022-11-16 11:21:33 +00:00
} ,
{
"params" : [
10
] ,
"type" : "moving_average"
2022-10-28 15:10:22 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "Power - Shared Processors - Physical Cores Consumed" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"description" : "Percentage of the entitled capacity consumed." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
2022-11-07 12:33:35 +00:00
"spanNulls" : 3600000 ,
2022-10-28 15:10:22 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-11-07 16:44:14 +00:00
"h" : 14 ,
2022-10-28 15:10:22 +00:00
"w" : 12 ,
"x" : 0 ,
2022-11-07 16:44:14 +00:00
"y" : 16
2022-10-28 15:10:22 +00:00
} ,
"id" : 30 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.1.3" ,
"targets" : [
{
"alias" : "$tag_hostname" ,
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2022-10-28 15:10:22 +00:00
] ,
"type" : "fill"
}
] ,
2023-01-22 10:19:42 +00:00
"measurement" : "power_processor" ,
2022-10-28 15:10:22 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"entc"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2022-11-16 11:21:33 +00:00
} ,
{
"params" : [
10
] ,
"type" : "moving_average"
2022-10-28 15:10:22 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "Power - Shared Processors - Entitled Capacity Consumed" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"description" : "Percentage of logical processor(s) utilization" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"axisSoftMin" : 0 ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
2022-11-07 12:33:35 +00:00
"spanNulls" : 3600000 ,
2022-10-28 15:10:22 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-11-07 16:44:14 +00:00
"h" : 14 ,
2022-10-28 15:10:22 +00:00
"w" : 12 ,
"x" : 12 ,
2022-11-07 16:44:14 +00:00
"y" : 16
2022-10-28 15:10:22 +00:00
} ,
"id" : 31 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.1.3" ,
"targets" : [
{
"alias" : "$tag_hostname" ,
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2022-10-28 15:10:22 +00:00
] ,
"type" : "fill"
}
] ,
2023-01-22 10:19:42 +00:00
"measurement" : "power_processor" ,
2022-10-28 15:10:22 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"lbusy"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2022-11-16 11:21:33 +00:00
} ,
{
"params" : [
10
] ,
"type" : "moving_average"
2022-10-28 15:10:22 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "Power - Shared Processors - Logical Processor Utilization" ,
"type" : "timeseries"
}
] ,
"refresh" : "30s" ,
"schemaVersion" : 37 ,
"style" : "dark" ,
"tags" : [
"sysmon" ,
"Power"
] ,
"templating" : {
"list" : [
{
"current" : { } ,
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
2023-01-22 10:19:42 +00:00
"definition" : "SHOW TAG VALUES FROM \"power_processor\" WITH KEY = \"hostname\" WHERE time > now() - 60m" ,
2022-10-28 15:10:22 +00:00
"hide" : 0 ,
"includeAll" : true ,
"label" : "Host" ,
"multi" : true ,
"name" : "hostname" ,
"options" : [ ] ,
2023-01-22 10:19:42 +00:00
"query" : "SHOW TAG VALUES FROM \"power_processor\" WITH KEY = \"hostname\" WHERE time > now() - 60m" ,
2022-10-28 15:10:22 +00:00
"refresh" : 2 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 5 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
}
]
} ,
"time" : {
"from" : "now-7d" ,
2022-11-07 12:33:35 +00:00
"to" : "now-10s"
2022-10-28 15:10:22 +00:00
} ,
"timepicker" : {
2022-11-07 12:33:35 +00:00
"nowDelay" : "10s" ,
2022-10-28 15:10:22 +00:00
"refresh_intervals" : [
2022-11-07 12:33:35 +00:00
"10s" ,
2022-10-28 15:10:22 +00:00
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
"timezone" : "" ,
2022-11-07 12:33:35 +00:00
"title" : "Sysmon - IBM Power" ,
2022-10-28 15:10:22 +00:00
"uid" : "3zPCIbN4z" ,
2022-11-16 11:21:33 +00:00
"version" : 7 ,
2022-10-28 15:10:22 +00:00
"weekStart" : ""
2023-01-22 10:19:42 +00:00
}