logView - Display packets from specified SIAM log to stdoutSYNOPSIS
DESCRIPTIONlogView [options] ISI-ID directory
The logView utility displays packets from the specified SIAM log, residing in the specified directory. Note that the SIAM "log" for a given device actually consists of two files, a "dat" file and an "idx" (index) file. For example, the log for device ID "1287" consists of the files "1287_0.dat" and "1287_0.idx". To view all packets from device 1287, the user would 'cd' to the directory in which these files reside and type:OPTIONS
% logView 1287 .
EXAMPLES
To view all metadata packets from device 1321, when the log files reside in the current directory, the user would type:
To view all packets created from device 1287, between noon on July 12, 2004 and 3 AM on July 15, when the log files reside in directory ~/logs, the user would type:% logView -type metadata 1321 .
% logView -start 7/12/2004T12:0:0 -stop 7/15/2004T3:0:0 1287 ~/logs
ENVIRONMENT
The following environment variables must be set: