0

Is there any information how I can get these values from WMI using the SQL like quires:

OS uptime

CPU load

RAM utilization

HDD utilization
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808

1 Answers1

0

You can retrieve such info from the accessing the performance counters classes. All is described in the MSDN documentation.

RRUZ
  • 134,889
  • 20
  • 356
  • 483
  • I'm already aware of this information. How I can this information using Java? – Peter Penzov Apr 28 '14 at 17:45
  • For Java try this question http://stackoverflow.com/questions/4610063/recommended-libraries-howtos-for-using-wmi-with-java? – RRUZ Apr 28 '14 at 18:09