/Process-Monitor-Linux-

View process memory and cpu usage in linux.

Primary LanguageShell

Process Monitor Linux

Process monitor for Linux that displays memory and cpu usage along with top active processes.

Instructions:

  • Two files can be run, either monitor.sh or monitor_color.sh. note: monitor_color.sh adds color to usage charts.

  • run chmod at the command line for setting executable privileges for process i.e. chmod +x monitor.sh or chmod +x monitor_color.sh

  • to run application type ./monitor.sh or ./monitor_color.sh

  • example screenshots:

  • example with increased cpu usage

  • example with just memory usage

  • example with just cpu usage

  • example for colored version (monitor_color.sh)