Scenario: Verifying that PAV and HPF are used

Red Hat Enterprise Linux 9.2 LPAR mode z/VM guest KVM guest

Use the dasdstat command to display DASD performance statistics, including statistics about Parallel Access Volume (PAV) and High Performance FICON® (HPF).

Procedure

  1. Enable DASD statistics for the device of interest.
    Example:
    # dasdstat -e dasdc
    enable statistic "/sys/kernel/debug/dasd/dasdc/statistics"
    
  2. Assure that I/O requests are directed to the device.
    Hints:
    • Access a partition, rather than the whole device, to avoid directing the I/O request towards the first 2 tracks of a CDL formatted DASD. Requests to the first 2 tracks of a CDL formatted DASD are exceptional in that they never use High Performance FICON.
    • Assure that a significant I/O load is applied to the device. PAV aliases are used only if multiple I/O requests for the device are processed simultaneously.
    Example:
    # dd if=/dev/dasdc1 of=/dev/null bs=4k count=256
  3. Look for PAV and HPF in the statistics.
    Example:
    # dasdstat dasdc
    --------------------------------------------------------------------------------
    statistics data for statistic: dasdc
    start time of data collection: Fri Dec 11 14:22:18 CET 2015
    
    7 dasd I/O requests
    with 4000 sectors(512B each)
    3 requests used a PAV alias device
    7 requests used HPF
    
    In the example, dasdc uses both Parallel Access Volume and High Performance FICON.