Technical data
System Dump Analyzer
SHOW LOGS
SHOW LOGS
Displays information about transaction logs currently open for the node.
Format
SHOW LOGS [/qualifier[,...]]
Qualifier
/DISPLAY=(item [,...])
Specifies the type of information to be displayed. The argument to /DISPLAY can
be either a single item or a list. The following items can be specified.
Item Description
ALL All transaction log control structure information. This is the
default behavior.
OPENS Transaction log open requests.
READS Transaction log read requests.
WRITES Transaction log write requests.
Example
SDA> SHOW LOGS/DISPLAY=(OPENS, WRITES)
The SHOW LOGS command displays the log open request and log write request
information for all open transaction logs for the node.
SDA–125