xref: /original-bsd/old/implog/implog.8 (revision b9df2d9d)
1.\" Copyright (c) 1983, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)implog.8	6.7 (Berkeley) 03/16/91
7.\"
8.Dd
9.Dt IMPLOG 8
10.Os BSD 4.2
11.Sh NAME
12.Nm implog
13.Nd
14.Tn IMP
15log interpreter
16.Sh SYNOPSIS
17.Nm implog
18.Op Fl DFLcfr
19.Op Fl h Ar host#
20.Op Fl i Ar imp#
21.Op Fl l Ar link
22.Op Fl t Ar message-type
23.Sh DESCRIPTION
24.Nm Implog
25is program which interprets the message log produced by
26.Xr implogd 8 .
27.Pp
28If no arguments are specified,
29.Nm implog
30interprets and prints every message present in the message file.
31Options may be specified to force printing only a subset of the logged
32messages.
33.Bl -tag -width Ds
34.It Fl D
35Do not show data messages.
36.It Fl F
37Follow the logging process in action.
38This flag causes
39.Nm implog
40to check for, and display, new logged messages every 5 seconds.
41.It Fl L
42Show only those messages received on the link number of the
43IP protocol.
44.It Fl c
45In addition to printing any data messages logged, show the
46contents of the data in hexadecimal bytes.
47.It Fl f
48Follow the logging process in action as with
49.Fl F ,
50but print the current contents of the log file first.
51.It Fl h
52Show only those messages received from the specified host.
53(Usually specified in conjunction with an imp.)
54.It Fl i
55Show only those messages received from the specified imp.
56.It Fl l
57Show only those messages received on the specified ``link''.
58.It Fl r
59Print the raw imp leader, showing all fields,
60in addition to the formatted interpretation according to type.
61.It Fl t
62Show only those messages received of the specified message type.
63.Sh SEE ALSO
64.Xr imp 4 ,
65.Xr implogd 8
66.Sh BUGS
67Cannot specify multiple hosts, imps, etc.
68.Sh HISTORY
69The
70.Nm
71command appeared in
72.Bx 4.2 .
73