Unix and Linux Discussions Tagged with switch |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
17,901 |
AIX |
|
|
|
3 |
7,051 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,333 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
5,074 |
OS X (Apple) |
|
|
|
4 |
11,608 |
Red Hat |
|
|
|
6 |
2,267 |
Programming |
|
|
|
3 |
1,905 |
Shell Programming and Scripting |
|
|
|
2 |
3,315 |
Programming |
|
|
|
1 |
3,488 |
AIX |
|
|
|
3 |
19,299 |
Shell Programming and Scripting |
|
|
|
2 |
14,186 |
Shell Programming and Scripting |
|
|
|
1 |
1,936 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
14,699 |
Shell Programming and Scripting |
|
|
|
2 |
12,638 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,850 |
AIX |
|
|
|
4 |
4,636 |
Shell Programming and Scripting |
|
|
|
2 |
33,345 |
Shell Programming and Scripting |
|
|
|
2 |
17,962 |
Solaris |
|
|
|
38 |
47,418 |
Shell Programming and Scripting |
|
|
|
1 |
3,078 |
Programming |
|
|
|
0 |
1,318 |
OS X Support RSS |
|
|
|
0 |
2,256 |
OS X Support RSS |
|
|
|
4 |
31,744 |
Shell Programming and Scripting |
|
|
|
0 |
2,604 |
UNIX and Linux RSS News |
|
|
|
4 |
1,735 |
Shell Programming and Scripting |
|
|
|
0 |
3,418 |
HP Server News and Podcasts RSS |
|
|
|
0 |
2,367 |
Cartoons for Geeks |
|
|
|
2 |
6,678 |
Programming |
|
|
|
2 |
4,022 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,347 |
UNIX and Linux RSS News |
|
|
|
0 |
1,322 |
Software Releases - RSS News |
|
|
|
0 |
1,594 |
Software Releases - RSS News |
|
|
|
0 |
1,785 |
Software Releases - RSS News |
|
|
|
0 |
1,430 |
Software Releases - RSS News |
|
|
|
1 |
2,445 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
6,335 |
Shell Programming and Scripting |
|
|
|
9 |
5,022 |
IP Networking |
|
|
|
1 |
9,726 |
IP Networking |
|
|
|
3 |
16,170 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,765 |
UNIX for Dummies Questions & Answers |
FREE(1) Linux User's Manual FREE(1)
NAME
free - Display amount of free and used memory in the system
SYNOPSIS
free [-b | -k | -m] [-o] [-s delay ] [-t] [-V]
DESCRIPTION
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 "buffer adjusted" line. If the -o option is not specified, free subtracts buffer memory from the
used memory and adds it to the free memory reported.
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.
FILES
/proc/meminfo-- memory information
SEE ALSO
ps(1), slabtop(1), vmstat(8), top(1)
AUTHORS
Written by Brian Edmonds.
Send bug reports to <albert@users.sf.net>
Cohesive Systems 20 Mar 1993 FREE(1)