Tivoli Header
Resource Model Reference
The TMW_CriticalMemoryLeakInWS indication is generated from the
following indications:
- TMW_MemoryLeakInPB indication from the Memory resource model
- TMW_LowAvailHighWS indication from the Memory resource model
A memory leak together with an indication of low available memory due to a
high working set will generate this event. This indicates that not only
is memory low, but it is also being consumed and will soon run out.
TMW_CriticalMemoryLeakInWS has the following event
properties:
- LeakyProcess
- The process with the memory leak
- IDLeakyProcess
- The numeric ID of the process with the memory leak
- CurrentWorkingSet
- The current working set of the process
- CurrentPrivateBytes
- The current private bytes of the process
- TotalAvail
- The total of available memory in bytes
- TotalWorkingSet
- The total working set size in bytes
- TotalCache
- The total cache size in bytes
- PercentAvail
- The percentage of available memory in comparison to the size of the
working set and the cache
- PercentWS
- The percentage of working set memory in comparison to the size of
available memory and the cache
- PercentCache
- The percentage of cache memory in comparison to the size of the working
set and the available memory
- IDHighWSProcess
- The numeric ID of the process with the highest working set
- NumProcesses
- The total number of processes
- HighWSProcess
- The working set of the process with the highest working set
- Severity
- The default value is critical
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]