My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MonitorJvmHeapsize  
Updated Feb 4, 2010 by c...@protocol7.com

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

Comment by sorens...@gmail.com, Oct 21, 2009

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


Sign in to add a comment
Powered by Google Project Hosting