I need to get system and hardware info via Java Application.
I interests 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);
I looking for Java library for this. Can anybody tell this?