logfile man page on Inferno

Man page or keyword search:  
man Server   579 pages
apropos Keyword Search (all sections)
Output format
Inferno logo
[printable version]

LOGFILE(4)							    LOGFILE(4)

NAME
       logfile - memory-based append-only circular storage buffer

SYNOPSIS
       logfile [-size] file

DESCRIPTION
       Logfile	creates	 a name at file (the containing directory must already
       exist).	Each write to file appends the written data up to a maximum of
       size  bytes;  subsequent	 writes	 erase the existing data in a circular
       fashion. A read from file will return any  currently  stored  data,  if
       any;  if	 there	is  none,  then	 it will block until more data becomes
       available.  Multiple readers will receive the data independently of one
       another.	 If  a	writing	 process is consistently producing data faster
       than a reading process, then the data read will have some bytes elided;
       a write is never blocked.

SOURCE
       /appl/cmd/logfile.b

SEE ALSO
       wm-logwindow(1), sys-file2chan(2)

BUGS
       Restrictions on sys-file2chan(2) mean that the logfile process will not
       terminate automatically when its file is removed or unmounted.

       There is no indication to a reader of any missing data.

       It is not possible to do a non-blocking read of the log file.

								    LOGFILE(4)
[top]

List of man pages available for Inferno

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net