You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this answer of the question "Alternate of getSystemLoadAverage() for Windows?", the method getSystemLoadAverage of java.lang.management.OperatingSystemMXBean would return -1 in Windows.
It'd be suggested to use com.sun.management.OperatingSystemMXBean and its getSystemCpuLoad() and getProcessCpuLoad() instead.