diff options
Diffstat (limited to 'src/pmchart/views/Sockets')
-rw-r--r-- | src/pmchart/views/Sockets | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pmchart/views/Sockets b/src/pmchart/views/Sockets new file mode 100644 index 0000000..177b3aa --- /dev/null +++ b/src/pmchart/views/Sockets @@ -0,0 +1,7 @@ +#kmchart +version 1 + +chart title "Sockets in Use [%h]" style plot + optional-plot legend "TCP" metric network.sockstat.tcp.inuse + optional-plot legend "UDP" metric network.sockstat.udp.inuse + optional-plot legend "Raw" metric network.sockstat.raw.inuse |