Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

discus(1) [debian man page]

DISCUS(1)						      General Commands Manual							 DISCUS(1)

NAME
discus - print a report of disk space usage SYNOPSIS
discus [options] DESCRIPTION
discus aims to make df(1) prettier. Features include color, bar graphs, and smart formatting of numbers (automatically choosing the most suitable size from kilobytes, megabytes, gigabytes, or terabytes). Or choose your own size, along with specifying the number of decimal places you'd like to see. You may also copy /etc/discusrc to $HOME/.discusrc and customize things to your preference. OPTIONS
-h, --help Show summary of options. -c Disable color. -d Display device names instead of graphs. -p Number of digits to right of decimal place. -s Do not use smart formatting. -t, -g, -m, -k Display sizes in terabytes, gigabytes, megabytes, or kilobytes, respectively. Assumes -s. -v, --version Show version of program. -r Takes into account even the reserved space to root; it will be counted in percentage and in available columns only (Used is for real used space). FILES
FILES
/etc/discusrc, $HOME/.discusrc SEE ALSO
df(1), pydf(1). AUTHOR
This manual page was adapted by Ron Farrer <rbf@debian.org> from one written by Stormy Henderson <stormy@futuresouth.com> for the Debian GNU/Linux system (but may be used by others). October 20, 2003 DISCUS(1)

Check Out this Related Man Page

FREE(1) 							   User Commands							   FREE(1)

NAME
free - Display amount of free and used memory in the system SYNOPSIS
free [options] 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
-b, --bytes Display the amount of memory in bytes. -k, --kilo Display the amount of memory in kilobytes. This is the default. -m, --mega Display the amount of memory in megabytes. -g, --giga Display the amount of memory in gigabytes. --tera Display the amount of memory in terabytes. -h, --human Show all output fields automatically scaled to shortest three digit unit and display the units of print out. Following units are used. B = bytes K = kilos M = megas G = gigas T = teras If unit is missing, and you have petabyte of RAM or swap, the number is in terabytes and columns might not be aligned with header. -c, --count count Display the result count times. Requires the -s option. -l, --lohi Show detailed low and high memory statistics. -o, --old Display the output in old format, the only difference being this option will disable the display of the "buffer adjusted" line. -s, --seconds seconds Continuously display the result delay seconds apart. You may actually specify any floating point number for delay, usleep(3) is used for microsecond resolution delay times. --si Use power of 1000 not 1024. -t, --total Display a line showing the column totals. --help Print help. -V, --version Display version information. FILES
/proc/meminfo memory information SEE ALSO
ps(1), slabtop(1), top(1), vmstat(8). AUTHORS
Written by Brian Edmonds. REPORTING BUGS
Please send bug reports to <procps@freelists.org> procps-ng September 2011 FREE(1)
Man Page