Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

htop is an interactive system monitor process viewer and process manager. It is designed as an alternative to the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage.

Installation: on Ubuntu or Debian-based systems via command apt install htop or sudo yum install htop on CentOS

Code Block
languagebash
themeMidnight
    htop 

...

Code Block
languagebash
themeMidnight
tail /var/log/syslogjournalctl -f # Showswill show you the last part of the logs, where problems usually lie latest system logs and keep updating the display with new log entries as they are created, which is useful for monitoring live system activity.


Essential Linux Log Files:

...