View previous topic :: View next topic |
Author |
Message |
sarav80 Beginner
Joined: 20 Sep 2003 Posts: 13 Topics: 11 Location: Bangalore
|
Posted: Thu Nov 06, 2003 12:20 pm Post subject: Check Virtual storage space utilisation |
|
|
Hi
I want to know wheather it is possible to check that the pages in virtual storage are occupying full 2Gb or not.
IF it is possible THEN
tell me the command to see that
ELSE
tell me any other method to get info on virtual storage
space utilisation
THANKYOU |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Thu Nov 06, 2003 5:00 pm Post subject: |
|
|
Do you mean a map of virtual storage? Something like this?
Code: |
Area Start End Size(K) %Use Overflow Size(Mb)
Extended Private 23500000 7FFFFFFF 1518592K 1483Mb
Extended CSA 0A4EA000 234FFFFF 409688K 16 400Mb
Extended MLPA -------- -------- 0K
Extended FLPA 0A4E7000 0A4E9FFF 12K
Extended PLPA 06948000 0A4E6FFF 61052K 60Mb
Extended SQA 023A4000 06947FFF 71312K 54 0K 70Mb
Extended R/W Nuc 016C8000 023A3FFF 13168K 13Mb
Extended R/O Nuc 01000000 016C744F 6941K 7Mb
R/O Nuc 00FDA000 00FFFFFF 152K
R/W Nuc 00FCA000 00FD935F 60K
SQA 00E0B000 00FC9FFF 1788K 65 0K 2Mb
PLPA 00C5C000 00E0AFFF 1724K 2Mb
FLPA 00C52000 00C5BFFF 40K
MLPA -------- -------- 0K
CSA 00900000 00C51FFF 3400K 29 3Mb
Private 00006000 008FFFFF 9192K 9Mb
V=R 00006000 00025FFF 128K
System 00001000 00005FFF 20K
|
This is one display from the free MXI code available at http://www.rocketsoftware.com/ |
|
Back to top |
|
|
|
|