Skip to main content

check-process

Process-related health checks for D-state, running process, and zombie detection.

Subcommands

SubcommandPurposeKey Feature
check-dstateDetects processes stuck in uninterruptible sleep (D-state)Age-based threshold detection with process filtering
check-running-processValidates that specified processes are currently runningMulti-process verification with detailed output
check-zombieDetects zombie (defunct) processesPersistent zombie detection with configurable thresholds

Quick Start

Detect D-state Processes

health_checks check-process check-dstate \
--sink stdout \
[CLUSTER] \
app

Check Running Processes

health_checks check-process check-running-process \
--process-name nvidia-smi \
--sink stdout \
[CLUSTER] \
app

Detect Zombie Processes

health_checks check-process check-zombie \
--sink stdout \
[CLUSTER] \
app