|
NAMEttyload - a tty-based xload equivalentSYNOPSISttyload [options]DESCRIPTIONttyload is a "tty" based load monitoring tool. Not entirely unlike xload, it plots a graph of a system's "load average" data. Unlike xload, it uses 3 line graphs to plot things, instead of a single fill graph, so that it can show you not only the 1-minute load average, but also the 5-minute and 15-minute averages. Also unlike xload, it uses a basic terminal (tty) to display the information, instead of an X window. ANSI escape sequences are used (optionally) for colorization and screen manipulation.A few of the main features of ttyload are:
USAGEThe easiest way to use ttyload is just to invoke the command, with no additional options.Additional options are described below. To quit ttyload, enter the terminal's interrupt character (typically control-C). OPTIONSttyload uses standard getopt() style options processing. Available options are:
SEE ALSOgetopt(3)VERSIONThis man page is current for version 0.5 of ttyloadTHANKSThanks to several my friends for testing things out on various platforms, or lending me accounts on their machines upon which to do porting.AUTHORttyload was written by David Lindes. Please send any feedback, including bug reports and patches, to me. My contact information (as well as updates and other information) can be found on the ttyload web page at: http://www.daveltd.com/src/util/ttyload/
Visit the GSP FreeBSD Man Page Interface. |