The system periodically checks the number of D state processes of user omm on the host every 30 seconds and compares the number with the threshold. The number of processes in the D state on the host has a default threshold. This alarm is generated when the number of processes in the D state exceeds the threshold.
This alarm is cleared when the number is less than or equal to the threshold.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12028 |
Major |
Yes |
Parameter |
Description |
---|---|
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
Trigger Condition |
Generates an alarm when the actual indicator value exceeds the specified threshold. |
Excessive system resources are used and the service process responds slowly.
The host responds slowly to I/O (disk I/O and network I/O) requests and a process is in the D state.
su - omm
ps -elf | grep -v "\[thread_checkio\]" | awk 'NR!=1 {print $2, $3, $4}' | grep omm | awk -F' ' '{print $1, $3}' | grep D | awk '{print $2}'
Restarting the host brings certain risks. Ensure that the service process runs properly after the restart.
None