procinfo
tools to display information from /proc and /sys
Install
- All systems
-
curl cmd.cat/procinfo.sh
- Debian
-
apt-get install procinfo
- Ubuntu
-
apt-get install procinfo
- Arch Linux
-
pacman -S procinfo
- Kali Linux
-
apt-get install procinfo
- Fedora
-
dnf install procinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install procinfo
- Raspbian
-
apt-get install procinfo
- Dockerfile
- dockerfile.run/procinfo
procinfo
tools to display information from /proc and /sys
This package provides three small programs that gather system information from diverse files under /proc and /sys and print it to the screen: * lsdev - information from /proc about installed hardware; * procinfo - system monitoring statistics from /proc and /sys; * socklist - a summary of open network sockets from /proc/net.