WMI Monitoring

With the help of this WMI monitoring check, the program monitors the state of some Windows parameters via WMI (Windows Management Instrumentation). To get the current value of some parameter, you need to know its name and the corresponding WMI class which represents the parameter. The program can run arbitrary queries written in WQL (a language similar to SQL) and analyze the results.

For example,

1) to get the free space available on the disk C: you will need to run the following query:

select FreeSpace from Win32_LogicalDisk where Name = "C:"

After that, you will need to select the FreeSpace data field from the list and define a condition (more/less) for analyzing the result value.

2) to monitor the CPU load you will need to run the following query:

select PercentProcessorTime from Win32_PerfFormattedData_PerfOS_Processor where Name = "_Total"

After that, you will need to select the PercentProcessorTime data field from the list and define a condition (more/less) for analyzing the result value.

3) to monitor the free RAM size you will need to run the following query:

select AvailableMBytes from Win32_PerfFormattedData_PerfOS_Memory

After that, you will need to select the AvailableMBytes data field from the list and define a condition (more/less) for analyzing the result value.

 

The program can generate some WQL requests using built-in templates. With their help, you can monitor some basic computer parameters (CPU usage, free memory size, disk space, number of running processes, swap file size, etc.)

 

Warning! WMI may need to be configured on your machines if you want to run WQL queries on remote computers. Remote WMI execution can fail with default Windows security settings. Your system should work with the classic access model (or normal, not guest) and you need admin rights on a remote PC to gather information from it via WMI.

 

download a 30-day trialDownload 10-Strike Network Monitor - Trial Version

order Network MonitorBuy the Program Now!

 

Requirements: Windows NT/2000/XP/2003/Vista/2008/7 supported.

 

 

 

Products:
Network Inventory Explorer
Inventory Hardware and Software on Network Computers

Network Monitor
Monitor Network Hosts, Servers, Switches, and Other Devices

LANState
Monitor Network Servers, Create Visual Network Maps

Bandwidth Monitor
Monitor Network Bandwidth and Traffic Usage

Network Diagram
Create Network Diagrams and Maps Automatically

Network File Search
Search Files on Local Network and FTP Servers

Connection Monitor
Monitor and Audit Access to Your Shared Folders and Files

SearchMyDiscs
Catalog Discs, Create CD/DVD Database, Search Files on Discs

Log-Analyzer
Analyze Your Apache/RAW Log Files

Site Map | Privacy Policy | Links
Copyright © 1999-2012, 10-Strike Software