!7 cm HotSpotCompilationCPUPercentage > DynBigNumber { transient O cpuMonitor; start { setDescription("HOTSPOT COMPILATION CPU %"); setToolTip("Percentage is per core"); cpuMonitor = runDependentWithParams(#1001405, measureThreads := false); ownTimer(doEvery(2.0, r actualUpdate)); } void actualUpdate { setValue(iceil((double) get(cpuMonitor, 'compilationPercentage)) + " %"); } }