The syscdr_rqmstamp Table

The syscdr_rqmstamp table contains information about which transaction is being added to each queue.

Column Type Description
rqms_qidx integer Queue index corresponding to the queues:
  • 0 = Transaction Send Queue
  • 1 = Acknowledgment Send Queue
  • 2 = Control Send Queue
  • 3 = CDR Metadata Sync Send Queue
  • 4 = Transaction Receive Queue
rqms_stamp1 integer Stamp 1 of the next transaction being put into the queue
rqms_stamp2 integer Stamp 2 of the next transaction being put into the queue
rqms_cstamp1 integer Communal stamp 1 used to identify the next transaction read from the receive queue
rqms_cstamp2 integer Communal stamp 2 used to identify the next transaction read from the receive queue