Just created this to play a little bit with /proc/ folder on Linux and test DEB packages
Download the deb package
Open a terminal in the download folder and run the following command:
sudo dpkg -i pcstats.debIf you get a dependency error, run:
sudo apt install -fg++makelibncurses-dev
git clone https://github.com/rocsalvador/pcstats.git
cd pcstats
make -jpcstats [OPTIONS]
OPTIONS:
-n refres_rate set refresh rate (default: 1s)
