Previous | Contents | Index |
Display the contents of the specified "version" of a PMDF log file.
pmdf view file-pattern
Command Qualifiers Defaults -f=
offset-from-firstNone -l=
offset-from-lastNone
On UNIX, must have read access to the requested file.
file-pattern
A file name pattern for which PMDF log file to display.
The
pmdf view
utility may be used to display a specified "version" of a PMDF log file. PMDF log files have a-uniqueid
appended to the file name to allow for the creation of multiple "versions" of the log file; on UNIX, the-uniqueid
is appended to the very end of the file name (the end of the file extension), while on NT, the-uniqueid
is appended to the end of the name part of the file name, before the file extension. Thepmdf view
utility understands these unique ids and can display the contents of the particular file corresponding to the requested "version" of the file.The default, if no offset qualifier is specified, is to display the most recent "version" of the file.
This qualifier is used to specify displaying the nth "version" of the file (starting counting from 0). For instance, to display the earliest (oldest) "version" of the file, specify
-f=
offset-from-first-f=0
This qualifier is used to specify displaying the nth from the last "version" of the file (starting decrementing from 0 as the most recent version). For instance, to display the most recent (newest) "version" of the file, specify
-l=
offset-from-last-l=0
Previous | Next | Contents | Index |