Posts by Sydrus • 1 point
1 post
-
0
votes1
answer76
viewsQ: Processor decimal percentage problem - JAVA
Okay, guys, here’s the thing, I developed a code to pick up the percentage used by my processor core application: private String getCPULoad() { OperatingSystemMXBean osBean = (OperatingSystemMXBean)…