Skip to content

faisal-bhuiyan/CppND-System-Monitor

 
 

Repository files navigation

CppND-System-Monitor

A basic and simple system monitor for Linux OS written in C++.

ncurses

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

Install ncurses within your own Linux environment: sudo apt install libncurses5-dev libncursesw5-dev

Instructions

  1. Clone the project repository: git clone https://github.com/udacity/CppND-System-Monitor-Project-Updated.git

  2. From the root directory, create a diretory called "build" and build the project by using the following commands in succession:

mkdir build
cd build
cmake ..
make
  1. Run the resulting executable: ./build/monitor. The executable should produce the following system monitor.

Screenshot of the System Monitor program

About

System monitor for Linux OS based on C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 1.8%
  • Makefile 1.4%