frameset subcommand
The frameset displays information about VMM frame sets.
Format
frameset [frs_id]
Parameters
| Item | Description |
|---|---|
| frs_id | Can be the * character to specify a summary of the frame set table should be displayed. Or, it can be a specific frameset id to indicate detailed information about the specific frameset should be displayed. |
Note: The frameset subcommand requires
a parameter.
Other
frs
Examples
The following is an example of how to use the frameset subcommand:
KDB(1)> frameset *
VMP MEMP FRS NEXT_FRS NB_PAGES NUMFRB
memp_frs+000000 00 000 000 00000001 0013B2BC 00128CFB
memp_frs+000080 00 000 001 FFFFFFFF 0013B2BA 00128D11
KDB(1)> frameset 1
Frame Set [1] [0000000000EC7080]
> valid
freefwd (freefwd) : 000000000009C7D5
freebwd (freebwd) : 000000000009C8F3
free nfr lock @ 0000000000EC7080 00000000
free frames (numfrb) : 0000000000128D11
number of frames (nb_frame) : 000000000013B2BA
next frameset (next_frs) : FFFFFFFF
owning mempool (memp_id) : 00000000
owning vmpool (vmpool_id) : 00000000
KDB(1)>