How to Install health-check in Ubuntu 18.04



Install health-check by entering the following commands in the terminal:

sudo apt update
sudo apt install health-check

Description:

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.

Homepage: http://kernel.ubuntu.com/~cking/health-check

Version: 0.02.09-1

Section: universe/admin