Page 1 of 1

Runqueue monitoring on a unix system.

Posted: Tue May 31, 2016 6:28 am
by RIDS_I2MP
Hi Team,

We want to monitor the run queue on a Unix system.

NRPE agent is installed on the system and file systems are monitored.

Kindly let us know how can we monitor a run queue.

Re: Runqueue monitoring on a unix system.

Posted: Tue May 31, 2016 12:43 pm
by rkennedy
If you have NRPE installed, you should be able to just use the 'check_load' plugin which will report the load on the machine -

Code: Select all

[root@localhost libexec]# ./check_load -w 5.0,4.0,3.0 -c 10.0,8.0,6.0
OK - load average: 0.01, 0.03, 0.05|load1=0.010;5.000;10.000;0; load5=0.030;4.000;8.000;0; load15=0.050;3.000;6.000;0;

Re: Runqueue monitoring on a unix system.

Posted: Tue Jun 14, 2016 1:24 am
by RIDS_I2MP
Thanks team, we are able to monitor the run queue.

Re: Runqueue monitoring on a unix system.

Posted: Tue Jun 14, 2016 9:39 am
by mcapra
Is it ok if we lock this thread and mark the issue as resolved?