Skip to content

jurijjzz/Linux-Monitoring-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP

Description of the project

The main goal of this project was to develop an linux utility program for monitoring the system. The key concepts is that the system should work from terminal and display the CPU utilization, RAM usage and so on.

How to run a project

Open the project

mkdir build
cmake .. && make

write

./monitoring

to start the project.

Additional information if you have any problems

If any error occurs, make sure you have installed the ncurses library.

Or detele build folder:

rm -rf build

and run the following command again:

mkdir build && cd build && cmake .. && make

Also make sure if you have ncurses library installed on your system. If not, you can install it by running the following command:

sudo apt-get install libncurses5-dev libncursesw5-dev

More details about the project check the following link

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • CMake 4.7%