Package host.anzo.commons.emergency.memory.watchers


package host.anzo.commons.emergency.memory.watchers
  • Class
    Description
    The DefaultWatcher class implements the IMemoryWatcher interface and is responsible for monitoring memory usage of memory pools, specifically those that are of type HEAP and have names starting with "PS Survivor".
    The G1Watcher class implements the IMemoryWatcher interface and is responsible for monitoring the memory usage of G1 garbage collector memory pools.
     
    The PoolListener class implements the NotificationListener interface and is responsible for handling memory usage notifications for a specific MemoryPoolMXBean.