~ubuntu-branches/ubuntu/raring/procps/raring-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\"             -*-Nroff-*-
.\"  This page Copyright (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
.\"  Freely distributable under the terms of the GPL
.TH FREE 1 "5 Oct 2009 " "Cohesive Systems" "Linux User's Manual"
.SH NAME
free \- Display amount of free and used memory in the system
.SH SYNOPSIS
.B free
.RB [ \-b | \-k | \-m | \-g ]
.RB [ \-c
.IR count ]
.RB [ \-l ]
.RB [ \-o ]
.RB [ \-t ]
.RB [ \-s
.IR delay ]
.RB [ \-V ]
.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.
.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
may actually specify any floating point number for \fIdelay\fP, 
.BR usleep (3)
is used for microsecond resolution delay times.
.TP
\fB\-t\fR
Display a line showing the column totals.
.TP
\fB\-V\fR
Display version information.
.SH FILES
.nf
/proc/meminfo memory information
.fi
.SH AUTHORS
Written by Brian Edmonds. 

Send bug reports to <albert@users.sf.net>
.SH "SEE ALSO"
.BR ps "(1), " slabtop "(1), " top "(1), " vmstat (8).
.\"{{{}}}