drlist subcommand
The drlist subcommand displays VMM data for a drlist_t structure.
Format
drlist [address]
Parameters
Item | Description |
---|---|
address | Specifies the memory location to be displayed as a drlist_t structure. |
The drlist command is used to display a drlist_t structure. If no parameter is given, the global kernel anchor is examined and the drlist_t, (if any), is displayed. If there is no valid outstanding DRlist, a message is displayed.
If the address parameter is given, the memory location is displayed as a drlist_t structure.
Other
drl
Examples
The following is an example of how to use the drlist subcommand:
KDB(0)> drlist
DRlist @ F10010F01644D700
start frame....... 0000000000270000
end frame......... 0000000000280000
swpfts............ F20080001EA00000
swpfte............ F20080001F000000
pvts.............. F200800021380000
pvte.............. F200800021400000
pftpages.......... 0000000000000000
vmpool_id......... 00000000
memop............. 00000001
flags............. 00000000
freefwd........... 0000000000000001
freebwd........... 0000000000000001
nfree............. 0000000000000000
lruptr............ 0000000003A61430
lruvisits......... 0000000000000000
maxvisits......... 0000000000000000
lrusteals......... 0000000000000000
maxpouts.......... 0000000000000000
lrupouts.......... 0000000000000000
lrupass........... 00000000
addnfr............ 0000000000000000
lock.............. 0000000000000000
KDB(0)>