Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_memory.pl
1.0
2012-01-07
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
GPL
79959
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Usage:
check_memory.pl -p -w -c [-d] [-h]
-w warning threshold in KB
-c critical threshold in KB
-p process name
-h help message
-d debug messages
It summarizes the memory when there a several processes running.
it uses the /proc//status page to extract fields.
currently "VmData", "VmStk", "VmExe", "VmLib" and "VmRSS" are extracted.
Example output
WARNING: nscd, memory: 115788 KB | VmData=115700; VmLib=5052; VmRSS=105008; VmExe=104; VmStk=88;
check_memory.pl -p
-w warning threshold in KB
-c critical threshold in KB
-p process name
-h help message
-d debug messages
It summarizes the memory when there a several processes running.
it uses the /proc/
currently "VmData", "VmStk", "VmExe", "VmLib" and "VmRSS" are extracted.
Example output
WARNING: nscd, memory: 115788 KB | VmData=115700; VmLib=5052; VmRSS=105008; VmExe=104; VmStk=88;
Reviews (0)
Be the first to review this listing!