Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 6 down vote accepted
  1. Using Java to get os level system Information will get you started in right direction.
  2. Finding Operating System Information
  3. How to get System Information using Java
share|improve this answer
Great link! Thanks from the non-OP! Sigar looks quite impressive. Have you used this Rachel? – Hovercraft Full Of Eels Jan 16 '11 at 6:04
Thanks! I think SIGAR solves my problems. – Vladimir Kostyukov Jan 16 '11 at 6:18
Yes, SIGAR is indeed very useful. – Rachel Jan 16 '11 at 6:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.