Page 1 of 1

WMI Query

Posted: August 19th, 2009, 2:19 am
by Rafael
Hello from Brazil!!

With this plugin, you can use to get informations from WMI Counters.

To check all counters in your computer, use WMI Explorer: http://www.ks-soft.net/hostmon.eng/wmi/index.htm

Download and extract the file into the plugin directory.

USAGE:

$dll(WMIQuery,1,<wmi query>,<property>)

EXAMPLE:

$dll(WMIQuery,1,SELECT PercentProcessorTime FROM Win32_PerfFormattedData_PerfOS_Processor WHERE Name="_Total",PercentProcessorTime) to grab the information about the processor time.

I decide to use this counter because it returns the information faster than Performace Monitors

http://rapidshare.com/files/268943831/WMIQuery.rar.html

Re: WMI Query

Posted: August 21st, 2009, 2:08 am
by caesar
Thanks! I'll up the file into your post so you can change it in the future.