Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

WMI Query

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Rafael
Plugin Author
Posts: 71
Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil

WMI Query

Post 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
You do not have the required permissions to view the files attached to this post.

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Re: WMI Query

Post by caesar »

Thanks! I'll up the file into your post so you can change it in the future.

Post Reply