Skip to content

fynnwilliam/system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor

System Monitor Project is directly related to the Object Oriented Programming Course of the Udacity C++ Nanodegree Program.

System Monitor

ncurses

ncurses is a library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.

To install ncurses on Linux, you may run apt install libncurses5-dev libncursesw5-dev

Instructions

  1. Clone the project

  2. Create and move into the build directory: mkdir build && cd build

  3. Configure and build the project: cmake .. && make

  4. Run the resulting executable: ./monitor Starting System Monitor

About

A system monitoring tool, similar to htop!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published