Request to check whether powershell is used in processes probe
search cancel

Request to check whether powershell is used in processes probe

book

Article ID: 242233

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Does processes probe include the ability to collect performance counters using powershell?

The customer claims that the commands below are executed in the processes probe.

Please answer whether or not to use powershell.

 

powershell -c "GET-COUNTER -COUNTER '\system\processes'"

 

 

Environment

Release : 20.3

Component : UIM - PROCESSES

Resolution

The (Process Monitoring) processes probe monitors the specified processes to detect any error situation. The probe also retrieves information about the process, for example, the CPU usage, memory usage, and so on. The probe verifies the following conditions:
= A process is expected to run, but has stopped.
 
=A process is not expected to run, but is running.
 
=A process does not run as expected.=The number of process instances is not as expected.
 
=The CPU usage for a process is above threshold.
 
=The handle counts for a process are above threshold (Windows only).
 
=The memory usage for a process is above threshold.
 
=The thread usage for a process is above threshold