finding which service checks have the most latency or execution time

Fredrik Wänglund fredrik.wanglund at mobeon.com
Fri Mar 5 09:15:09 CET 2004


Top ten latency:
grep SERVICE <nagios-dir>/var/status.log|sort -t ";" -n +22|tail -10

Top ten exec-time:
grep SERVICE <nagios-dir>/var/status.log|sort -t ";" -n +23|tail -10


/FredrikW


Noah Leaman wrote:

> I haven't been able to find an easy or straight forward way to do this. 
> How could I go about finding the top 10 (or so) worst performing service 
> checks either by latency or execution time?
> 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list