WMI Query
Posted: August 19th, 2009, 2:19 am
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
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