Archives
Get CPU Utilization from Remote Windows Machines with WMI
Submitted by noreply@blogger.com (Corey Goldberg) on Wed, 12/11/2008 - 20:50.This is a little script that gets the CPU Utilization metric from a remote Windows machine. On multi-way or multi-core machines, it will return an average of all processors/cores.
To run this, you will first need to install the WMI module. Follow the instructions and get the download from here: http://timgolden.me.uk/python/wmi.html
