xref: /csrg-svn/old/implog/implog.8 (revision 47469)
1*47469Scael.\" Copyright (c) 1983, 1991 The Regents of the University of California.
235563Sbostic.\" All rights reserved.
318973Smckusick.\"
443825Strent.\" %sccs.include.redist.man%
518973Smckusick.\"
6*47469Scael.\"     @(#)implog.8	6.7 (Berkeley) 03/16/91
735563Sbostic.\"
8*47469Scael.Dd
9*47469Scael.Dt IMPLOG 8
10*47469Scael.Os BSD 4.2
11*47469Scael.Sh NAME
12*47469Scael.Nm implog
13*47469Scael.Nd
14*47469Scael.Tn IMP
15*47469Scaellog interpreter
16*47469Scael.Sh SYNOPSIS
17*47469Scael.Nm implog
18*47469Scael.Op Fl DFLcfr
19*47469Scael.Op Fl h Ar host#
20*47469Scael.Op Fl i Ar imp#
21*47469Scael.Op Fl l Ar link
22*47469Scael.Op Fl t Ar message-type
23*47469Scael.Sh DESCRIPTION
24*47469Scael.Nm Implog
2518973Smckusickis program which interprets the message log produced by
26*47469Scael.Xr implogd 8 .
27*47469Scael.Pp
2818973SmckusickIf no arguments are specified,
29*47469Scael.Nm implog
3037278Sbosticinterprets and prints every message present in the message file.
3137278SbosticOptions may be specified to force printing only a subset of the logged
3237278Sbosticmessages.
33*47469Scael.Bl -tag -width Ds
34*47469Scael.It Fl D
3518973SmckusickDo not show data messages.
36*47469Scael.It Fl F
3737278SbosticFollow the logging process in action.
3837278SbosticThis flag causes
39*47469Scael.Nm implog
4037278Sbosticto check for, and display, new logged messages every 5 seconds.
41*47469Scael.It Fl L
4237278SbosticShow only those messages received on the link number of the
4337278SbosticIP protocol.
44*47469Scael.It Fl c
4518973SmckusickIn addition to printing any data messages logged, show the
4618973Smckusickcontents of the data in hexadecimal bytes.
47*47469Scael.It Fl f
4837278SbosticFollow the logging process in action as with
49*47469Scael.Fl F ,
5037278Sbosticbut print the current contents of the log file first.
51*47469Scael.It Fl h
5218973SmckusickShow only those messages received from the specified host.
5318973Smckusick(Usually specified in conjunction with an imp.)
54*47469Scael.It Fl i
5518973SmckusickShow only those messages received from the specified imp.
56*47469Scael.It Fl l
5737278SbosticShow only those messages received on the specified ``link''.
58*47469Scael.It Fl r
5937278SbosticPrint the raw imp leader, showing all fields,
6037278Sbosticin addition to the formatted interpretation according to type.
61*47469Scael.It Fl t
6218973SmckusickShow only those messages received of the specified message type.
63*47469Scael.Sh SEE ALSO
64*47469Scael.Xr imp 4 ,
65*47469Scael.Xr implogd 8
66*47469Scael.Sh BUGS
6737278SbosticCannot specify multiple hosts, imps, etc.
68*47469Scael.Sh HISTORY
69*47469ScaelThe
70*47469Scael.Nm
71*47469Scaelcommand appeared in
72*47469Scael.Bx 4.2 .
73