VSP PROBE - MEMORY AND CPU MONITORING (VMs ONLY)
VSP-Manager monitors its resource usage to ensure that the VSP processes do not overuse a customer machine’s resources. The CPU and Memory Usage are monitored on both Linux and Windows VMs. If the maximum limit is crossed, the Probe is stopped.
-
The resource utilization is monitored after the configured time interval elapses
-
Modify the time frequency (Usage Sampling Time) between each check using the below command:
-
vsp-cli config vsp-manager edit usageCheckRate <time_in_seconds> --persist
-
-
If the utilization exceeds for a configured threshold, the utilization is monitored again after the time frequency. The maximum number of times the utilization is allowed to exceed the threshold (Usage Sampling Rate) can be configured:
-
vsp-cli config vsp-manager edit usageThreshold <Maximum_Allowed_Attempts> --persist
-
-
Once this count is reached, the VSP Probe is stopped and its status is Disconnected in CMS
-
The configurations can be set dynamically at runtime
-
If the values are set to zero (0), the monitoring is turned off
-
The default values are:
-
Time frequency – 60 seconds
-
Consecutive attempts with utilization exceeding - 3
-
By default, the values are NOT configured at VSP process level
-