health-check
process monitoring tool
Install
- All systems
-
curl cmd.cat/health-check.sh
- Debian
-
apt-get install health-check
- Ubuntu
-
apt-get install health-check
- Kali Linux
-
apt-get install health-check
- Fedora
-
dnf install health-check
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install health-check
- Raspbian
-
apt-get install health-check
- Dockerfile
- dockerfile.run/health-check
health-check
process monitoring tool
Health-check monitors processes and optionally their child processes and threads for a given amount of time. At the end of the monitoring it will display the CPU time used, wakeup events generated and I/O operations of the given processes. It can be used to diagnose unhealthy bad processes.