SeeView Manual

Seedit Utility
HP NonStop SeeView Manual526355-004
4-7
MONITOR
subvolume
specifies a valid subvolume name. The subvolume you specify becomes the new
default subvolume for the Seedit task.
fileset
specifies a valid file set.
*
specifies either a file set or a generic file-name set.
Examples
The following examples demonstrate the INFO command:
MONITOR
The MONITOR command monitors the specified text log file and displays updates to
the file as they occur. If you do not specify log-filename, the file specified by the
SET log-filename command is monitored.
log-filename
specifies a valid file name. The file type of the log-filename can be entry,
relative, or unstructured.
Considerations
This command uses both sequential block buffering and control 27 to minimize the
number of messages required to monitor a log file. Control 27 is an operation that
a program can perform against a disk file. The operation notifies the program when
any entity performs a write operation to the disk file. Rather than polling the disk
file to see if it changed, SeeView uses the control 27 operation for greater
efficiency.
The monitor command detects when a log file has been renamed and
automatically switches to a new log file if one exists.
For additional information, see the SET command.
INFO{ info all files in default subvolume
INFO X.*{ info all files in subvolume X
INFO X{ info files from X upwards
INFO X*{ info files beginning with the letter X
MONITOR [ log-filename ]