L
Linux-System-Monitor
The Linux system monitor shows you what's happening the computer: processes, id, CPU and memory usage.
35
Created on 29th June 2020
•
L
Linux-System-Monitor
The Linux system monitor shows you what's happening the computer: processes, id, CPU and memory usage.
The problem Linux-System-Monitor solves
The system monitor shows you what’s happening the computer: processes, id, CPU and memory usage. In this project, I wrote object-oriented C++ to build a Linux system monitor similar to the widely used htop application.
Challenges I ran into
The biggest challenge for me while developing Linux System Monitor was to built graphics of the monitor. I learnt and implemented ncurses library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.
Discussion
Builders also viewed
See more projects on Devfolio