From d1bac11c380cb662b6b876cee021031323018b87 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 24 Aug 2015 19:36:09 +0430 Subject: [PATCH] - add description for ip_ plugin - fix typos --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5808585..67626da 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ A set of FreeBSD specific plugins for Munin - **netisr_** graphs per-thread/per-protocol [`netisr(9)`](https://www.freebsd.org/cgi/man.cgi?format=html&query=netisr%289%29) statistics, taken from `netstat -Q` - **netmem_** graphs [`mbuf(9)`](https://www.freebsd.org/cgi/man.cgi?format=html&query=mbuf%289%29) statistics, taken from `netstat -m` - **pf_** graphs [`pf(4)`](https://www.freebsd.org/cgi/man.cgi?query=pf&sektion=4&apropos=0) firewall statistics, taken from `pfctl -vsi` -- **udp_** graphs UDP protocol traffic and error statistcs, taken from `netstat -s` -- **ipmi_** graphs temprature, fan speed and power information from hardwre chassis, taken from `ipmitool` -- **multiping_** graphs RTT and PacketLoss to multiple desinations from multiple source addresses on a given network interface +- **udp_** graphs UDP protocol traffic and error statistics, taken from `netstat -s -p udp` +- **ip_** graphs IP protocol traffic and error statistics, taken from `netstat -s -p ip` +- **ipmi_** graphs temperature, fan speed and power information from hardware chassis, taken from `ipmitool` +- **multiping_** graphs RTT and PacketLoss to multiple destinations from multiple source addresses on a given network interface ## Sample Graphs -![IPMI Temprature](screenshots/ipmi_temp-day.png "Temprature from ipmi_ plugin") +![IPMI Temperature](screenshots/ipmi_temp-day.png "Temperature from ipmi_ plugin") ![NIC IRQ Per Queue](screenshots/netirq_ix1-day.png "Per Interface/Queue IRQ graph") ![PF Misc Counters](screenshots/pf_counters-day.png "PF Misc Counters")