implogd.8c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8C 代码 · 共 46 行
8C
46 行
.\" SCCSID: @(#)implogd.8c 8.1 9/11/90.TH implogd 8c.SH Nameimplogd \- IMP logger process.SH Syntax.B /etc/implogd[.B \-d].SH Description.NXR "implogd program".NXR "implog file" "entry format".NXA "implogd program" "implog program"The.PN implogdprogram logs messages from IMP, placing them in the file.PN /usr/adm/implog ..PPEntries in the file are variable length and each logentry has a fixed length header of the form:.EXstruct sockstamp { short sin_family; u_short sin_port; struct in_addr sin_addr; time_t sin_time; int sin_len;};.EE.PPThis is followed, possibly, by the message received from the IMP. Each time the logging process is started up, itplaces a time stamp entry in the file (a header with the.PN sin_lenfield set to 0)..SH RestrictionsThe logging process will catch only those messages fromthe IMP which are not processed by a protocol module.Thus the log should contain onlystatus information such as ``IMP going down'' messages, ``host down''and other error messages,and, perhaps, stray NCP messages..SH See Alsoimp(4p), implog(8c)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?