- cleanup

This commit is contained in:
2015-08-15 09:23:48 +04:30
parent 2cfcb38851
commit 24f4e4e2ab
2 changed files with 14 additions and 2 deletions

2
intr_
View File

@ -26,7 +26,7 @@
#
#
# 12-Aug-2015 @farrokhi
# This script extracts CPU and IRQ interrupt rates from "vmstat -i"
# This script extracts CPU interrupt rates from "vmstat -i"
# on FreeBSD and feeds to munin
#
# XXX: This script requires lang/gawk to be installed (we use extended regexp in awk).