free


Display amount of free and used memory in the system.

Pasted image 20240818165503.png

free displays the total amount of free and used physical and swap memory in the system, as well as the buffers and caches used by the kernel. The information is gathered by parsing /proc/meminfo.