Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FREECOLOR(1)			  User Commands 		    FREECOLOR(1)

NAME
     freecolor - Display amount of free and used memory graphically

SYNOPSIS
     freecolor [options]

DESCRIPTION
     freecolor displays the total amount of free and used physical and swap mem-
     ory in the system as a colored bargraph on the command line.

OPTIONS
     -b     Display the amount of memory in bytes.

     -k     Display the amount of memory in kilobytes.	This is the default.

     -m     Display the amount of memory in megabytes.

     -o     Display the output in old format, the only difference being this op-
	    tion will disable the display of the "buffer adjusted" line.

     -s     Continuously  display the result delay seconds apart.  You may actu-
	    ally specify any floating point number for delay, usleep(3) is  used
	    for microsecond resolution delay times.

     -t     Display a line showing the column totals.

     -V     Display version information.

FILES
     /proc/meminfo
	    memory information

SEE ALSO
     ps(1), free(1), slabtop(1), top(1), vmstat(8).

AUTHORS
     Written by Roy Keene.

REPORTING BUGS
     Please send bug reports to freecolor@rkeene.org

freecolor			  January 2014			    FREECOLOR(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=freecolor&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help