xref: /original-bsd/old/implog/implog.8 (revision 79386b64)
Copyright (c) 1983 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley. The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

@(#)implog.8 6.4 (Berkeley) 09/19/88

IMPLOG 8 ""
C 5
NAME
implog - IMP log interpreter
SYNOPSIS
/etc/implog [ -D ] [ -f ] [ -F ] [ -c ] [ -r ] [ -l [ link ] ] [ -h host# ] [ -i imp# ] [ -t message-type ]
DESCRIPTION
Implog is program which interprets the message log produced by implogd (8C).

If no arguments are specified, implog interprets and prints every message present in the message file. Options may be specified to force printing only a subset of the logged messages.

-D Do not show data messages.

-f Follow the logging process in action. This flags causes implog to print the current contents of the log file, then check for new logged messages every 5 seconds.

-F Follow the logging process in action as with -f , but skip all previous messages.

-c In addition to printing any data messages logged, show the contents of the data in hexadecimal bytes.

-r Print the raw imp leader, showing all fields, in addition to the formatted interpretation according to type.

-l [ link# ] Show only those messages received on the specified ``link''. If no value is given for the link, the link number of the IP protocol is assumed.

-h host# Show only those messages received from the specified host. (Usually specified in conjunction with an imp.)

-i imp# Show only those messages received from the specified imp.

-t message-type Show only those messages received of the specified message type.

"SEE ALSO"
imp(4), implogd(8)
BUGS
Can not specify multiple hosts, imps, etc.