Penguin
Annotated edit history of free(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 FREE
2 !!!FREE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 SEE ALSO
8 AUTHORS
9 ----
10 !!NAME
11
12
13 free - Display amount of free and used memory in the system
14 !!SYNOPSIS
15
16
17 __free__ [[__-b__ | __-k__ | __-m__] [[__-o__]
18 [[__-s__ ''delay'' ] [[__-t__]
19 [[__-V__]
20 !!DESCRIPTION
21
22
23 __free__ displays the total amount of free and used
24 physical and swap memory in the system, as well as the
25 buffers used by the kernel. The shared memory column should
26 be ignored; it is obsolete.
27
28
29 __Options__
30
31
32 The __-b__ switch displays the amount of memory in bytes;
33 the __-k__ switch (set by default) displays it in
34 kilobytes; the __-m__ switch displays it in
35 megabytes.
36
37
38 The __-t__ switch displays a line containing the
39 totals.
40
41
42 The __-o__ switch disables the display of a
43 __free__
44 subtracts/adds buffer memory from/to the used/free memory
45 reports (respectively!).
46
47
48 The __-s__ switch activates continuous polling
49 ''delay'' seconds apart. You may actually specify any
50 floating point number for ''delay'', usleep(3) is
51 used for microsecond resolution delay times.
52
53
54 The __-V__ displays version information.
55 !!FILES
56
57
58 ''/proc/meminfo''-- memory information
59 !!SEE ALSO
60
61
62 ps(1), __top(1)__
63 !!AUTHORS
64
65
66 Written by Brian Edmonds.
67
68
69 Send bug reports to
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.