static double systemLoad() { double load = osMXBean().getSystemLoadAverage(); if (load < 0) ret systemCPULoad(); // fallback for Windows ret load; }