Linux Storage Analysis
 
Specifics - Linux storage analysis
This is Linux storage from the z/VM perspective:
- Linux needs to use swapping or all of its initialization pages will remain in memory, which is wasteful.
 - Swap should be done to virtual disk (not real DASD).
 - Reducing the size of the virtual machine on z/VM reduces caching of old data.
 - Start with 1 small VDISK (100M) and 1 larger VDISK (2G).  Set the priority to favor the smaller VDISK.
Set an alert if the larger VDISK is used.
Note: In Linux the lower number has the higher prioritization and will be used first. - Use DIAG driver instead of FBA. FBA is 512 bytes. DIAG will group those into 4K pages which reduces I/O by a factor of 8.
 - Virtual disk can get paged out when not in use (goodness). It has no overhead until 'touched'.
 - Rule of thumb - if a server is not using swap, it is oversized. If a server is using some swap, it is sized correctly. If a server is using a lot of swap, it is undersized.
 - See Linux Storage for more details.
 
If Linux storage is an issue, consider using zVRM
ESAUCD2 - Linux UCD memory analysis. Both screen and report samples:
Back to top of page
Back to Flow Chart main page

