1FREECOLOR(1) User Commands FREECOLOR(1)
2
3
4
6 freecolor - Display amount of free and used memory graphically
7
9 freecolor [options]
10
12 freecolor displays the total amount of free and used physical and swap
13 memory in the system as a colored bargraph on the command line.
14
16 -b Display the amount of memory in bytes.
17
18 -k Display the amount of memory in kilobytes. This is the default.
19
20 -m Display the amount of memory in megabytes.
21
22 -o Display the output in old format, the only difference being this
23 option will disable the display of the "buffer adjusted" line.
24
25 -s Continuously display the result delay seconds apart. You may
26 actually specify any floating point number for delay, usleep(3)
27 is used for microsecond resolution delay times.
28
29 -t Display a line showing the column totals.
30
31 -V Display version information.
32
34 /proc/meminfo
35 memory information
36
38 ps(1), free(1), slabtop(1), top(1), vmstat(8).
39
41 Written by Roy Keene.
42
44 Please send bug reports to ⟨freecolor@rkeene.org⟩
45
46
47
48freecolor January 2014 FREECOLOR(1)