tapestat
system performance tools for Linux
Install
- All systems
-
curl cmd.cat/tapestat.sh
- Debian
-
apt-get install sysstat - Ubuntu
-
apt-get install sysstat -
Alpine
-
apk add sysstat - Arch Linux
-
pacman -S sysstat - Kali Linux
-
apt-get install sysstat - CentOS
-
yum install sysstat - Fedora
-
dnf install sysstat - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install sysstat - Raspbian
-
apt-get install sysstat - Docker
-
docker run cmd.cat/tapestat tapestatpowered by Commando
sysstat
system performance tools for Linux
The sysstat package contains the following system performance tools: - sar: collects and reports system activity information; - iostat: reports CPU utilization and disk I/O statistics; - mpstat: reports global and per-processor statistics; - pidstat: reports statistics for Linux tasks (processes); - sadf: displays data collected by sar in various formats; - cifsiostat: reports I/O statistics for CIFS filesystems; - nfsiostat-sysstat: (obsolete) reports I/O statistics for network filesystems. The statistics reported by sar deal with I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported.