WMI & Perfmon?

Easy or Hard?

Hi, I'm exploring DX3 and want to get performance and status information from several servers on my LAN. Samurize uses WMI & Perfmon plugins to make this awfully easy. I can't even find WMI addressed in the standard documentation, though. Is there a way to grab this information without having to write a script from scratch?

Thx!
2,032 views 6 replies
Reply #1 Top
search Microsoft.com for Scriptomatic. This tool will give you the names of the WMI objects and the values you can extract. Then import the WMI Memory Object in the DX3 library and cut-n-paste the For loop from the Scriptomatic interface into the For loop in the 123 timer in the WMI Memory object's script.

Wicked.
Reply #3 Top
What is the name of this WMI Memory object? I can't find it.
Reply #5 Top
hm.. I don't have it... Odd. I've got the latest DX3 from SD.

Anyways, that Scriptomatic from MS was wicked. Really help you to see what info you can get from WMI. I found so much stuff that I can use in my projects. Thank you very much!
Reply #6 Top
Has anyone figured out how to obtain drive infos from more than hardrives (like removable and network) without the floppy being accessed all the time ?