Objective: This is a completion of the System Monitor Project.
This project is a Linux system process monitor. It is written in C++, compliant with the 2017 standard. This project employs ncurses for graphical output, specifically, libncurses5-dev.
The project development was completed on Bento/Ubuntu 19.04 with the following packages libncurses5-dev, build-essential and cmake. The build-essential package included the GCC 8.3.0 (Ubuntu 8.3.0-6ubuntu1) compiler employed to compile C++ code according to the 2017 standard.
This project runs on a Linux command line interface. It uses Make and CMake. The following commands are executed in the top project directory, where Makefile and CMakeLists.txt reside.
-
To build the project executable, enter:
make build -
To run the project executable, enter:
build/monitor
