Measure Reference Manual

HISTORY
The HISTORY command lists one or more of the most recently entered commands.
Syntax
HISTORY [ number ]
number
specifies the number (0 through 999) of history-buffer lines to display. If you do not specify a
number, the last 10 lines in the history buffer appear. If the buffer contains fewer than the
specified number of lines, HISTORY lists the existing lines.
Related Commands
PageFunctionCommand
58Displays, modifies, and executes a previously entered
command
FC
134Reexecutes a previously entered command!
Example
This example shows both the HISTORY command and the FC command. The HISTORY command
lists the last five lines in the history buffer (lines 28 through 32). The FC command redisplays line
31 from the history buffer. After using FC, you can either reexecute the command or edit the
command, and then reexecute it.
32+ HISTORY 5
28+ LIST PROCESS (0,*), RATE OFF
29+ INFO MEASUREMENT *
30+ LIST DISC $SYSTEM
31+ LIST CPU *, BY CPU-BUSY-TIME
32+ HISTORY 5
33+ FC 31
33+ LIST CPU *, BY CPU-BUSY-TIME
33 ...
INFO entity-type
The INFO entity-type command displays all entities of the specified type in the current
configuration.
Syntax
INFO [ / OUT filename / ] [ entity-type ]
OUT filename
directs command output to filename. If filename does not exist, MEASCOM creates an
EDIT file by that name and writes command output to it. If filename does exist, MEASCOM
opens the file and appends command output to it.
After the INFO command executes, MEASCOM resumes writing to the current OUT file (typically,
the terminal). The OUT option does not affect log file contents.
entity-type
is one of:
CLUSTER DISCOPEN OPDISK SERVERNET TMF
CONTROLLER DISKFILE OSSCPU SQLPROC USERDEF
CPU FILE OSSNS SQLSTMT
HISTORY 61