2021-06-10 06:55:03 +00:00
{
2022-10-28 08:49:17 +00:00
"__inputs" : [
{
"name" : "DS_SYSMON" ,
"label" : "sysmon" ,
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "influxdb" ,
"pluginName" : "InfluxDB"
}
] ,
"__elements" : { } ,
"__requires" : [
{
"type" : "panel" ,
"id" : "gauge" ,
"name" : "Gauge" ,
"version" : ""
} ,
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
"version" : "9.1.6"
} ,
{
"type" : "datasource" ,
"id" : "influxdb" ,
"name" : "InfluxDB" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "text" ,
"name" : "Text" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
}
] ,
2021-06-10 06:55:03 +00:00
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-09-06 13:08:52 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-06-10 06:55:03 +00:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2021-09-22 13:46:48 +00:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2021-06-10 06:55:03 +00:00
"type" : "dashboard"
}
]
} ,
2022-10-28 08:17:51 +00:00
"description" : "https://bitbucket.org/mnellemann/sysmon/ - Metrics from sysmon agent." ,
2021-06-10 06:55:03 +00:00
"editable" : true ,
2022-08-20 08:02:05 +00:00
"fiscalYearStartMonth" : 0 ,
2021-06-10 06:55:03 +00:00
"graphTooltip" : 0 ,
2022-10-28 08:49:17 +00:00
"id" : null ,
2021-06-10 06:55:03 +00:00
"links" : [ ] ,
2022-08-20 08:02:05 +00:00
"liveNow" : false ,
2021-06-10 06:55:03 +00:00
"panels" : [
2021-09-22 13:46:48 +00:00
{
2022-09-06 13:08:52 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-09-06 13:08:52 +00:00
} ,
2021-09-22 13:46:48 +00:00
"gridPos" : {
"h" : 3 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 28 ,
"options" : {
"content" : "## Metrics are collected by an agent running inside of each LPAR / VM / Host.\n \n For more information: [bitbucket.org/mnellemann/sysmon](https://bitbucket.org/mnellemann/sysmon)\n " ,
"mode" : "markdown"
} ,
2022-10-28 08:17:51 +00:00
"pluginVersion" : "9.1.6" ,
2022-09-06 13:08:52 +00:00
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-09-06 13:08:52 +00:00
} ,
"refId" : "A"
}
] ,
2021-09-22 13:46:48 +00:00
"transparent" : true ,
"type" : "text"
} ,
2022-09-06 13:08:52 +00:00
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-09-06 13:08:52 +00:00
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "text"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-10-28 08:17:51 +00:00
"h" : 6 ,
2022-09-06 13:08:52 +00:00
"w" : 24 ,
"x" : 0 ,
2022-10-28 08:17:51 +00:00
"y" : 3
2022-09-06 13:08:52 +00:00
} ,
"id" : 35 ,
"options" : {
"colorMode" : "none" ,
"graphMode" : "none" ,
"justifyMode" : "center" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "/.*/" ,
"values" : false
} ,
"textMode" : "value_and_name"
} ,
2022-10-28 08:17:51 +00:00
"pluginVersion" : "9.1.6" ,
2022-09-06 13:08:52 +00:00
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-09-06 13:08:52 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"limit" : "100" ,
"measurement" : "base_info" ,
"orderByTime" : "DESC" ,
"policy" : "default" ,
2022-10-28 08:17:51 +00:00
"query" : "SELECT last(\"os_manufacturer\") AS \"manufacturer\", last(\"os_family\") AS \"family\", last(\"os_version\") AS \"version\", last(\"os_codename\") AS \"codename\", last(\"os_build\") AS \"build\", last(\"boot_time\") * 1000 AS \"boottime\" FROM \"base_info\" WHERE (\"hostname\" =~ /^$hostname$/) AND $timeFilter GROUP BY time($__interval), \"hostname\" fill(null) ORDER BY time DESC LIMIT 1000" ,
2022-09-06 13:08:52 +00:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "table" ,
"select" : [
[
{
"params" : [
"os_manufacturer"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"manufacturer"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"os_family"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"family"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"os_codename"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"codename"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"os_build"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"build"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"os_version"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"version"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"boot_time"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"boottime"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "System Information" ,
"transformations" : [
{
"id" : "organize" ,
"options" : {
"excludeByName" : {
"Time" : true ,
"hostname" : true
} ,
"indexByName" : {
"Time" : 0 ,
"boottime" : 7 ,
"build" : 6 ,
"codename" : 5 ,
"family" : 3 ,
"hostname" : 1 ,
"manufacturer" : 2 ,
"version" : 4
} ,
"renameByName" : {
"boottime" : "Boot Time" ,
"build" : "OS Build" ,
"codename" : "OS Codename" ,
"family" : "OS Family" ,
"hostname" : "Hostname" ,
"manufacturer" : "Manufacturer" ,
"version" : "OS Version"
}
}
} ,
{
"id" : "convertFieldType" ,
"options" : {
"conversions" : [
{
"destinationType" : "time" ,
"targetField" : "Boot Time"
}
] ,
"fields" : { }
}
}
] ,
"type" : "stat"
} ,
2021-06-10 06:55:03 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-30 12:03:53 +00:00
"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"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2021-06-10 06:55:03 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-30 12:03:53 +00:00
} ,
{
"color" : "red" ,
"value" : 80
2021-06-10 06:55:03 +00:00
}
]
2021-09-22 13:46:48 +00:00
} ,
2022-10-28 08:17:51 +00:00
"unit" : "short"
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"overrides" : [ ]
2021-06-10 06:55:03 +00:00
} ,
"gridPos" : {
2021-09-22 13:46:48 +00:00
"h" : 5 ,
2022-10-30 12:03:53 +00:00
"w" : 12 ,
2022-10-28 08:17:51 +00:00
"x" : 0 ,
2022-09-19 12:15:48 +00:00
"y" : 9
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 2 ,
2021-06-10 06:55:03 +00:00
"options" : {
2022-10-30 12:03:53 +00:00
"legend" : {
2021-06-10 06:55:03 +00:00
"calcs" : [
2022-10-30 12:03:53 +00:00
"mean" ,
"lastNotNull" ,
"max"
2021-06-10 06:55:03 +00:00
] ,
2022-10-30 12:03:53 +00:00
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"pluginVersion" : "9.1.3" ,
2021-06-10 06:55:03 +00:00
"targets" : [
{
2022-10-30 12:03:53 +00:00
"alias" : "$col" ,
2022-09-06 13:08:52 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-09-06 13:08:52 +00:00
} ,
2021-06-10 06:55:03 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"none"
2021-06-10 06:55:03 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_load" ,
2021-06-10 06:55:03 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"1min"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-30 12:03:53 +00:00
"type" : "mean"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"1min"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"5min"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-30 12:03:53 +00:00
"type" : "mean"
2022-10-28 08:17:51 +00:00
} ,
2021-06-10 06:55:03 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"5min"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"15min"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-30 12:03:53 +00:00
"type" : "mean"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"15min"
2021-06-10 06:55:03 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "System Load Average" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2021-06-10 06:55:03 +00:00
{
2022-10-30 12:03:53 +00:00
"color" : "green" ,
"value" : null
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"color" : "red" ,
"value" : 80
2022-10-28 08:17:51 +00:00
}
2022-10-30 12:03:53 +00:00
]
} ,
"unit" : "string"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.mode"
} ,
"properties" : [
2022-10-28 08:17:51 +00:00
{
2022-10-30 12:03:53 +00:00
"id" : "displayName" ,
"value" : "Mode"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"id" : "noValue" ,
"value" : "N/A"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"id" : "unit" ,
"value" : "string"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.type"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "Type"
} ,
{
"id" : "noValue" ,
"value" : "N/A"
} ,
{
"id" : "unit" ,
"value" : "string"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.ent"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "eCPU"
} ,
{
"id" : "noValue" ,
"value" : "N/A"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.lcpu"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "vCPU"
} ,
{
"id" : "noValue" ,
"value" : "N/A"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.smt"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "SMT"
}
]
}
]
} ,
"gridPos" : {
"h" : 5 ,
"w" : 12 ,
"x" : 12 ,
"y" : 9
} ,
"id" : 16 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "/.*/" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "value_and_name"
} ,
"pluginVersion" : "9.1.6" ,
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"previous"
] ,
"type" : "fill"
}
] ,
"measurement" : "aix_processor" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"mode"
2022-10-28 08:17:51 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "field"
2022-10-28 08:17:51 +00:00
} ,
{
"params" : [ ] ,
2022-10-30 12:03:53 +00:00
"type" : "last"
2022-10-28 08:17:51 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"mode"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"type"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"type"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"ent"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"ent"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"lcpu"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"lcpu"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"smt"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"smt"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
]
] ,
2022-10-30 12:03:53 +00:00
"slimit" : "1" ,
2022-10-28 08:17:51 +00:00
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Processor Details (IBM Power)" ,
"transformations" : [
{
"id" : "filterFieldsByName" ,
"options" : {
"include" : {
"names" : [
"aix_processor.mode" ,
"aix_processor.type" ,
"aix_processor.ent" ,
"aix_processor.lcpu" ,
"aix_processor.smt"
]
}
}
}
] ,
2022-10-28 08:17:51 +00:00
"type" : "stat"
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-10-28 08:17:51 +00:00
} ,
"description" : "" ,
"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"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
2022-10-30 12:03:53 +00:00
"mode" : "normal"
2022-10-28 08:17:51 +00:00
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2022-10-30 12:03:53 +00:00
"decimals" : 2 ,
2022-10-28 08:17:51 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-10-30 12:03:53 +00:00
"h" : 6 ,
2022-10-28 08:17:51 +00:00
"w" : 12 ,
"x" : 0 ,
"y" : 14
} ,
2022-10-30 12:03:53 +00:00
"id" : 29 ,
2022-10-28 08:17:51 +00:00
"options" : {
"legend" : {
2022-10-30 12:03:53 +00:00
"calcs" : [ ] ,
2022-10-28 08:17:51 +00:00
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.1.3" ,
"targets" : [
{
"alias" : "$col" ,
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-10-28 08:17:51 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
"null"
2022-10-28 08:17:51 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_processor" ,
2022-10-28 08:17:51 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"user"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-30 12:03:53 +00:00
] ,
"type" : "moving_average"
} ,
{
"params" : [
"user"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"system"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-30 12:03:53 +00:00
] ,
"type" : "moving_average"
} ,
{
"params" : [
"system"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"steal"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-28 08:17:51 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "moving_average"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [
"steal"
] ,
"type" : "alias"
2022-10-28 08:17:51 +00:00
}
2022-10-30 12:03:53 +00:00
] ,
[
2022-10-28 08:17:51 +00:00
{
2022-10-30 12:03:53 +00:00
"params" : [
"softirq"
] ,
"type" : "field"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [ ] ,
"type" : "mean"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-30 12:03:53 +00:00
] ,
"type" : "moving_average"
} ,
{
"params" : [
"softirq"
] ,
"type" : "alias"
2022-10-28 08:17:51 +00:00
}
2022-10-30 12:03:53 +00:00
] ,
[
2022-10-28 08:17:51 +00:00
{
2022-10-30 12:03:53 +00:00
"params" : [
"irq"
] ,
"type" : "field"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [ ] ,
"type" : "mean"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-30 12:03:53 +00:00
] ,
"type" : "moving_average"
} ,
{
"params" : [
"irq"
] ,
"type" : "alias"
2022-10-28 08:17:51 +00:00
}
2022-10-30 12:03:53 +00:00
] ,
[
2022-10-28 08:17:51 +00:00
{
2022-10-30 12:03:53 +00:00
"params" : [
"iowait"
] ,
"type" : "field"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2022-10-30 12:03:53 +00:00
] ,
"type" : "moving_average"
} ,
{
"params" : [
"iowait"
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "Processor Utilization" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
"uid" : "${DS_SYSMON}"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "continuous-GrYlRd"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-28 08:17:51 +00:00
}
]
} ,
2022-10-30 12:03:53 +00:00
"unit" : "none"
} ,
"overrides" : [
2022-10-28 08:17:51 +00:00
{
"matcher" : {
"id" : "byName" ,
2022-10-30 12:03:53 +00:00
"options" : "base_disk.iotime"
2022-10-28 08:17:51 +00:00
} ,
"properties" : [
{
"id" : "displayName" ,
2022-10-30 12:03:53 +00:00
"value" : "I/O Time"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"id" : "unit" ,
"value" : "ms"
2022-10-28 08:17:51 +00:00
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
2022-10-30 12:03:53 +00:00
"options" : "base_disk.queue"
2022-10-28 08:17:51 +00:00
} ,
"properties" : [
{
"id" : "displayName" ,
2022-10-30 12:03:53 +00:00
"value" : "Queue"
} ,
{
"id" : "unit" ,
"value" : "none"
2022-10-28 08:17:51 +00:00
}
]
}
]
} ,
"gridPos" : {
2022-10-30 12:03:53 +00:00
"h" : 6 ,
"w" : 4 ,
2022-10-28 08:17:51 +00:00
"x" : 12 ,
"y" : 14
} ,
2022-10-30 12:03:53 +00:00
"id" : 19 ,
2022-10-28 08:17:51 +00:00
"options" : {
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
2022-10-30 12:03:53 +00:00
"fields" : "" ,
2022-10-28 08:17:51 +00:00
"values" : false
} ,
2022-10-30 12:03:53 +00:00
"showThresholdLabels" : false ,
"showThresholdMarkers" : true ,
"text" : { }
2022-10-28 08:17:51 +00:00
} ,
"pluginVersion" : "9.1.6" ,
"targets" : [
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-10-28 08:17:51 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
"null"
2022-10-28 08:17:51 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_disk" ,
2022-10-28 08:17:51 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"iotime"
2022-10-28 08:17:51 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-07 12:33:35 +00:00
"type" : "last"
2022-10-28 08:17:51 +00:00
} ,
{
2022-11-07 12:33:35 +00:00
"params" : [ ] ,
"type" : "non_negative_difference"
2022-10-28 08:17:51 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"iotime"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"queue"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-07 12:33:35 +00:00
"type" : "last"
2021-06-10 06:55:03 +00:00
} ,
{
2022-11-07 12:33:35 +00:00
"params" : [ ] ,
"type" : "non_negative_difference"
2021-10-14 15:34:11 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"queue"
2021-10-14 15:34:11 +00:00
] ,
"type" : "alias"
}
2021-06-10 06:55:03 +00:00
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Disk Metrics" ,
"type" : "gauge"
2021-06-10 06:55:03 +00:00
} ,
2021-09-22 13:46:48 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-10-14 15:34:11 +00:00
"description" : "" ,
2022-10-28 08:17:51 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-30 12:03:53 +00:00
"mode" : "continuous-GrYlRd"
2022-10-28 08:17:51 +00:00
} ,
"decimals" : 2 ,
"mappings" : [ ] ,
2022-10-30 12:03:53 +00:00
"min" : 0 ,
2022-10-28 08:17:51 +00:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-10-30 12:03:53 +00:00
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.entc"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "Entitled Capacity"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"id" : "unit" ,
"value" : "percent"
2022-10-28 08:17:51 +00:00
}
]
} ,
2022-10-30 12:03:53 +00:00
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.physc"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "Power Cores"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "aix_processor.lbusy"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "Logical CPUs"
} ,
{
"id" : "unit" ,
"value" : "percent"
}
]
}
]
2022-10-28 08:17:51 +00:00
} ,
2021-09-22 13:46:48 +00:00
"gridPos" : {
"h" : 6 ,
2022-10-30 12:03:53 +00:00
"w" : 8 ,
"x" : 16 ,
"y" : 14
2021-09-22 13:46:48 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 17 ,
2021-09-22 13:46:48 +00:00
"options" : {
2022-10-30 12:03:53 +00:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2022-10-28 08:17:51 +00:00
} ,
2022-10-30 12:03:53 +00:00
"text" : { } ,
"textMode" : "auto"
2021-09-22 13:46:48 +00:00
} ,
2022-10-30 12:03:53 +00:00
"pluginVersion" : "9.1.6" ,
2021-09-22 13:46:48 +00:00
"targets" : [
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-09-22 13:46:48 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"none"
2021-09-22 13:46:48 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "aix_processor" ,
2021-09-22 13:46:48 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"physc"
2021-09-22 13:46:48 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
2022-08-20 08:02:05 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"physc"
2021-10-14 15:34:11 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"lbusy"
2021-10-14 15:34:11 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
2022-08-20 08:02:05 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"lbusy"
2021-10-14 15:34:11 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"entc"
2021-10-14 15:34:11 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
2022-08-20 08:02:05 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"entc"
2021-09-22 13:46:48 +00:00
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Shared Processor Consumption (IBM Power)" ,
"type" : "stat"
2021-09-22 13:46:48 +00:00
} ,
2021-06-10 06:55:03 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"description" : "" ,
2021-06-10 06:55:03 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-30 12:03:53 +00:00
"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"
} ,
"showPoints" : "never" ,
2022-11-16 11:21:33 +00:00
"spanNulls" : 3600000 ,
2022-10-30 12:03:53 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2021-06-10 06:55:03 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2021-09-07 09:14:08 +00:00
} ,
2021-06-10 06:55:03 +00:00
{
2022-10-30 12:03:53 +00:00
"color" : "red" ,
"value" : 80
2021-06-10 06:55:03 +00:00
}
]
} ,
2022-10-30 12:03:53 +00:00
"unit" : "binBps"
} ,
"overrides" : [ ]
2021-06-10 06:55:03 +00:00
} ,
"gridPos" : {
2022-10-30 12:03:53 +00:00
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 20
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 10 ,
2021-06-10 06:55:03 +00:00
"options" : {
2022-10-30 12:03:53 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"pluginVersion" : "8.3.4" ,
2021-06-10 06:55:03 +00:00
"targets" : [
{
2022-10-30 12:03:53 +00:00
"alias" : "$tag_name" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
2022-10-30 12:03:53 +00:00
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
"name"
] ,
"type" : "tag"
} ,
2021-06-10 06:55:03 +00:00
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2021-06-10 06:55:03 +00:00
] ,
"type" : "fill"
}
] ,
2021-09-07 09:14:08 +00:00
"measurement" : "base_disk" ,
2021-06-10 06:55:03 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"read"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-09-22 13:46:48 +00:00
"type" : "mean"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"$__interval"
2021-06-10 06:55:03 +00:00
] ,
2022-11-16 11:21:33 +00:00
"type" : "non_negative_derivative"
2021-06-10 06:55:03 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
5
] ,
"type" : "moving_average"
2022-10-28 08:17:51 +00:00
} ,
2021-06-10 06:55:03 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"read"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Disk Device I/O - Reads" ,
"type" : "timeseries"
2021-06-10 06:55:03 +00:00
} ,
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-30 12:03:53 +00:00
"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"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
2021-06-10 06:55:03 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
2022-10-30 12:03:53 +00:00
"color" : "red" ,
"value" : 80
2021-09-07 09:14:08 +00:00
}
]
} ,
2022-10-30 12:03:53 +00:00
"unit" : "binBps"
} ,
"overrides" : [ ]
2021-06-10 06:55:03 +00:00
} ,
"gridPos" : {
2022-10-30 12:03:53 +00:00
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 20
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 30 ,
2021-06-10 06:55:03 +00:00
"options" : {
2022-10-30 12:03:53 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"pluginVersion" : "8.3.4" ,
2021-06-10 06:55:03 +00:00
"targets" : [
{
2022-10-30 12:03:53 +00:00
"alias" : "$tag_name" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
2022-10-30 12:03:53 +00:00
{
"params" : [
"hostname"
] ,
"type" : "tag"
} ,
{
"params" : [
"name"
] ,
"type" : "tag"
} ,
2022-08-20 08:02:05 +00:00
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2021-06-10 06:55:03 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_disk" ,
2021-06-10 06:55:03 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"write"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-30 12:03:53 +00:00
"type" : "mean"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"$__interval"
2021-06-10 06:55:03 +00:00
] ,
2022-11-16 11:21:33 +00:00
"type" : "non_negative_derivative"
2022-10-30 12:03:53 +00:00
} ,
2022-10-28 08:17:51 +00:00
{
2022-11-16 11:21:33 +00:00
"params" : [
5
] ,
"type" : "moving_average"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"write"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Disk Device I/O - Writes" ,
"type" : "timeseries"
2021-06-10 06:55:03 +00:00
} ,
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2022-10-28 08:17:51 +00:00
"description" : "" ,
2021-06-10 06:55:03 +00:00
"fieldConfig" : {
"defaults" : {
2022-08-20 08:02:05 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-10-28 08:17:51 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-08-20 08:02:05 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2022-10-30 12:03:53 +00:00
"lineInterpolation" : "smooth" ,
2022-08-20 08:02:05 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
2022-10-30 12:03:53 +00:00
"mode" : "none"
2022-08-20 08:02:05 +00:00
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-06-10 06:55:03 +00:00
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-09-22 13:46:48 +00:00
"h" : 9 ,
2021-09-07 09:14:08 +00:00
"w" : 12 ,
2022-10-28 08:17:51 +00:00
"x" : 0 ,
2022-10-30 12:03:53 +00:00
"y" : 29
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 18 ,
2021-06-10 06:55:03 +00:00
"options" : {
2022-08-20 08:02:05 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-10-28 08:17:51 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-08-20 08:02:05 +00:00
} ,
"tooltip" : {
"mode" : "multi" ,
2022-10-30 12:03:53 +00:00
"sort" : "desc"
2022-08-20 08:02:05 +00:00
}
2021-06-10 06:55:03 +00:00
} ,
2022-08-20 08:02:05 +00:00
"pluginVersion" : "8.3.4" ,
2021-06-10 06:55:03 +00:00
"targets" : [
{
2022-10-30 12:03:53 +00:00
"alias" : "$tag_name ($col)" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
2021-09-22 13:46:48 +00:00
{
"params" : [
"name"
] ,
"type" : "tag"
} ,
2021-06-10 06:55:03 +00:00
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2021-06-10 06:55:03 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_network" ,
2021-06-10 06:55:03 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"rx_bytes"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2021-06-10 06:55:03 +00:00
] ,
2022-11-07 12:33:35 +00:00
"type" : "moving_average"
2021-06-10 06:55:03 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2021-09-22 13:46:48 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"rx"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
2022-08-20 08:02:05 +00:00
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Network I/O - Receive" ,
2022-08-20 08:02:05 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"description" : "" ,
2022-08-20 08:02:05 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-10-28 08:17:51 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-08-20 08:02:05 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2022-10-30 12:03:53 +00:00
"lineInterpolation" : "smooth" ,
2022-08-20 08:02:05 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
2022-10-30 12:03:53 +00:00
"mode" : "none"
2022-08-20 08:02:05 +00:00
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "binBps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
2022-10-28 08:17:51 +00:00
"x" : 12 ,
2022-10-30 12:03:53 +00:00
"y" : 29
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 31 ,
2022-08-20 08:02:05 +00:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
2022-10-28 08:17:51 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-08-20 08:02:05 +00:00
} ,
"tooltip" : {
"mode" : "multi" ,
2022-10-30 12:03:53 +00:00
"sort" : "desc"
2022-08-20 08:02:05 +00:00
}
} ,
"pluginVersion" : "8.3.4" ,
"targets" : [
{
2022-10-30 12:03:53 +00:00
"alias" : "$tag_name ($col)" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"name"
] ,
"type" : "tag"
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"none"
2022-08-20 08:02:05 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_network" ,
2022-08-20 08:02:05 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
2021-06-10 06:55:03 +00:00
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"tx_bytes"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-11-07 12:33:35 +00:00
5
2021-06-10 06:55:03 +00:00
] ,
2022-11-07 12:33:35 +00:00
"type" : "moving_average"
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"tx"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Network I/O - Transmit" ,
2022-08-20 08:02:05 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2021-06-10 06:55:03 +00:00
} ,
2022-08-20 08:02:05 +00:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-30 12:03:53 +00:00
"mode" : "thresholds"
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"decimals" : 0 ,
2022-08-20 08:02:05 +00:00
"mappings" : [ ] ,
2022-10-30 12:03:53 +00:00
"min" : 0 ,
2022-08-20 08:02:05 +00:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2022-10-30 12:03:53 +00:00
"unit" : "short"
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.ip_conn"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "IP Connections"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.tcp4_active"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "TCP4 Active"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.tcp4_passive"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "TCP4 Passive"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.tcp4_reset"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "TCP4 Reset"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.tcp4_failures"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "TCP4 Failures"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.udp4_recv"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "UDP4 Data Recv"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.udp4_sent"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "UDP4 Data Sent"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "base_netstat.udp4_recv_err"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "UDP4 Recv Errors"
}
]
}
]
2021-06-10 06:55:03 +00:00
} ,
2022-08-20 08:02:05 +00:00
"gridPos" : {
2022-10-30 12:03:53 +00:00
"h" : 5 ,
"w" : 24 ,
2022-10-28 08:17:51 +00:00
"x" : 0 ,
2022-10-30 12:03:53 +00:00
"y" : 38
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"id" : 22 ,
2022-08-20 08:02:05 +00:00
"options" : {
2022-10-30 12:03:53 +00:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "center" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2021-06-10 06:55:03 +00:00
} ,
2022-10-30 12:03:53 +00:00
"text" : { } ,
"textMode" : "auto"
2022-08-20 08:02:05 +00:00
} ,
2022-10-30 12:03:53 +00:00
"pluginVersion" : "9.1.6" ,
2022-08-20 08:02:05 +00:00
"targets" : [
2021-06-10 06:55:03 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"none"
2022-08-20 08:02:05 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-30 12:03:53 +00:00
"measurement" : "base_netstat" ,
2022-08-20 08:02:05 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-30 12:03:53 +00:00
"ip_conn_total"
2022-08-20 08:02:05 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-08-20 08:02:05 +00:00
} ,
2022-11-07 12:33:35 +00:00
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-11-07 12:33:35 +00:00
} ,
2022-08-20 08:02:05 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"ip_conn"
2022-08-20 08:02:05 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "alias"
}
] ,
[
{
"params" : [
"tcp4_conn_active"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-30 12:03:53 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-08-20 08:02:05 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"tcp4_active"
2022-08-20 08:02:05 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "alias"
}
] ,
[
{
"params" : [
"tcp4_conn_passive"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-30 12:03:53 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-08-20 08:02:05 +00:00
} ,
{
"params" : [
2022-10-30 12:03:53 +00:00
"tcp4_passive"
2022-08-20 08:02:05 +00:00
] ,
"type" : "alias"
}
2022-10-30 12:03:53 +00:00
] ,
[
2022-08-20 08:02:05 +00:00
{
2022-10-30 12:03:53 +00:00
"params" : [
"tcp4_conn_established"
] ,
"type" : "field"
2022-10-28 08:17:51 +00:00
} ,
{
2022-10-30 12:03:53 +00:00
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-30 12:03:53 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-10-30 12:03:53 +00:00
} ,
{
"params" : [
"tcp4_reset"
] ,
"type" : "alias"
2022-08-20 08:02:05 +00:00
}
2022-10-30 12:03:53 +00:00
] ,
2021-09-22 13:46:48 +00:00
[
2021-06-10 06:55:03 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"tcp4_conn_failures"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-28 08:17:51 +00:00
} ,
2022-10-30 12:03:53 +00:00
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-10-30 12:03:53 +00:00
} ,
2022-10-28 08:17:51 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"tcp4_failures"
2022-10-28 08:17:51 +00:00
] ,
2022-10-30 12:03:53 +00:00
"type" : "alias"
}
] ,
[
{
"params" : [
"udp4_data_recv"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-28 08:17:51 +00:00
} ,
2022-11-07 12:33:35 +00:00
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-11-07 12:33:35 +00:00
} ,
2022-10-28 08:17:51 +00:00
{
"params" : [
2022-10-30 12:03:53 +00:00
"udp4_recv"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"udp4_data_sent"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-30 12:03:53 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-10-30 12:03:53 +00:00
} ,
{
"params" : [
"udp4_sent"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"udp4_data_recv_error"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-16 11:21:33 +00:00
"type" : "last"
2022-10-30 12:03:53 +00:00
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
"$__interval"
] ,
"type" : "non_negative_derivative"
2022-10-30 12:03:53 +00:00
} ,
{
"params" : [
"udp4_recv_err"
2022-10-28 08:17:51 +00:00
] ,
"type" : "alias"
2021-06-10 06:55:03 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-30 12:03:53 +00:00
"title" : "Network Statistics" ,
"type" : "stat"
2021-06-10 06:55:03 +00:00
} ,
2021-10-14 15:34:11 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-10-14 15:34:11 +00:00
"fieldConfig" : {
"defaults" : {
2022-08-20 08:02:05 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-10-28 08:17:51 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2022-08-20 08:02:05 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
2022-10-28 08:17:51 +00:00
"gradientMode" : "none" ,
2022-08-20 08:02:05 +00:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2022-10-28 08:17:51 +00:00
"lineInterpolation" : "linear" ,
2022-08-20 08:02:05 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
2022-10-28 08:17:51 +00:00
"spanNulls" : false ,
2022-08-20 08:02:05 +00:00
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-10-28 08:17:51 +00:00
"color" : "green" ,
"value" : null
2022-08-20 08:02:05 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2022-10-28 08:17:51 +00:00
"unit" : "dtdurationms"
2021-10-14 15:34:11 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-10-28 08:17:51 +00:00
"h" : 10 ,
2021-10-14 15:34:11 +00:00
"w" : 12 ,
"x" : 0 ,
2022-10-28 08:17:51 +00:00
"y" : 43
2021-10-14 15:34:11 +00:00
} ,
2022-10-28 08:17:51 +00:00
"id" : 24 ,
2021-10-14 15:34:11 +00:00
"options" : {
2022-08-20 08:02:05 +00:00
"legend" : {
2022-10-28 08:17:51 +00:00
"calcs" : [ ] ,
2022-08-20 08:02:05 +00:00
"displayMode" : "list" ,
2022-10-28 08:17:51 +00:00
"placement" : "bottom" ,
"showLegend" : true
2022-08-20 08:02:05 +00:00
} ,
"tooltip" : {
2022-10-28 08:17:51 +00:00
"mode" : "multi" ,
"sort" : "desc"
2022-08-20 08:02:05 +00:00
}
2021-10-14 15:34:11 +00:00
} ,
2022-10-28 08:17:51 +00:00
"pluginVersion" : "9.1.3" ,
2021-10-14 15:34:11 +00:00
"targets" : [
{
2022-10-28 08:17:51 +00:00
"alias" : "$tag_name($tag_pid)" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-10-14 15:34:11 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"pid"
] ,
"type" : "tag"
} ,
{
"params" : [
"name"
] ,
"type" : "tag"
} ,
{
"params" : [
"none"
2021-10-14 15:34:11 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-28 08:17:51 +00:00
"measurement" : "base_process" ,
2021-10-14 15:34:11 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2022-10-28 08:17:51 +00:00
"query" : "SELECT non_negative_difference(sum(last(\"user_time\"),last(\"kernel_time\"))) FROM \"base_process\" WHERE (\"hostname\" =~ /^$hostname$/) AND $timeFilter GROUP BY time($__interval), \"pid\", \"name\" fill(null)" ,
"rawQuery" : false ,
2021-10-14 15:34:11 +00:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"user_time"
2021-10-14 15:34:11 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
2022-11-16 11:21:33 +00:00
"params" : [
5
] ,
"type" : "moving_average"
2021-10-14 15:34:11 +00:00
} ,
{
"params" : [
2022-11-16 11:21:33 +00:00
"$__interval"
2021-10-14 15:34:11 +00:00
] ,
2022-11-16 11:21:33 +00:00
"type" : "non_negative_derivative"
2021-10-14 15:34:11 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-28 08:17:51 +00:00
"title" : "Running Processes - User Time" ,
2022-08-20 08:02:05 +00:00
"type" : "timeseries"
2021-10-14 15:34:11 +00:00
} ,
2021-06-10 06:55:03 +00:00
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2021-09-22 13:46:48 +00:00
"mode" : "palette-classic"
2021-06-10 06:55:03 +00:00
} ,
2021-09-22 13:46:48 +00:00
"custom" : {
2022-10-28 08:17:51 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
2021-09-22 13:46:48 +00:00
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2022-10-28 08:17:51 +00:00
"lineInterpolation" : "linear" ,
"lineStyle" : {
"fill" : "solid"
} ,
2021-09-22 13:46:48 +00:00
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
2022-10-28 08:17:51 +00:00
"showPoints" : "auto" ,
2021-09-22 13:46:48 +00:00
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
2022-10-28 08:17:51 +00:00
"mode" : "off"
2021-09-22 13:46:48 +00:00
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-10-28 08:17:51 +00:00
"color" : "green" ,
"value" : null
2021-09-22 13:46:48 +00:00
}
]
} ,
2022-10-28 08:17:51 +00:00
"unit" : "bytes"
2021-09-22 13:46:48 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2022-10-28 08:17:51 +00:00
"h" : 10 ,
2021-09-22 13:46:48 +00:00
"w" : 12 ,
2021-10-14 15:34:11 +00:00
"x" : 12 ,
2022-10-28 08:17:51 +00:00
"y" : 43
2021-09-22 13:46:48 +00:00
} ,
2022-10-28 08:17:51 +00:00
"id" : 25 ,
2021-09-22 13:46:48 +00:00
"options" : {
"legend" : {
2022-10-28 08:17:51 +00:00
"calcs" : [ ] ,
2021-09-22 13:46:48 +00:00
"displayMode" : "list" ,
2022-10-28 08:17:51 +00:00
"placement" : "bottom" ,
"showLegend" : true
2021-09-22 13:46:48 +00:00
} ,
"tooltip" : {
2022-08-20 08:02:05 +00:00
"mode" : "multi" ,
"sort" : "none"
2021-09-22 13:46:48 +00:00
}
} ,
2022-10-28 08:17:51 +00:00
"pluginVersion" : "8.0.6" ,
2021-09-22 13:46:48 +00:00
"targets" : [
{
2022-10-28 08:17:51 +00:00
"alias" : "$tag_name($tag_pid)" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-09-22 13:46:48 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"pid"
2021-09-22 13:46:48 +00:00
] ,
"type" : "tag"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"name"
] ,
"type" : "tag"
} ,
{
"params" : [
"none"
2021-09-22 13:46:48 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-28 08:17:51 +00:00
"measurement" : "base_process" ,
2021-09-22 13:46:48 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2022-10-28 08:17:51 +00:00
"query" : "SELECT sum(non_negative_derivative(mean(\"user_time\"), 30s), non_negative_derivative(mean(\"user_time\"), 30s)) FROM \"base_process\" WHERE (\"hostname\" =~ /^$hostname$/) AND $timeFilter GROUP BY time($__interval), \"pid\", \"name\" fill(null)" ,
"rawQuery" : false ,
2021-09-22 13:46:48 +00:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"mem_rss"
2021-09-22 13:46:48 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-11-07 12:33:35 +00:00
"type" : "mean"
2021-09-22 13:46:48 +00:00
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-28 08:17:51 +00:00
"title" : "Running Processes - Resident Memory" ,
"transformations" : [ ] ,
2021-09-22 13:46:48 +00:00
"type" : "timeseries"
} ,
{
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-09-22 13:46:48 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
2022-10-28 08:17:51 +00:00
"mode" : "palette-classic"
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"lineInterpolation" : "smooth" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"thresholdsStyle" : {
"mode" : "off"
}
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2021-06-10 06:55:03 +00:00
{
2022-10-28 08:17:51 +00:00
"color" : "green" ,
"value" : null
} ,
2021-06-10 06:55:03 +00:00
{
2022-10-28 08:17:51 +00:00
"color" : "red" ,
"value" : 80
2021-06-10 06:55:03 +00:00
}
]
2022-10-28 08:17:51 +00:00
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
2021-06-10 06:55:03 +00:00
} ,
"gridPos" : {
2022-10-28 08:17:51 +00:00
"h" : 9 ,
"w" : 12 ,
2021-10-14 15:34:11 +00:00
"x" : 0 ,
2022-10-28 08:17:51 +00:00
"y" : 53
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"id" : 8 ,
2021-06-10 06:55:03 +00:00
"options" : {
2022-10-28 08:17:51 +00:00
"legend" : {
2021-06-10 06:55:03 +00:00
"calcs" : [
"lastNotNull"
] ,
2022-10-28 08:17:51 +00:00
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
2021-06-10 06:55:03 +00:00
} ,
2022-10-28 08:17:51 +00:00
"pluginVersion" : "8.3.4" ,
2021-06-10 06:55:03 +00:00
"targets" : [
{
2022-10-28 08:17:51 +00:00
"alias" : "$col" ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-06-10 06:55:03 +00:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"none"
2021-06-10 06:55:03 +00:00
] ,
"type" : "fill"
}
] ,
2022-10-28 08:17:51 +00:00
"measurement" : "base_memory" ,
2021-06-10 06:55:03 +00:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"available"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"available"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"paged"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"paged"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"virtual"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"virtual"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"total"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"total"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
2022-10-28 08:17:51 +00:00
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
"title" : "Memory Usage" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-10-28 08:17:51 +00:00
} ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "Percentage Used" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "smooth" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "area"
}
} ,
"decimals" : 2 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2021-06-10 06:55:03 +00:00
{
2022-10-28 08:17:51 +00:00
"color" : "transparent" ,
"value" : null
2021-06-10 06:55:03 +00:00
} ,
{
2022-10-28 08:17:51 +00:00
"color" : "orange" ,
"value" : 0.8
2021-06-10 06:55:03 +00:00
} ,
{
2022-10-28 08:17:51 +00:00
"color" : "red" ,
"value" : 0.9
2021-06-10 06:55:03 +00:00
}
2022-10-28 08:17:51 +00:00
]
} ,
"unit" : "percentunit"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 53
} ,
"id" : 26 ,
"options" : {
"legend" : {
"calcs" : [
"lastNotNull"
] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "8.3.4" ,
"targets" : [
{
"alias" : "$tag_mount" ,
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-10-28 08:17:51 +00:00
} ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"mount"
] ,
"type" : "tag"
} ,
{
"params" : [
"linear"
] ,
"type" : "fill"
}
] ,
"measurement" : "base_filesystem" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT ( last(\"total_bytes\") - last(\"free_bytes\") ) / last(\"total_bytes\") AS \"used\" FROM \"base_filesystem\" WHERE (\"hostname\" =~ /^$hostname$/) AND $timeFilter GROUP BY time($__interval), \"mount\" fill(none)" ,
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
2021-06-10 06:55:03 +00:00
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"free_bytes"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-28 08:17:51 +00:00
"type" : "last"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"free"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
2022-10-28 08:17:51 +00:00
"total_bytes"
2021-06-10 06:55:03 +00:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2022-10-28 08:17:51 +00:00
"type" : "last"
2021-06-10 06:55:03 +00:00
} ,
{
"params" : [
2022-10-28 08:17:51 +00:00
"total"
2021-06-10 06:55:03 +00:00
] ,
"type" : "alias"
}
]
] ,
"tags" : [
{
"key" : "hostname" ,
"operator" : "=~" ,
"value" : "/^$hostname$/"
}
]
}
] ,
2022-10-28 08:17:51 +00:00
"title" : "Filesystem Usage" ,
"type" : "timeseries"
2021-06-10 06:55:03 +00:00
}
] ,
2021-09-22 13:46:48 +00:00
"refresh" : "30s" ,
2022-10-28 08:17:51 +00:00
"schemaVersion" : 37 ,
2021-06-10 06:55:03 +00:00
"style" : "dark" ,
2021-09-22 13:46:48 +00:00
"tags" : [
"sysmon"
] ,
2021-06-10 06:55:03 +00:00
"templating" : {
"list" : [
{
2022-10-28 08:49:17 +00:00
"current" : { } ,
2022-08-20 08:02:05 +00:00
"datasource" : {
"type" : "influxdb" ,
2022-10-28 08:49:17 +00:00
"uid" : "${DS_SYSMON}"
2022-08-20 08:02:05 +00:00
} ,
2021-09-07 09:14:08 +00:00
"definition" : "SHOW TAG VALUES FROM \"base_memory\" WITH KEY = \"hostname\" WHERE time > now() - 60m" ,
2021-06-10 06:55:03 +00:00
"hide" : 0 ,
2021-09-07 09:14:08 +00:00
"includeAll" : false ,
2021-06-10 06:55:03 +00:00
"label" : "Host" ,
2021-09-07 09:14:08 +00:00
"multi" : false ,
2021-06-10 06:55:03 +00:00
"name" : "hostname" ,
"options" : [ ] ,
2021-09-07 09:14:08 +00:00
"query" : "SHOW TAG VALUES FROM \"base_memory\" WITH KEY = \"hostname\" WHERE time > now() - 60m" ,
"refresh" : 2 ,
2021-06-10 06:55:03 +00:00
"regex" : "" ,
"skipUrlSync" : false ,
2022-08-20 08:02:05 +00:00
"sort" : 5 ,
2021-06-10 06:55:03 +00:00
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
}
]
} ,
"time" : {
2022-11-07 12:33:35 +00:00
"from" : "now-24h" ,
"to" : "now-10s"
2021-06-10 06:55:03 +00:00
} ,
"timepicker" : {
2022-11-07 12:33:35 +00:00
"nowDelay" : "10s" ,
2021-06-10 06:55:03 +00:00
"refresh_intervals" : [
2022-11-07 12:33:35 +00:00
"10s" ,
2021-06-10 06:55:03 +00:00
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
"timezone" : "" ,
2022-10-28 08:17:51 +00:00
"title" : "Sysmon - Host Overview" ,
"uid" : "QkVPjseMt" ,
2022-11-16 11:21:33 +00:00
"version" : 18 ,
2022-08-20 08:02:05 +00:00
"weekStart" : ""
2021-06-10 06:55:03 +00:00
}