Package io.deephaven.enterprise.stats
package io.deephaven.enterprise.stats
-
ClassDescriptionUse the allocation instrumenter from http://code.google.com/p/java-allocation-instrumenter/ to produce stats To use make sure you set -j -Dallocation.stats.enabled=true -j -Xbootclasspath/a:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar -j -javaagent:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar (maybe even use -j -noverify) User: zforsyth Date: Dec 16, 2010Collects statistic related to CPU and memory usage of the entire system, the process, and each thread in the process.Drives the collection of statistics on a 1-second timer task.User: dsmith Date: 11/7/12Created by IntelliJ IDEA.