SkillAgentSearch skills...

Pcstats

Linux CLI resource monitor

Install / Use

/learn @rocsalvador/Pcstats
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Linux CPU and RAM monitor

Just created this to play a little bit with /proc/ folder on Linux and test DEB packages

Installation

Debian based distributions

Download the deb package

Open a terminal in the download folder and run the following command:

sudo dpkg -i pcstats.deb

If you get a dependency error, run:

sudo apt install -f

Build from source

Requirements

  • g++
  • make
  • libncurses-dev
git clone https://github.com/rocsalvador/pcstats.git
cd pcstats
make -j

Usage

pcstats [OPTIONS]
OPTIONS:
-n refres_rate     set refresh rate (default: 1s)

Example

Image Image

View on GitHub
GitHub Stars7
CategoryOperations
Updated2mo ago
Forks0

Languages

C++

Security Score

90/100

Audited on Jan 26, 2026

No findings