|
MonitorJvmHeapsize
JVM heapsize is provided for the entire server. It is measured as: percent used/maximum configured To monitor, use the following plugin invocation: check_was -s heapsize -w 80 -c 90 -p <server name> -w sets the threshold percent used for issuing warnings -c sets the threshold percent used for issuing critical issues -p sets the server name in check_was.servers to be used |
► Sign in to add a comment
I think you may really want to use (WSJVMStats.UsedMemory?).getCount() instead of (WSJVMStats.HeapSize?).getCurrent() -- as that will give you the actual memory used, as opposed to the size of the heap, vs. the maximum posisble heap size