Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Show server status with htop

no-143 au-03

htop

htop is a system monitor, process viewer and process manager designed for Unix systems.

Install htop

  1. Open terminal
  2. Run below command

sudo apt-get update

3. Run below command to install htop

sudo apt-get install htop

Run htop

  1. Run below command to launch htop

htop

  1. Process ID
  2. Process owner
  3. Percentage of CPU time process are currently using.
  4. A task’s current share of the physical memory.
  5. Command that launched processor.
  6. How long the system running

Inhaltsverzeichnis