xref: /csrg-svn/old/implog/implog.8 (revision 43825)
Copyright (c) 1983 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)implog.8 6.6 (Berkeley) 06/24/90

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

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 flag causes implog to check for, and display, new logged messages every 5 seconds.

-L Show only those messages received on the link number of the IP protocol.

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

-f Follow the logging process in action as with -F , but print the current contents of the log file first.

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

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

-l Show only those messages received on the specified ``link''.

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

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

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