Virtual Memory Dcmds
-
address
::addr2smap[offset] -
Print the
smapstructure address that corresponds to the given address in the kernel's segmap address space segment. -
as
::as2proc -
Display the
proc_taddress for the process corresponding to theas_taddress as. -
[ address ]
::memlist[-aiv] -
Display the specified
memliststructure or one of the well-knownmemliststructures. If nomemlistaddress and options are present or if the-ioption is present, thememlistrepresenting physically installed memory is displayed. If the-aoption is present, thememlistrepresenting available physical memory is displayed. If the-voption is present, the memlist representing available virtual memory is displayed. -
::memstat -
Display a system-wide memory usage summary. The amount and percentage of system memory consumed by different classes of pages (kernel, anonymous memory, executables and libraries, page cache, and free lists) are displayed, along with the total amount of system memory.
-
[ address ]
::page -
Display the properties of the specified
page_t. If nopage_taddress is specified, the dcmd displays the properties of all system pages. -
seg
::seg -
Format and display the specified address space segment (
seg_taddress). -
[ address ]
::swapinfo -
Display information about all active
swapinfostructures or about the specified structswapinfo. The vnode, filename, and statistics for each structure are displayed. -
vnode
::vnode2smap[offset] -
Print the
smapstructure address that corresponds to the givenvnode_taddress and offset.