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
  • 2,352
  • 100
  • 358
  • 675

1 Answers1

0

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

RRUZ
  • 133,023
  • 16
  • 348
  • 476
  • 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