Measure Reference Manual
filename
is the name of the file to be measured. To indicate all files (except temporary files,
which are specified separately), use an asterisk (*).
:crvsn
(Measure G09 and later PVUs) is the timestamp, creation version serial number (CRVSN),
or file name extension necessary to form a unique file name. Use this option to guarantee
file name uniqueness. The CRVSN is available from the Measure report and the
LISTGNAME command.
#tempfile
is the file identification number of a temporary file to be measured. To indicate all
temporary files, use an asterisk (*).
#subdevice
is the name of a subdevice to be measured. To indicate all subdevices, use an asterisk
(*).
"pathname"
(Measure G09 and later PVUs) is either a fully qualified or partial OSS file pathname.
An OSS file pathname that does not begin with a slash (/) is considered to be a partial
pathname and is expanded by prefacing it with the current setting for OSSPATH.
NOTE: OSS file pathnames are case-sensitive and must be specified within double
quotation marks (" "). Valid OSS file pathnames can refer to specific files or to a set
of files within a specific directory. If a directory is specified, only files in that directory
are included. Files in directories subordinate to the specified directory are not included.
catalog, schema, object
(Measure H01 and later PVUs) are ANSI SQL identifiers. When omitted, catalog and
schema fields are resolved by the MEASCOM catalog and schema environment
values. If the name space keywords TABLE or INDEX are omitted, TABLE is the assumed
default.
Wildcard syntax is:
SCHEMA [catalogC.]schemaS – all objects in schemaS
CATALOG catalogC – all objects in catalogC
CATALOG * - all objects visible on the node
opener
is the process whose I/O operations on the specified file are measured. Specify opener
as one of the following:
{ cpu, pin [ , filenum ] }
{ pname [ , filenum ] }
{ "pname" [ , filenum ] }
cpu
is the number of the CPU on which the process is running.
pin
is the process identification number of the process.
filenum
is the file number of the process.
pname
(D-series RVUs) is the process name or program file name of the process.
FILE 231