Page 1 of 1

resource utilisation of processes on linux server.

Posted: Sun Apr 14, 2019 8:13 am
by kaushalshriyan
Hi,

I have around 6 processes running on CentOS Linux release 7.6.1810 (Core). Is there a way to find out which process is taking resources like memory, CPU, I/O and network and monitor at the same time using Nagios to set thresholds for warning of 80% and critical of 90%

Process 1 : How much memory, CPU, I/O and network is currently consuming on linux server
Process 2 : How much memory, CPU, I/O and network is currently consuming on linux server
Process 3 : How much memory, CPU, I/O and network is currently consuming on linux server
and so on and so forth.

Thanks in Advance and i look forward to hearing from you.

Best Regards,

Kaushal

Re: resource utilisation of processes on linux server.

Posted: Mon Apr 15, 2019 3:28 pm
by npolovenko
Hello, @kaushalshriyan. Please take a look at the process resource usage check we have here:
https://support.nagios.com/kb/article/p ... _resources

If you want to monitor a specific process you can use additional arguments specified in the manual:
https://nagios-plugins.org/doc/man/check_procs.html

We also have more plugins on the exchange that you could use.
https://exchange.nagios.org/index.php?o ... 20resource

Re: resource utilisation of processes on linux server.

Posted: Mon Apr 22, 2019 7:07 am
by kaushalshriyan
Thanks Polovenko and much appreciated for your help !!!

Re: resource utilisation of processes on linux server.

Posted: Tue Apr 23, 2019 2:56 pm
by npolovenko
@kaushalshriyan, You're welcome! Do you have any other questions before we lock this thread as resolved?