vmwait subcommand

The vmwait subcommand displays VMM wait status.

Format

vmwait [effectiveaddress]

Parameters

Item Description
effectiveaddress Specifies the effective address for a wait channel. Symbols, hexadecimal values, or hexadecimal expressions to specify the address.

If no parameter is used, you are prompted for the wait address.

Other

No aliases.

Examples

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

KDB(0)> th -w WPGIN
                SLOT NAME     STATE    TID PRI  RQ CPUID  CL WCHAN

pvthread+004600  140 sync     SLEEP 008CF1 03C   1         0 B048CCA0
KDB(0)> vmwait B048CCA0
VMM Wait Info
Waiting on persistent segment I/O level (v_iowait), sidx = 000003CB
KDB(0)>