-
Real-Time System Monitoring
Provides up-to-date insights into system performance and resource utilization. -
User-Friendly TUI (Text-Based User Interface)
Designed for intuitive navigation and interaction, offering a seamless user experience. -
Efficient Resource Management
Optimizes resource usage to ensure smooth operation and high performance.
This project includes a Makefile to streamline the build process with gcc. Instead of manually typing out lengthy gcc commands, you can compile the program quickly by simply running make.
- Ensure the
Makefileis in the same directory as your source code. - Open a terminal in the project directory.
- Type
makeand hit Enter to build the project. - Use
make cleanto remove compiled files (if specified in theMakefile)
