LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Script to Monitor Memory Leak (https://www.linuxquestions.org/questions/linux-server-73/script-to-monitor-memory-leak-944682/)

Sridharriyer 05-12-2012 11:56 PM

Script to Monitor Memory Leak
 
I use introscope to monitor the memory usage of an application. For every seven days I see a graphical report generated by introscope and see if there is any memory leak happening on any server. If I suspect a leak I go ahead bouncing that server. Since there are many servers to monitor this becomes a tedious task.

I was thinking if I could automate this somehow. This is what I could come up with, write a shell script to gather the previous sevens days data and see if its touching the threshold level, if it touches generate an email.

Can someone provide me a better idea on how to implement this.

Thanks.

chrism01 05-14-2012 01:06 AM

Nagios http://nagios.sourceforge.net/docs/n.../3/en/toc.html is what I use


All times are GMT -5. The time now is 08:09 AM.