Skip to content

lematio/Process-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Monitor

Objective: This is a completion of the System Monitor Project.

Description

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.

System Monitor
Sample Execution Screenshot

Environment

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.

Execution

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.

  1. To build the project executable, enter: make build

  2. To run the project executable, enter: build/monitor

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors