Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 474 Bytes

resource-monitor

TUI Resource Monitor implemented in C++ with FTXUI

image

Binary

The executable can be found in the bin folder:

  git clone https://github.com/catalincd/resource-monitor
  cd resource-monitor/bin
  ./resource-monitor

Build

Build using CMake / CLang:

  mkdir build && cd build
  cmake ..
  make 
  ./resource-monitor