Description of VIR2REALDownload count: 28 this month, 700 altogether.
Downloads for VIR2REAL:
The VIR2REAL EXEC calculates and displays the ratio of the total amount of virtual storage (memory) of all logged on users to the real storage of your running VM system. A system with storage ratio that is too large may experience excessive paging rates or other performance problems because the real memory is overcomitted. A system with a small ratio (less than or near 1) that has sufficient CPU capacity available should be able to handle more workload. This exec just shows the current ratio for the userids that are active on the system at the time the exec is run. For tracking the ratio over time, you should obtain and use a performance monitor product. The exec operates by finding all logged on users using QUERY NAMES. It gets each user's storage size and how it was started (IPL) using INDICATE USER and adds up all of the numbers. It gets the real storage size using the QUERY STORAGE, QUERY XSTORAGE, and QUERY FRAMES commands. Then, it displays the virtual storage totals and a total for all userids that use a defined list of NSS names to IPL. It also shows the real storage totals and the ratio of the virtual totals to the real total storage. In addition, it also queries the number of VDISKs (virtual disk in storage) defined using the QUERY VDISK command, and queries the amount of paging space and its utilization using the QUERY ALLOC command. This information is also displayed. Note: The exec must be run on a userid with sufficient CP privileges. The minimum default IBM privileges are B and E. It uses the CP commands QUERY STORAGE, QUERY FRAMES, and QUERY XSTORAGE to obtain real storage values and INDICATE USER userid to obtain the virtual storage values. If the QUERY VDISK command is available, it will also show information about vdisks. And if the command QUERY ALLOC is available, it will show the amount of page space and its utilization.
An example of the output from VIR2REAL, with footnotes: Notes about the output:
Feedback: Bruce Hayden IBM Advanced Technical Support
|