System monitor for Linux Operating system developed using C++ language. This is used to display operating system name, kernel version, CPU utilization, memory utilization, total processes, running processes and top 10 most CPU intensive processes using ncurses library in C++.
- cmake >= 3.14
- make >= 4.1 (Linux, Mac), 3.81 (Windows)
- Linux: make is installed by default on most Linux distros
- gcc/g++ >= 5.4
- Linux: gcc / g++ is installed by default on most Linux distros
- Clone the repo
- Using terminal go into downloaded repo
- make build # Command to build the project
- Run it: ./build/monitor
See the LICENSE file for license rights and limitations (MIT).