OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / procps / original / man1 / free.1
1 .\"             -*-Nroff-*-
2 .\"  This page Copyright (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
3 .\"  Freely distributable under the terms of the GPL
4 .TH FREE 1 "20 Mar 1993 " "Cohesive Systems" "Linux User's Manual"
5 .SH NAME
6 free \- Display amount of free and used memory in the system
7 .SH SYNOPSIS
8 .BR "free " [ "\-b" " | " "\-k" " | " "\-m" "] [" "\-o" "] [" "\-s"
9 .I delay
10 .RB "] [" "\-t" "] [" "\-V" ]
11 .SH DESCRIPTION
12 \fBfree\fP displays the total amount of free and used physical and swap 
13 memory in the system, as well as the buffers used by the kernel.
14 The shared memory column should be ignored; it is obsolete.
15 .SS Options
16 The \fB-b\fP switch displays the amount of memory in bytes; the 
17 \fB-k\fP switch (set by default) displays it in kilobytes; the \fB-m\fP
18 switch displays it in megabytes.
19 .PP
20 The \fB-t\fP switch displays a line containing the totals.
21 .PP
22 The \fB-o\fP switch disables the display of a "buffer adjusted" line.
23 If the -o option is not specified, \fBfree\fP subtracts buffer memory
24 from the used memory and adds it to the free memory reported.
25 .PP
26 The \fB-s\fP switch activates continuous polling \fIdelay\fP seconds apart. You
27 may actually specify any floating point number for \fIdelay\fP, 
28 .BR usleep (3)
29 is used for microsecond resolution delay times.
30 .PP
31 The \fB\-V\fP displays version information.
32 .SH FILES
33 .ta
34 .IR /proc/meminfo "\-\- memory information"
35 .fi
36
37 .SH "SEE ALSO"
38 .BR ps (1),
39 .BR slabtop (1),
40 .BR vmstat (8),
41 .BR top(1)
42
43 .SH AUTHORS
44 Written by Brian Edmonds. 
45
46 Send bug reports to <albert@users.sf.net>
47