The READYQ command prints the ready queue in priority order. The ready queue is a list of processes that are waiting for a processor.
Syntax
── READYQ ──────┬────────────┬───────────────────────┤
├─ <NUMBER> ─┤
└─ CPUMAP ─┘Explanation
Without any arguments, READYQ show all the ready queues, and the CPUMAP information.
NUMBER — Show only one ready queue information.
CPUMAP — Show the CPUMAP information. CPUMAP shows the socket, core, thread and ready queue number of all CPMs.

