ASAP 3.0 Server Manual

HP NonStop ASAP Server Manual Page 340 of 342
02 OpText type character 1 redefines op-text !Operational Status
02 OpState type binary 16. !Operational State
02 Error type binary 64. !Error condition, if any
02 Error-State type binary 16. !Error state, 0 for remove
02 Tps type float 64. !Transaction rate per second
02 Tps-State type binary 16. !Tps state
02 BeginTrans type binary 16. !Begin transaction status
02 BeginTrans-State type binary 16. !BeginTrans state
02 Catalog type binary 16. !Catalog status
02 Trans type binary 16. !Number of transactions
02 Trans-State type binary 16. !Owner state
02 Hung type binary 16. !1=at least one trans is hung
02 Hung-State type binary 16. !Hung state
02 Duration type binary 32. !Transaction duration in seconds
02 Duration-State type binary 16. !Duration state
02 Type type character 8. !MAT/AUXnn
02 Overflow type binary 16. !1=overflow space in use
02 Overflow-State type binary 16. !Overflow state
02 AuditHold type binary 16. !1=no more audit because no space
02 AuditHold-State type binary 16. !AuditHold state
02 Used type binary 16. !Used percent of audit trail
02 Used-State type binary 16. !Used state
02 Active type binary 16. !1=audit dump active
02 Active-State type binary 16. !Active state
02 Spare1 type binary 16.
02 Spare2 type binary 16.
02 Spare3 type binary 16.
02 Spare4 type binary 16.
END.
DDL Section Record Declarations
ASAP Database Record Declarations
RECORD CPU.
File is DBCPU. Def is cpu-stats. Key 0 is p-key. End.
RECORD SYS.
File is DBSYS. Def is cpu-stats. Key 0 is p-key. End.
RECORD NET.
File is DBEXP. Def is net-stats. Key 0 is p-key. End.
RECORD PCB.
File is DBPCB. Def is pcb-stats. Key 0 is p-key. End.
RECORD NCP.
File is DBNCP. Def is NCP-STATS. Key 0 is P-key. End.
RECORD DSK.
File is DBDSK. Def is dsk-stats. Key 0 is p-key. End.
RECORD APP.
File is DBAPP. Def is App-stats. Key 0 is p-key-x. End.
RECORD RDF.