Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.22 KB

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