TUI Resource Monitor implemented in C++ with FTXUI
The executable can be found in the bin folder:
git clone https://github.com/catalincd/resource-monitor
cd resource-monitor/bin
./resource-monitor
Build using CMake / CLang:
mkdir build && cd build
cmake ..
make
./resource-monitor