Skip to content

🐧 An interactive Linux process-viewer that shows a frequently updated list of the processes running on a computer.

Notifications You must be signed in to change notification settings

Agnieszka1994/Linux-System-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux System Monitor

This repo contains the final project of the 2nd course of the Udacity Nanodegree.

This is an interactive Linux process-viewer (similar to the htop) that shows a frequently updated list of the processes running on a computer.

Requirements

  • Compiler support for C++17
  • Cmake installed
  • ncurses library sudo apt install libncurses5-dev libncursesw5-dev

Get started

git clone https://github.com/Agnieszka1994/Linux-System-Monitor
cd Linux-System-Monitor/
mkdir build && cd build/
cmake ..
make
./monitor

Sample usage

The real time view upon startup. img

About

🐧 An interactive Linux process-viewer that shows a frequently updated list of the processes running on a computer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published