-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
linux
When querying System, or Process CPU Load from OperatingSystemMXBean twice in quick sequence, the second call will sometimes have too few ticks to calculate the CPU load reliably on Linux.
In the Windows implementation, there is a 500 ticks duration requirement to actually update the CPU load. It'd make sense to unify the CPU load reporting over platforms.
In the Windows implementation, there is a 500 ticks duration requirement to actually update the CPU load. It'd make sense to unify the CPU load reporting over platforms.
- relates to
-
JDK-8335625 Update Javadoc for GetCpuLoad
- Resolved