Page 1 of 1
Memory Usage of a Process in Windows?
Posted: Mon Oct 27, 2014 12:41 pm
by sh.shekhar89
Hi All,
Can we check memory usage of a particular process in nagios?
If Yes can some one guide me how to configure?
Re: Memory Usage of a Process in Windows?
Posted: Mon Oct 27, 2014 4:58 pm
by slansing
You can do this through a combination of NSclient++ perf counter checks, and finding the right perf counter in the windows Perfmon application. You can take a look at a small example here:
http://digital.ni.com/public.nsf/allkb/ ... 2B00447A2E
There are quite a few metrics in there that could be useful.
Re: Memory Usage of a Process in Windows?
Posted: Tue Oct 28, 2014 1:36 pm
by sh.shekhar89
slansing wrote:You can do this through a combination of NSclient++ perf counter checks, and finding the right perf counter in the windows Perfmon application. You can take a look at a small example here:
http://digital.ni.com/public.nsf/allkb/ ... 2B00447A2E
There are quite a few metrics in there that could be useful.
hi slansing,
is there any plugin to monitor process memory usage in nagios??
Re: Memory Usage of a Process in Windows?
Posted: Tue Oct 28, 2014 4:59 pm
by slansing
Re: Memory Usage of a Process in Windows?
Posted: Thu Oct 30, 2014 1:47 pm
by ged
The check_mk plugin seems well put together. It can do a lot more than just check memory consumption and it's extensible.
http://exchange.nagios.org/directory/Pl ... in/details
I found it easy to install but a bit noisy in operation.
Re: Memory Usage of a Process in Windows?
Posted: Thu Oct 30, 2014 3:51 pm
by slansing
Awesome, anything we can do to try and help?