Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_iostat_bsd

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2012-11-14
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
50120
Files:
FileDescription
check_iostat_bsdBash script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Disk statistics check script (perfdata only)
Provides extended disk information as performance data. Tested with FreeBSD iostat.

Usage: check_iostat_bsd -n samples_count -d device -t|r|s|i|o|a
device: run iostat -x and find your device name in the first column, example: -d aacd0

-n samples count (default=3, first is not taken into account)
-r read operations per second
-s write operations per second
-t IO transactions per second (read + write)
-i kilobytes read per second
-o kilobytes write per second
-a average duration of transactions, in milliseconds

t, r, s, i, o, a parameters can be used in any combinations, e.g.:
check_iostat_bsd -n 5 -d aacd0 -t -r -s -i -o -a