cspmonitor
is a simple simple Component Status Protocol (CSP) monitor server. It receives
status messages from components via UDP and prints them on the screen. This
program is useful to keep an overview of running RSerPool components.
ARGUMENTS
The following options are available:
-localaddress=address:port
Sets the local UDP socket address and port number. By default, it listens on
all addresses, port 2960.
-updateinterval=milliseconds
Sets the update interval in milliseconds.
-compact
Turns on compact status display mode.
-full
Turns on full status display mode (default).
Logging Parameters:
-logappend=filename
Write logging output to a file (default is stdout); output will be appended to given file.
-logcolor=on|off
Turns ANSI colorization of the logging output on or off.
-logfile=filename
Write logging output to a file (default is stdout); given file will be overwritten.
-loglevel=0-9
Sets the logging verbosity from 0 (none) to 9 (very verbose).
It is recommended to use at least a value of 2 to see possibly
important error messages and warnings.
ENVIRONMENT
cspmonitor
uses the environment variables CSP_SERVER and CSP_INTERVAL to define a CSP
server to send reports to in the specified interval.
DIAGNOSTICS
If loglevel>0, log messages will be printed to stdout or into a specified
log file.