Hello,
I want to write a memory monitoring and notification utility that monitors specific application in JVM. To be clear I am not interested in JVM memory consumption rather I want to monitor my application memory alone, and want to get notified (by email) when ever the memory exceeds certain levels.
MemoryMxBean deals with JVM memory I guess.
Any thoughts would be appreciated. Thanks.