Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

implog(8) [bsd man page]

IMPLOG(8)						      System Manager's Manual							 IMPLOG(8)

NAME
implog - IMP log interpreter SYNOPSIS
/usr/sbin/implog [ -D ] [ -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. -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(4P), implogd(8C) BUGS
Can not specify multiple hosts, imps, etc. Can not follow reception of messages without looking at those currently in the file. 4.2 Berkeley Distribution November 16, 1996 IMPLOG(8)

Check Out this Related Man Page

strerr(1M)																strerr(1M)

NAME
strerr - receive error messages from the STREAMS log driver SYNOPSIS
sys_admin_mail_name] logdir] DESCRIPTION
receives error messages from the STREAMS log driver (strlog(7)) for addition to the STREAMS error log files mm-dd) in the STREAMS error logger directory by default). When first called, creates the log file This is a daily log file, where mm indicates the month and dd indi- cates the day of the logged messages. then appends error messages to the log file as they are received from the STREAMS log driver. STREAMS error log messages have the following format: seq time tick pri ind mod sub text Components are interpreted as follows: seq Error event sequence number. time Time the message was sent expressed in hh:mm:ss. tick Time the message was sent expressed in machine ticks since the last boot. pri Error priority level as defined by the STREAMS driver or module that originates the messages. ind Can be any combination of the following three message indicators: The message has also been saved in the trace log. The message signaled a fatal error. The message has also been mailed to the system administrator. mod Module identification number of the error message source. sub Subidentification number of the error message source. text Error message text. runs continuously until terminated by the user. Options recognizes the following options and command-line arguments: Specify the user's mail name for sending mail messages. Mail is sent to the system administrator by default. Specify the directory to contain the error log file. Default is WARNINGS
Only one process can open the STREAMS log driver at a time. This restriction is intended to maximize performance. The STREAMS error logging mechanism works best when it is not overused. can degrade STREAMS performance by affecting the response, throughput, and other behaviors of the drivers and modules that invoke it. also fails to capture messages if drivers and modules generate messages at a higher rate than its optimum read rate. If there are missing sequence numbers among the messages in a log file, messages have been lost. FILES
NLS catalog for error log file or files on which operates SEE ALSO
strace(1M), strlog(7). strerr(1M)
Man Page