List of topics tagged "wmi"

< Page 1

How can I monitor disk I/O speed?


Can you help me to add custom WMI monitors? Q: Can you help me to add a custom WMI monitor? For example, what query can be used to check disk C: Read & Write Bytes per Sec? A: The following custom WMI Query can be used: SELECT DiskBytesPerSec FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk WHERE Name = "C:" In […]

How to monitor a Windows process and restart it when it goes down?


How to monitor a Windows process and restart it when it goes down? Q: Certain processes on my Windows computer should always be running. How can I detect that a process no longer runs and restart it? A: You can use WMI Process monitor to check if the process in question is alive: set the […]

How can I monitor remote system resources?


I want to monitor remote System resources, can you help me to set it up? How is that possible? Q: Is it possible to monitor remote system resources with IPHost? How should I set up required monitor(s)? A: Yes, you can monitor system resources with IPHost on remote host. A lot of different protocols and […]
< Page 1