I need to get system and hardware info via a Java application.
I'm interested in:
- Os details;
- Processors count, names, processor load in percents;
- Memory status (total/free);
- Os process (threads) count and CPU/Memory usage for each of them;
- Network statistic (for each interface);
Is there a Java library that can do this?
- Using Java to get os level system Information will get you started in right direction.
- Finding Operating System Information
i have used SIGAR and is a wonderful tool for getting all SysInfo programatically. +1
精彩评论