How to monitor IO svctm with every 5 mins frequency using nagios?
Posted
by
sabya
on Server Fault
See other posts from Server Fault
or by sabya
Published on 2012-04-13T13:23:32Z
Indexed on
2012/04/16
11:33 UTC
Read the original article
Hit count: 239
I want to collect samples of iostat
's svctm
, await
every 5 mins from all of my servers and store them in nagios. I want to get the values for what is happening in every 5 minutes (not since boot time, iostat
's first output gives values since boot time). How can I do it in nagios?
EDIT The tps should NOT be calculated #of transactions happened since reboot divided by uptime. What I want is # of transferred happened in last X mins divided X*60.
© Server Fault or respective owner