Versions Compared

Key

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

...

Monitoring CPU and memory usage helps in identifying performance bottlenecks.

Real-time process monitoringhtop 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.

Code Block
languagebash
themeMidnight
titlehtop
   Real-time  processhtop monitoring.

Code Block
languagebash
themeMidnight
titleCommands

    vmstat # Reports virtual memory statistics.
    free -h # Displays memory usage.
    mpstat # Reports CPU usage.

...