2001-08-03 00:55:30 +00:00
.TH lcdproc 1 "1-aug-01" "LCDproc"
2006-02-18 19:50:50 +00:00
2001-08-03 00:55:30 +00:00
.SH NAME
2002-05-28 12:29:44 +00:00
lcdproc - displays system status on LCDproc server (LCDd(8))
2006-02-18 19:50:50 +00:00
2001-08-03 00:55:30 +00:00
.SH SYNOPSIS
.B lcdproc
2006-02-18 19:50:50 +00:00
[\- s \fI server\fP ] [\- p \fI port\fP ] [\- e \fI delay\fP ] [\- d] [\- h] [\- v] [\fI mode\fP [\fI mode\fP ...]]
2001-08-03 00:55:30 +00:00
.SH DESCRIPTION
lcdproc connects to the LCDproc server to display status information about the system.
.PP
Currently, only Linux, xBSD and Solaris are supported with not all features being available on all platforms.
2006-02-18 19:50:50 +00:00
2001-08-03 00:55:30 +00:00
.SH OPTIONS
.I lcdproc
understands these options:
.TP 8
.B \- s \fI server\fP
2006-02-18 19:50:50 +00:00
Set the hostname which LCDproc is running on, assumed to be localhost unless otherwise set.
2001-08-03 00:55:30 +00:00
.TP 8
.B \- p \fI port\fP
2006-02-18 19:50:50 +00:00
Set the port which LCDproc is accepting connections on, assumed to be 13666 unless otherwise set.
2001-08-03 00:55:30 +00:00
.TP 8
2002-05-28 12:29:44 +00:00
.B \- d
2006-02-18 19:50:50 +00:00
Daemonize right after startup.
.TP 8
.B \- e \fI delay\fP
xxx
.TP 8
.B \- h
Show help screen.
.TP 8
.B \- v
Print the version of the program and exit.
2002-05-28 12:29:44 +00:00
.TP 8
2006-05-01 07:35:49 +00:00
2001-08-03 00:55:30 +00:00
.B \fI mode\fP
2006-02-18 19:50:50 +00:00
is one of the following:
.TP 16
.B C CPU
show detailed CPU usage
.TP 16
.B P SMP-CPU
CPU usage overview (one line per CPU)
.TP 16
.B G CPUGraph
CPU histogram
.TP 16
.B L Load
Load histogram
.TP 16
.B M Memory
memory & swap usage
.TP 16
.B S ProcSize
show memory usage of 5 biggest processes
.TP 16
.B D Disk
disk usage
.TP 16
2006-05-01 07:35:49 +00:00
.B I Iface
show network interface usage
.TP 16
2006-02-18 19:50:50 +00:00
.B B Battery
battery status
.TP 16
.B T TimeDate
time & date information
.TP 16
.B O OldTime
old time screen
.TP 16
.B U Uptime
old uptime screen
.TP 16
.B K BigClock
big clock
.TP 16
.B N MiniClock
essential clock
.TP 16
.B A About
credits page
2001-08-03 00:55:30 +00:00
.PP
.SH EXAMPLES
2006-02-18 19:50:50 +00:00
lcdproc C M D L
2001-08-03 00:55:30 +00:00
.TP 8
2006-02-18 19:50:50 +00:00
connects to the LCDproc server running on the default port 13666 on the local machine and specifies the following modes:
2001-08-03 00:55:30 +00:00
.RS
2006-02-18 19:50:50 +00:00
- detailed CPU Usage
2001-08-03 00:55:30 +00:00
.PP
2006-02-18 19:50:50 +00:00
- Memory & swap usage
2001-08-03 00:55:30 +00:00
.PP
2006-02-18 19:50:50 +00:00
- Disk usage
2001-08-03 00:55:30 +00:00
.PP
2006-02-18 19:50:50 +00:00
- Load histogram
2001-08-03 00:55:30 +00:00
.RE
.PP
1999-12-09 23:15:14 +00:00
2006-02-18 19:50:50 +00:00
.SH SEE ALSO
2002-05-28 12:29:44 +00:00
.Xr LCDd 8
2006-05-01 07:35:49 +00:00
2001-08-03 00:55:30 +00:00
.SH AUTHOR
2002-05-28 12:29:44 +00:00
LCDproc was originally written by William Ferrell (wwf@splatwerks.org) and Scott Scriven (scriven@cs.colostate.edu).
Since that time various people have contributed to LCDproc.
1999-12-09 23:15:14 +00:00
2001-08-03 00:55:30 +00:00
The newest version of LCDproc should be available from here:
1999-12-09 23:15:14 +00:00
2006-02-18 19:50:50 +00:00
http://www.lcdproc.org/
1999-12-09 23:15:14 +00:00
2001-08-03 00:55:30 +00:00
.SH LEGAL STUFF
LCDproc is released as "WorksForMe-Ware". In other words, it is free, kinda neat, and we don't guarantee that it will do anything in particular on any machine except the ones it was developed on.
.PP
It is technically released under the GNU GPL license (you should have received the file, "COPYING", with LCDproc) (also, look on http://www.fsf.org/ for more information), so you can distribute and use it for free -- but you must make the source code freely available to anyone who wants it.
.PP
For any sort of real legal information, read the GNU GPL (GNU General Public License). It's worth reading.