Awesome
resource-monitor
TUI Resource Monitor implemented in C++ with FTXUI
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