|
|
BufferPool Statistical AnalysisBufferPool Statistical AnalysisNumber of Pages Read..............1,553,174 431.5 Pages per SecondNumber of Sync Pages Read.........393,989 25.4% of Pages ReadNumber of SPref Pages Read.........999,889 64.4% of Pages ReadNumber of LPref Pages Read..........14,853 1.0% of Pages ReadNumber of DPref Pages Read.........144,443 9.3% of Pages ReadNumber of Read I/Os.................442,966 123.1 I/Os per SecondNumber of Sync Read I/Os.........393,989 88.9% of Read I/OsNumber of SPref Read I/Os..........32,127 7.3% of Read I/OsNumber of LPref Read I/Os..........11,853 2.7% of Read I/OsNumber of DPref Read I/Os...........4,997 1.1% of Read I/OsDelay of Sync Read I/Os..............14 Avg. MSeconds (Max 249)Delay of SPref Read I/Os..............36 Avg. MSeconds (Max 250)Delay of Lpref Read I/Os..............43 Avg. MSeconds (Max 249)Delay of DPref Read I/Os..............44 Avg. MSeconds (Max 243)
Notes:
When we utilize the 6 & 7 read records, we obtain the true system hit ratio. While the application hit ratio is important because it indicates application performance, this is across all application plans and can hide application performance problems caused by synchronous I/O wait times. These types of statistics can easily be produced by writing some code...using SAS, PL/1, Assembler, or even in REXX. The analysis is continued on the next slide.
|