summaryrefslogtreecommitdiff
path: root/src/pmsnap/Snap
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmsnap/Snap')
-rw-r--r--src/pmsnap/Snap30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/pmsnap/Snap b/src/pmsnap/Snap
new file mode 100644
index 0000000..8f49a80
--- /dev/null
+++ b/src/pmsnap/Snap
@@ -0,0 +1,30 @@
+#kmchart
+Version 1
+
+Chart Title "CPU Utilization" Style utilization
+ Plot Color #2d2de2 Metric kernel.all.cpu.user
+ Plot Color #e71717 Metric kernel.all.cpu.sys
+ Plot Color rgbi:0.8/0.8/0.0 Metric kernel.all.cpu.intr
+ Optional-Plot Color rgbi:0.4/0.9/0.4 Metric kernel.all.cpu.nice
+ Optional-Plot Color rgbi:0.0/0.8/0.8 Metric kernel.all.cpu.wait.total
+ Plot Color #16e116 Metric kernel.all.cpu.idle
+
+Chart Title "Average Load" Style plot
+ Plot Metric kernel.all.load Instance 1 minute
+ Plot Metric kernel.all.load Instance 5 minute
+ Plot Metric kernel.all.load Instance 15 minute
+ Plot Color black Metric hinv.ncpu
+
+Chart Title "Disk Activity" Style stacking
+ Plot Color yellow Metric disk.all.read
+ Plot Color violet Metric disk.all.write
+
+Chart Title "Network Interface Activity" Style stacking
+ Plot Metric network.interface.in.bytes Not-Matching ^lo|^sl|^ppp|^sit
+ Plot Metric network.interface.out.bytes Not-Matching ^lo|^sl|^ppp|^sit
+
+Chart Title "TCP Network Failures" Style stacking
+ Plot Metric network.tcp.attemptfails Not-Matching ^lo|^sl|^ppp|^sit
+ Plot Metric network.tcp.retranssegs Not-Matching ^lo|^sl|^ppp|^sit
+ Plot Metric network.tcp.inerrs Not-Matching ^lo|^sl|^ppp|^sit
+ Plot Metric network.tcp.outrsts Not-Matching ^lo|^sl|^ppp|^sit