Detailed report
The detailed report (-D) displays information about the pages owned by a segment and, on-demand, it can display the frames these pages are mapped to. To print the detailed report, specify the -D flag.
Several fields are presented before the listing of the pages used:
- Segid
- The segment identifier.
- Type
- The type of the segment.
- PSize
- The type of the segment.
- Address Range
- Ranges in which frames are used by this segment.
Ranges in which frames are used by this segment.
- Size of paging space allocation
- Virtual
- Number of pages used by this segment.
- Inuse
- Number of frames used by this segment.
Column headings in a detailed report:
- Page
- Relative page number to the virtual space. This page number can be higher than the number of frames in a segment (65535) if the virtual space is larger than a single segment (large file).
- Frame
- Frame number in the real memory. Since frames are always considered 4KB in size regardless of the page size of the segment, for any page size larger than 4 KB, a range of frames instead of a single frame is associated to one page. This range is noted as XXXXXXX..YYYYYYY, which means that the continuous range of frames between ID XXXXXXX and YYYYYYY is used for the given page.
- Pin
- Indicates if the frame is pinned or not.
- Ref
- Indicates if the frame has been referenced by a process.
- Mod
- Indicates if the frame has been modified by a process.
- ExtSegid
- Extended segment identifier. This field is only set when the page number is higher than the maximum number of frames in a segment.
- ExtPage
- Extended page number. This field is only set when the page number is higher than the maximum number of frames in a segment and indicates the page number within the extended segment.
Note:
- The -@ flag has no effect on the -D option.
- This option only supports the additional -O frame option, which shows additional frame level details.
- The format used by this report is on 160 columns.
Examples:
#svmon -D b9015
Segid: b9015
Type: client
PSize: s (4 KB)
Address Range: 0..9 : 122070..122070
Page Psize Frame Pin Ref Mod ExtSegid ExtPage
0 s 74870 N N N - -
1 s 11269 N N N - -
2 s 11270 N N N - -
3 s 11271 N N N - -
4 s 11272 N N N - -
5 s 11273 N N N - -
6 s 11274 N N N - -
7 s 11275 N N N - -
8 s 986106 N N N - -
9 s 4093 N N N - -
122070 s 78191 N N N 208831 dcd6
The segment b9015 is a client segment with 11 pages. None of them are pinned.
The page 122070 is physically the page dcd6 in the extended segment 208831.
The page 122070 is physically the page dcd6 in the extended segment 208831.
# svmon -D 6902f -O frame=on
Segid: 6902f
Type: working
PSize: s (4 KB)
Address Range: 0..179 : 65309..65535
Size of page space allocation: 0 pages ( 0.0 MB)
Virtual: 99 frames ( 0.4 MB)
Inuse: 99 frames ( 0.4 MB)
Page Psize Frame Pin Ref Mod ExtSegid ExtPage Pincount State Swbits
65483 s 72235 Y N N - - 1/0 Hidden 88000000
65353 s 4091 Y N N - - 1/0 Hidden 88000000
65352 s 4090 Y N N - - 1/0 Hidden 88000000
65351 s 4089 Y N N - - 1/0 Hidden 88000000
65350 s 1010007 N N N - - 0/0 In-Use 88020000
65349 s 1011282 N N N - - 0/0 In-Use 88020000
65354 s 992249 N N N - - 0/0 In-Use 88020000
65494 s 1011078 N N N - - 0/0 In-Use 88020000
0 s 12282 N N N - - 0/0 In-Use 88820000
1 s 12281 N N N - - 0/0 In-Use 88820000
2 s 64632 N N N - - 0/0 In-Use 88a20000
3 s 64685 N N N - - 0/0 In-Use 88a20000
4 s 64630 N N N - - 0/0 In-Use 88a20000
5 s 64633 N N N - - 0/0 In-Use 88820000
The frame 72235 is pinned, not referenced and not modified, it is in the Hidden state, it does not pertain to an extended segment nor to a large page segment.