Skip to content

Simple System Monitor for Linux that runs in the terminal

License

Notifications You must be signed in to change notification settings

1neskk/SystemMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor

This project is a system monitor similar to htop. It is a command-line tool that displays the system's CPU and memory utilization, as well as a list of processes. The project is written in C++ and uses the ncurses library to display the information in the terminal.

image

Dependencies

Install the ncurses library within your Linux environment: sudo apt install libncurses5-dev libncursesw5-dev

You also need cmake and make installed

Make

This project uses Make. The Makefile has four targets:

  • build compiles the source code and generates an executable
  • format applies ClangFormat to style the source code
  • debug compiles the source code and generates an executable, including debugging symbols
  • clean deletes the build/ directory, including all of the build artifacts

Get Started

  1. Clone the project repository

  2. Build the project: make build

  3. Run the resulting executable: ./build/monitor

About

Simple System Monitor for Linux that runs in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published