Check-in [b29ba09fb1]
Overview
Comment:Added man page
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b29ba09fb15299cf072bcebdfcea662022578cfa
User & Date: rkeene on 2014-01-21 00:23:51
Other Links: manifest | tags
Context
2014-01-21
00:23
Added COPYING file check-in: a169b5a32e user: rkeene tags: trunk
00:23
Added man page check-in: b29ba09fb1 user: rkeene tags: trunk
2013-11-26
16:33
Freecolor 0.8.10 check-in: 544e1dfdaf user: rkeene tags: trunk, 0.8.10
Changes

Added freecolor.1 version [bb7aee4af1].





























































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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
.\"             -*-Nroff-*-
.\"  This page copyright (C) 2014 Denis Fateyev, denis@fateyev.com.
.\"  Based on free manpage, (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
.\"  Freely distributable under the terms of the GPL
.TH FREECOLOR 1 "January 2014" "freecolor" "User Commands"
.SH NAME
freecolor \- Display amount of free and used memory graphically
.SH SYNOPSIS
.B freecolor
.RI [ options ]
.SH DESCRIPTION
.B freecolor
displays the total amount of free and used physical and swap
memory in the system as a colored bargraph on the command line.
.SH OPTIONS
.TP
\fB\-b\fR
Display the amount of memory in bytes.
.TP
\fB\-k\fR
Display the amount of memory in kilobytes.  This is the default.
.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 delay
.I seconds
apart.  You may actually specify any floating point number for
.IR delay ,
.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.
.PD
.SH FILES
.TP
/proc/meminfo
memory information
.PD
.SH "SEE ALSO"
.BR ps (1),
.BR free (1),
.BR slabtop (1),
.BR top (1),
.BR vmstat (8).
.SH AUTHORS
Written by Roy Keene.
.SH "REPORTING BUGS"
Please send bug reports to
.UR freecolor@rkeene.org
.UE