Performance Methodology - Reports

Basic Report and Data Flow Methodology

The Velocity methodology is a top down process. Below are some basics on how to determine where to look for performance issue causes. More details are found in the Flow Chart section.


Screen/Report General Information


General information flow:

In general, these are good things to investigate. All of these are explained in more details on the flow chart page:


Common Tuning Issues

Problems will show up in many ways such as workload timeouts, applications running slowly, workloads/servers waiting or someone notices high steal time.
Many problems are caused by tuning issues such as (addressed on other pages):

  1. LPAR tuning issues such as: LPAR Tuning
    • LPAR weights vs utilization
    • LPAR vCPU vs Assigned share
    • LPAR set up inefficiently (extra cycles to spare but not able to be used).
    • Parking CPUs on an LPAR (CPU/LPAR Parking)
  2. Inefficient settings
    • SHARE settings incorrect Setting SHARE values for Virtual Machines (ESAUSRC)
    • Operating on the wrong engine type for the workload (GP engine vs IFL vs ZIIP). (ESAHDR)
    • HiperPAV turned off for paging. (ESADSD2)
    • No swap disk for Linux servers. (ESAUCD2)
    • SMT turned on when not needed. (ESALPAR/ESALPARS/ESACPUU)
    • Too many virtual CPUs (vCPUs) being allocated but not utilized. This can cause spin lock and/or processor cache issues. (ESALPAR/ESALPARS/ESACPUU)
  3. Workload issues such as:
    • Synchronized Cron jobs - 100 processes over 100 servers
    • Spin locks (DIAG 44 vs DIAG 9C) and/or too many vCPUs
    • Over usage of the master processor

Investigation Methodology - General to Specific:


Back to top of page
Back to Performance Tuning Guide