How to get percentage of CPU usage of OS from java

后端 未结 2 1507
野性不改
野性不改 2020-12-01 02:24

I want to calculate percentage of CPU usage of OS from java code.

  1. There are several ways to find it by unix command [e.g. using mpstat
2条回答
  •  情话喂你
    2020-12-01 03:00

    You can use the SIGAR API. It is cross platform ( but I've only use it on Windows).

    The Javadoc is available here and the binaries are here

    It is licensed under the terms of the Apache 2.0 license.

提交回复
热议问题