PDA

View Full Version : wrong output


rajeevtomar
02-09-2005, 11:55
Hello,

I am trying to monitor number of running processes. The value, it is showing is 1,2 or 3. Although there are around 100 of processes running why it is showing such a small value.

I am using the parameter system[procrunning].

I am working on SUSE linux 9.1 and version of zabbix is 1.0.

Regards,
Rajeev Tomar

Alexei
02-09-2005, 14:41
Running means having status "running", i.e. currently using CPU resources.

rajeevtomar
02-09-2005, 15:52
Thanks Alexei. Now I understand.

Thanks, Rajeev