bqueue subcommand

The bqueue subcommand displays a queue of delayed Workload Manager I/O requests.

Format

bqueue effectiveaddress

Parameters

Item Description
effectiveaddress Specifies the address of the head of the queue. This address can be obtained from the delay field from the output of the bdev subcommand.

Other

wlm_bq

Examples

The following is an example of how to use the bqueue subcommand:

KDB(0)> bqueue 32AEE000
BUF              urap next                time
0000000032AEE000  120 0000000032AE8A00 0xA95AE221 (tod+23 ms)
0000000032AE8A00  247 0000000000000000 0xA95AE21E (tod+20 ms)

Description of output

BUF      This is the address of the buf struct in the queue
urap     The urap (class priority) of the requesting class
next     The next buf in the queue
time     The expiration time for the request (time to flush)