free
Display amount of free and used memory in the system. More information: <https://manned.org/free>.
Install
- All systems
-
curl cmd.cat/free.sh
- Debian
-
apt-get install procps - Ubuntu
-
apt-get install procps -
Alpine
-
apk add procps - Arch Linux
-
pacman -S procps-ng - Kali Linux
-
apt-get install procps - CentOS
-
yum install procps-ng - Fedora
-
dnf install procps-ng - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install procps - Raspbian
-
apt-get install procps - Docker
-
docker run cmd.cat/free freepowered by Commando
Display amount of free and used memory in the system. More information: <https://manned.org/free>.
-
Display system memory:
free -
Display memory in Bytes/KB/MB/GB:
free -b|k|m|g -
Display memory in human-readable units:
free -h -
Refresh the output every 2 seconds:
free -s 2
© tl;dr; authors and contributors