Skip to content

a linux system monitor like Htop, monitoring your system's CPU, Process and Memory usage

Notifications You must be signed in to change notification settings

454270186/linux_system_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux System Monitor

Based on

  • Pure C++
  • Some C++17 new features for file I/O
  • Built with Cmake
  • ncurses for TUI

Require

  • Linux OS

  • Cmake >= Version 2.6, run below to install

    sudo apt-get update
    sudo apt-get install cmake
    
  • ncurses: text-based graphical output library, run sudo apt install libncurses5-dev libncursesw5-dev to install

  • C++ compiler supporting C++17;

How to run

git clone https://github.com/454270186/linux_system_monitor.git

make build
./build/monitor

Resulting executable

result

Reference

About

a linux system monitor like Htop, monitoring your system's CPU, Process and Memory usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published