-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
JMX provides the ProcessCpuTime metric. It is the number of nanoseconds of CPU time used by the JVM.
Graphing the raw value in Ganglia is unhelpful.
gmond itself sends cpu_* metrics (e.g. cpu_system) and these are percentages derived from the raw tick values of the host. jmxetric could derive percentages from the JVM values and send those instead. This would be more consistent with the Ganglia design and reduce network load when values are not changing.
We should also consider how this should work for multi-threaded Java apps on multi-CPU systems.
Other projects like jmxtrans have examples of working with these values.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels