Package io.deephaven.stats
package io.deephaven.stats
-
ClassDescriptionA Deephaven-side shim for
StatsDriver
.Use the allocation instrumenter from https://github.com/google/allocation-instrumenter to produce stats To use make sure you set -Dallocation.stats.enabled=true -javaagent:/opt/deephaven/server/lib/java-allocation-instrumenter-3.3.0.jarCollects 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.