Skip to content

C++ based System Monitor for Linux similar to the widely used htop application.

Notifications You must be signed in to change notification settings

kforkaran/SystemMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemMonitor

Dependencies

  • ncurses Install on linux using sudo apt install libncurses5-dev libncursesw5-dev
  • cmake >= 2.8
  • make >= 4.1 (linux, Mac), 3.81 (Windows)
  • gcc/g++ >= 5.4

Build Instructions

  • Clone this repo
  • Run: make build && ./build/monitor
  • Clean: make clean

About

C++ based System Monitor for Linux similar to the widely used htop application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published