FREE
NAME SYNOPSIS DESCRIPTION FILES SEE ALSO AUTHORS
free - Display amount of free and used memory in the system
free [__-b__? [__-o__? [__-s__ ''delay''? [__-t__? [__-V__?
free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The shared memory column should be ignored; it is obsolete.
Options
The -b switch displays the amount of memory in bytes; the -k switch (set by default) displays it in kilobytes; the -m switch displays it in megabytes.
The -t switch displays a line containing the totals.
The -o switch disables the display of a free subtracts/adds buffer memory from/to the used/free memory reports (respectively!).
The -s switch activates continuous polling delay seconds apart. You may actually specify any floating point number for delay, usleep(3) is used for microsecond resolution delay times.
The -V displays version information.
/proc/meminfo-- memory information
Written by Brian Edmonds.
Send bug reports to
7 pages link to free(1):