ADDED freecolor.1 Index: freecolor.1 ================================================================== --- freecolor.1 +++ freecolor.1 @@ -0,0 +1,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