Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table describes the information displayed in the Main area table.

Table 9- 1 Main area table

ColumnDescription
Data Partition<instance>.<database>[.number]
Reads & WritesTotal reads and total writes within the selected time frame.
Logical ReadsTotal logical reads within the selected time frame.
Timeouts & DeadlocksNumber of timeouts and number of deadlocks occurred within the selected time frame.
Hit RatioThe buffer cache hit ratio.
SQL TypesTotal number of Selects, Inserts, Updates and Deletes occurred within the selected time frame.
Lock EscalationsNumber of lock escalations and exclusive lock escalation occurred within the selected time frame.

About the Details area

The Details area displays statistics information on the database or database partition selected in the Main area. It has seven tabs: An Overview tab, a Prefetchers tab, a Cleaners tab, a Logging tab, a Package Cache tab, a Sorts tab, and a Locks tab.

...

The Overview tab displays information in five views (only first three views are opened by default):

Table 9- 2 Overview tab

ItemDescription
OverviewDisplays database summed statistics like timeouts and deadlocks.
Hit RatiosDisplays an overtime graph of the hit ratios of the database, package cache, and catalog cache.
Timeouts & deadlockDisplays overtime graph of timeouts and deadlocks.
I/O ActivityDisplays overtime stacked-bar graph of the I/O activity of the database. The I/O activity is displayed as an over time stacked bar of synchronic reads and writes, a-synchronic reads and writes, and direct reads and writes.
Connections & AgentsDisplays an overtime graph of the connections and agents activity. It shows the high water mark of connection, application executing and application connected (idle) as well as associated agents, high water mark of coordinator agents, and high water mark of associated agents.

Anchor
Prefetchers
Prefetchers
Prefetchers

The Prefetchers tab displays information in four views (only the first three views are opened by default):

Table 9- 3 Prefetchers tab

ItemDescription
Bufferpools Hit RatioThis graph displays the bufferpool’s hit ratio over time. It displays separate graphs for database hit ratio, data pages hit ratio, and index pages hit ratio.
Physical ReadsThis graph displays a stacked bar of the physical reads over time. The stacked bar is divided into synchronic, a-synchronic (for data and for index), and direct reads.
Read Response TimeThis graph displays overtime line graphs of asynchronous read response time, synchronous read response time and direct read response time. Also displayed is a line graph for the average prefetch wait time.
Read TimeThis graph displays a stacked bar of read time over time. The stacked bar is divided into synchronic, a-synchronic, and direct read time.

Anchor
Cleaners
Cleaners
Cleaners

The Cleaners tab displays information in four views (only the first three views are opened by default):

Table 9- 4 Cleaners tab

ItemDescription
Physical WritesThis graph displays a stacked bar of the physical writes over time. The stacked bar is divided into synchronic, a-synchronic (for data and for index), and direct writes.
Cleaners EfficiencyThis graph displays overtime line graphs for Victim Page Cleaners Execution [calculated as (bp victim page cleaners triggered) / (bp victim page cleaners triggered+ bp thresh cleaners triggered+ bp log space cleaners triggered)] and synchronous writes to asynchronous writes ratio.
Write Response TimeThis graph displays overtime line graphs of asynchronous write response time, synchronous write response time, and direct write response time.
Write TimeThis graph displays a stacked bar of write time over time. The stacked bar is divided into synchronic, a-synchronic, and direct write time.

Anchor
Logging
Logging
Logging

The Logging tab displays information in five views (only the first three views are opened by default):

Table 9- 5 Logging tab

ItemDescription
Log UtilizationThis graph displays an overtime stacked bar of Primary log used, secondary log used, and log space available.
Log Pages Time (ns)This graph displays a stacked bar of log read time and log write time (in nanoseconds) over time.
Commits & RollbacksThis graph displays a stacked bar of commits and rollbacks over time.
Log Buffer Reads - Hits & MissesThis graph displays the log buffer reads ratio between hit and misses.
Log Pages CountThis graph displays a stacked bar of log pages reads and log pages writes over time.

Anchor
PackageCache
PackageCache
Package Cache

The Package Cache tab displays information in four views (only the first three views are opened by default):

Table 9- 6 Package Cache tab

ItemDescription
Package Cache Hit RatioThis graph displays the package cache hit ratio, the package cache overflows and the application section hit ratio over time, in a graph with two Y-axis (the left Y-axis is for hit ratio, and the right Y-axis is for overflows).
SQL TypesThis graph displays a stacked bar of Selects, DMLs and DDLs over time. This graph can be used for findings a correlation between package cache low hit ratio to the high number of DDL.
Compile & RecompileThis graph displays a stacked bar of compile time and recompile time over time, as taken from Precise for DB2 collector. This indicates the amount of parsing time the application is spending while running.
Dynamic vs. StaticThis graph displays a stacked bar of dynamic SQL attempts and Static SQL attempts over time.

Anchor
Sorts
Sorts
Sorts

The Sorts tab displays information in three views:

Table 9- 7 Sorts tab

ItemDescription
Sort Heap Overflows (To disk) RatioThis graph displays the sort ratio { (Sort overflow) / (total sorts)} and hash joins ratio { (hash join overflows) / (total hash joins)} over time. This graph can indicate whether operations are performed on disk (sorts, hash joins), and whether it is needed to adjust the sort heap size.
Overflow CountThis graph displays a stacked bar of sort overflows, hash joins overflows, and small hash joins overflows over time.
Sort TimeThis graph displays the sort time over time. This graph shows data only if the DB2 sort switch is on.

Anchor
Locks
Locks
Locks

The Sorts tab displays information in three views:

Table 9- 8 Locks tab

ItemDescription
Timeouts & DeadlockThis graph displays a stacked bar of timeouts and deadlocks over time.
Lock EscalationsThis graph displays a stacked bar of shared lock escalations and exclusive lock escalations over time.
Lock Time (Avg)This graph displays the average lock time {(lock wait time)/(lock waits)} over time. This graph will have values only in case DB2 Lock Switch is on.
Lock List in UseThis graph displays lock list in use over time.

Anchor
HowtheStatisticstabcanhelpyouidentifyperformanceproblems
HowtheStatisticstabcanhelpyouidentifyperformanceproblems
How the Statistics tab can help you identify performance problems

...

  1. In the Time Frame list, choose the period of time you want to analyze.
  2. In the Database Partition list, choose the item you want to analyze.
  3. Check whether you allocated enough log space in the Log Space view. Identify whether secondary log space is used. If so, you probably need to allocate more primary log space.
  4. Check whether your log read and write time are adequate by looking in the Log Time view. This may indicate whether the current disk is adequate for logging.

 

...

  1. .

...