NMXLOG(1) — UNIX Programmer’s Manual
NAME
nmxlog − translate a Mach network server debugging log
SYNOPSIS
nmxlog [ -d dictionary ] [ infile ]
DESCRIPTION
nmxlog translates the debugging log from a Mach network server from the internal binary format into a human-readable format.
The dictionary file consists of a series of lines, beginning with the event code in the log, followed by a format string suitable for use with sprintf . Each format specification is replaced with a value from the log record for the event. The dictionary file is searched first in the location specified with the -d switch if present, then in the location specified by the NMLOGDICT environment variable, and finally in the standard location /usr/mach/lib/net_dict.data .
If no input file is specified, stdin is used. The output always goes to stdout.
FILES
/usr/mach/lib/net_dict.data standard dictionary file.
ENVIRONMENT
NMLOGDICT location of dictionary file.
SEE ALSO
nmcontrol(1), nmserver(8)
"Network Server Design", internal document from the Mach group.
HISTORY
22-Feb-88 Daniel Julin (dpj) at Carnegie-Mellon University
Created.
7th Edition — 2/22/88