2002-02-02 04:17:29 +05:30
|
|
|
.\" -*-Nroff-*-
|
|
|
|
.\" This page Copyright (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
|
|
|
|
.\" Freely distributable under the terms of the GPL
|
2011-02-23 13:47:54 +05:30
|
|
|
.TH FREE 1 "5 Oct 2009 " "Cohesive Systems" "Linux User's Manual"
|
2002-02-02 04:17:29 +05:30
|
|
|
.SH NAME
|
|
|
|
free \- Display amount of free and used memory in the system
|
|
|
|
.SH SYNOPSIS
|
2011-02-23 13:47:54 +05:30
|
|
|
.B free
|
|
|
|
.RB [ \-b | \-k | \-m | \-g ]
|
|
|
|
.RB [ \-c
|
|
|
|
.IR count ]
|
|
|
|
.RB [ \-l ]
|
|
|
|
.RB [ \-o ]
|
|
|
|
.RB [ \-t ]
|
|
|
|
.RB [ \-s
|
|
|
|
.IR delay ]
|
|
|
|
.RB [ \-V ]
|
2002-02-02 04:17:29 +05:30
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBfree\fP 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.
|
2011-02-23 13:47:54 +05:30
|
|
|
.SS OPTIONS
|
|
|
|
.TP
|
|
|
|
\fB\-b\fR
|
|
|
|
Display the amount of memory in bytes.
|
|
|
|
.TP
|
|
|
|
\fB\-c\fR \fIcount\fR
|
|
|
|
Display the result \fIcount\fR times. Requires the \fB\-s\fR option.
|
|
|
|
.TP
|
|
|
|
\fB\-g\fR
|
|
|
|
Display the amount of memory in gigabytes.
|
|
|
|
.TP
|
|
|
|
\fB\-k\fR
|
|
|
|
Display the amount of memory in kilobytes. This is the default.
|
|
|
|
.TP
|
|
|
|
\fB\-l\fR
|
|
|
|
Show detailed low and high memory statistics.
|
|
|
|
.TP
|
|
|
|
\fB\-m\fR
|
|
|
|
Display the amount of memory in megabytes.
|
|
|
|
.TP
|
|
|
|
\fB\-o\fR
|
|
|
|
Display the output in old format, the only difference being this option
|
|
|
|
will disable the display of the "buffer adjusted" line.
|
|
|
|
.TP
|
|
|
|
\fB\-s\fR
|
|
|
|
Continuously display the result \fIdelay\fP seconds apart. You
|
2002-02-02 04:17:29 +05:30
|
|
|
may actually specify any floating point number for \fIdelay\fP,
|
|
|
|
.BR usleep (3)
|
|
|
|
is used for microsecond resolution delay times.
|
2011-02-23 13:47:54 +05:30
|
|
|
.TP
|
|
|
|
\fB\-t\fR
|
|
|
|
Display a line showing the column totals.
|
|
|
|
.TP
|
|
|
|
\fB\-V\fR
|
|
|
|
Display version information.
|
2002-02-02 04:17:29 +05:30
|
|
|
.SH FILES
|
2011-02-23 13:47:54 +05:30
|
|
|
.nf
|
|
|
|
/proc/meminfo memory information
|
2002-02-02 04:17:29 +05:30
|
|
|
.fi
|
|
|
|
.SH AUTHORS
|
|
|
|
Written by Brian Edmonds.
|
|
|
|
|
2002-10-07 03:04:17 +05:30
|
|
|
Send bug reports to <albert@users.sf.net>
|
2011-02-23 13:47:54 +05:30
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR ps "(1), " slabtop "(1), " top "(1), " vmstat (8).
|
|
|
|
.\"{{{}}}
|