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
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
WMI Query
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: WMI Query
Thanks! I'll up the file into your post so you can change it in the future.