add User parameters of monitoring process memory usage

- Total memory used by Python process? | Stack Overflow
 - http://stackoverflow.com/a/40173829/686105
This commit is contained in:
Jonny Lai
2016-10-24 13:44:58 +08:00
parent 7484a6d093
commit 62d2093b8d
4 changed files with 139 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ Please let us know if you have any questions or concerns.
* [Iptables](#template-app-iptables)
* [lm_sensors](#template-app-lm_sensors)
* [mdadm](#template-app-mdadm)
* [Memory Usage of Specific Process](#template-specific-process-memory-usage)
* [Monit](#template-app-monit)
* [MySQL](#template-app-mysqld)
* [MySQL Slave](#template-app-mysql-slave)
@@ -64,6 +65,7 @@ Please let us know if you have any questions or concerns.
* [Inventory](#template-inventory)
* [Dell OMSA](#template-omsa)
* [SELinux](#template-selinux)
-----
## Template App Amavisd
@@ -108,6 +110,9 @@ Monitoring CPU and MotherBoard temperatures by lm_senros module.
## Template App mdadm
Monitoring mdadm arrays. Checking number of corrupted disk arrays.
## Template Specific Process Memory Usage
Monitoring memory usag of Specific Process, like Python, unicorn-rails and Nginx.
## Template App Monit
Monitoring for Monit service.