Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_iostat_bsd
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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
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
Reviews (0)
Be the first to review this listing!