saidar
curses-based program which displays live system statistics
Install
- All systems
-
curl cmd.cat/saidar.sh
- Debian
-
apt-get install saidar
- Ubuntu
-
apt-get install saidar
- Arch Linux
-
pacman -S saidar
- Kali Linux
-
apt-get install saidar
- Fedora
-
dnf install saidar
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install saidar
- Raspbian
-
apt-get install saidar
- Dockerfile
- dockerfile.run/saidar
saidar
curses-based program which displays live system statistics
saidar is a curses-based application to display system statistics. Statistics include CPU, processes, load, memory, swap, network I/O and disks I/O along with their free space. saidar utilizes libstatgrab library.
saidar-1
0.91-10.fc29.x86_64 : System information real-time monitor
libstatgrab
Libstatgrab is a library that provides cross platform access to
statistics about the system on which it's running. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more. The current list of supported and tested platforms includes FreeBSD, Linux, NetBSD, OpenBSD, Solaris, DragonFly BSD, HP-UX and AIX.