BLU Acceleration monitor elements
Table A-1 lists the monitor elements, related to BLU Acceleration, that are added to DB2 10.5.
Table A-1 BLU Acceleration monitor elements for DB2 10.5
Area
Monitor element
Purpose
Disk Data
Logical Pages
 
 
 
Logical Size
 
 
 
Physical Size
COL_OBJECT_L_PAGES
 
 
 
COL_OBJECT_L_SIZE
 
 
 
COL_OBJECT_P_SIZE
Column-organized logical pages monitor element: The number of logical pages used on disk by column-organized data.
 
Column-organized data object logical size monitor element: Amount of disk space logically allocated for the column-organized data in the table, reported in kilobytes.
 
Column-organized data object physical size monitor element: Amount of disk space physically allocated for the column-organized data in the table, reported in kilobytes.
BUFFERPOOL
Page Reads
POOL_COL_L_READS
 
 
 
 
POOL_COL_P_READS
 
 
 
 
POOL_COL_LBP_PAGES_FOUND
Buffer Pool column-organized logical reads monitor element: This indicates the number of column-organized pages read in from the table space containers (physical) for temporary table spaces.
 
Buffer Pool column-organized physical reads monitor element: This indicates the number of column-organized pages read in from the table space containers (physical) for regular and large table spaces.
 
Buffer pool column-organized Local Buffer Pool pages found monitor element: This indicates the number of times that a column-organized page was present in the local buffer pool.
Page Writes
POOL_COL_WRITES
Buffer pool column-organized writes monitor element: This is the number of times a buffer pool column-organized page was physically written to disk
Asynch
Reads / Writes
POOL_ASYNC_COL_READS
 
 
 
 
POOL_ASYNC_COL_READ_REQS
 
 
 
 
POOL_ASYNC_COL_WRITES
 
 
 
 
POOL_ASYNC_COL_LBP_PAGES_FOUND
Buffer pool asynchronous column-organized reads monitor element: Indicates the number of column-organized pages read in from the table space containers (physical) by a prefetcher for all types of table spaces.
 
Buffer pool asynchronous column-organized read requests monitor element: This is the number of asynchronous column-organized read requests by the prefetcher to the operating system.
 
Buffer pool asynchronous column-organized writes monitor element: This is the number of times a buffer pool data page was physically written to disk by either an asynchronous page cleaner, or a prefetcher.
 
Asynchronous local buffer pool column-organized pages found monitor element: This is the number of times a data page was present in the local buffer pool when a prefetcher attempted to access it.
Prefetch
Requests
POOL_QUEUED_ASYNC_COL_REQS
 
 
 
POOL_QUEUED_ASYNC_COL_PAGES
 
 
 
POOL_FAILED_ASYNC_COL_REQS
 
 
 
 
SKIPPED_PREFETCH_COL_P_READS
 
 
 
 
SKIPPED_PREFETCH_UOW_COL_P_READS
Column-organized prefetch requests monitor element: This is the number of column-organized prefetch requests successfully added to the prefetch queue.
 
Column-organized page prefetch requests monitor element: This is the number of column-organized pages successfully requested for prefetching.
 
Failed column-organized prefetch requests monitor element: This is the number of times an attempt to queue a column-organized prefetch request was made but failed. One possible reason is the prefetch queue is full.
 
Skipped prefetch column-organized physical reads monitor element: This is the number of column-organized pages that an I/O server (prefetcher) skipped because the pages were already loaded into the buffer pool.
 
Skipped prefetch unit of work column-organized physical reads monitor element: This is the number of column-organized pages that an I/O server (prefetcher) skipped because the pages were already loaded into the buffer pool by an agent in the same unit of work.
Page Reads
Table/Statement
OBJECT_COL_L_READS
 
 
 
OBJECT_COL_P_READS
 
 
 
OBJECT_COL_LBP_PAGES_FOUND
Column-organized logical reads monitor element: This is the number of column-organized pages that are logically read from the buffer pool for a table.
 
Column-organized physical reads monitor element: This is the number of column-organized pages that are physically read for a table.
 
Local buffer pool, column-organized pages found, monitor element: This is the number of times that a column-organized page for a table is present in the local buffer pool (LBP).
SQL
Statement
NUM_COLUMNS_REFERENCED
Number of columns referenced monitor element: This element counts the number of columns referenced during the execution of a section for an SQL statement.
Execution
Times
TOTAL_COL_TIME
 
 
 
 
TOTAL_COL_PROC_TIME
 
 
 
 
TOTAL_COL_EXECUTIONS
Total column-organized time monitor element: This is the total elapsed time spent accessing columnar data in a query on column-organized tables. The value is given in milliseconds.
 
Total column-organized processing time monitor element: This is the total non-wait processing time spent accessing columnar data in a query on column-organized tables. The value is given in milliseconds
 
Total column-organized executions monitor element: This is the total number of times that data in column-organized tables was accessed.
A.1 Sample Monreport output
Example A-1 shows output of the Monreport module.
Example: A-1 Monreport output
Result set 1
--------------
 
TEXT
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Monitoring report - database summary
--------------------------------------------------------------------------------
Database: COLTEST
Generated: 03/19/2014 08:25:25
Interval monitored: 10
================================================================================
Part 1 - System performance
Work volume and throughput
--------------------------------------------------------------------------------
Per second Total
--------------------- -----------------------
TOTAL_APP_COMMITS 0 7
ACT_COMPLETED_TOTAL 2 27
APP_RQSTS_COMPLETED_TOTAL 3 30
TOTAL_CPU_TIME = 3548373
TOTAL_CPU_TIME per request = 118279
Row processing
ROWS_READ/ROWS_RETURNED = 123971 (7686237/62)
ROWS_MODIFIED = 10015
Wait times
--------------------------------------------------------------------------------
-- Wait time as a percentage of elapsed time --
% Wait time/Total time
--- ----------------------------------
For requests 43 15889/36753
For activities 42 15694/36530
-- Time waiting for next client request --
CLIENT_IDLE_WAIT_TIME = 3946
CLIENT_IDLE_WAIT_TIME per second = 394
-- Detailed breakdown of TOTAL_WAIT_TIME --
% Total
--- ---------------------------------------------
TOTAL_WAIT_TIME 100 15889
I/O wait time
POOL_READ_TIME 227 36142
POOL_WRITE_TIME 0 0
DIRECT_READ_TIME 0 144
DIRECT_WRITE_TIME 0 32
LOG_DISK_WAIT_TIME 0 72
LOCK_WAIT_TIME 0 0
AGENT_WAIT_TIME 0 0
Network and FCM
TCPIP_SEND_WAIT_TIME 0 0
TCPIP_RECV_WAIT_TIME 0 0
IPC_SEND_WAIT_TIME 0 11
IPC_RECV_WAIT_TIME 0 0
FCM_SEND_WAIT_TIME 0 0
FCM_RECV_WAIT_TIME 74 11902
WLM_QUEUE_TIME_TOTAL 0 0
CF_WAIT_TIME 0 0
RECLAIM_WAIT_TIME 0 0
SMP_RECLAIM_WAIT_TIME 0 0
Component times
--------------------------------------------------------------------------------
-- Detailed breakdown of processing time --
% Total
---------------- --------------------------
Total processing 100 20864
Section execution
TOTAL_SECTION_PROC_TIME 51 10686
TOTAL_SECTION_SORT_PROC_TIME 0 0
Compile
TOTAL_COMPILE_PROC_TIME 0 34
TOTAL_IMPLICIT_COMPILE_PROC_TIME 0 0
Transaction end processing
TOTAL_COMMIT_PROC_TIME 0 0
TOTAL_ROLLBACK_PROC_TIME 0 0
Utilities
TOTAL_RUNSTATS_PROC_TIME 0 0
TOTAL_REORGS_PROC_TIME 0 0
TOTAL_LOAD_PROC_TIME 0 0
Buffer pool
--------------------------------------------------------------------------------
Buffer pool hit ratios
Type Ratio Reads (Logical/Physical)
--------------- --------------- ----------------------------------------------
Data 77 328/73
Index 87 1030/130
XDA 0 0/0
COL 67 29268/9532
Temp data 100 310/0
Temp index 0 0/0
Temp XDA 0 0/0
Temp COL 0 0/0
GBP Data 0 (0 - 0)/0
GBP Index 0 (0 - 0)/0
GBP XDA 0 (0 - 0)/0
GBP COL 0 (0 - 0)/0
LBP Data 88 (642 - 77)/(328 + 310)
LBP Index 87 (900 - 0)/(1030 + 0)
LBP XDA 0 (0 - 0)/(0 + 0)
LBP COL 99 (29581 - 328)/(29268 + 0)
I/O
--------------------------------------------------------------------------------
Buffer pool writes
POOL_DATA_WRITES = 0
POOL_XDA_WRITES = 0
POOL_INDEX_WRITES = 0
POOL_COL_WRITES = 0
Direct I/O
DIRECT_READS = 326
DIRECT_READ_REQS = 26
DIRECT_WRITES = 8
DIRECT_WRITE_REQS = 3
Log I/O
LOG_DISK_WAITS_TOTAL = 6
Locking
--------------------------------------------------------------------------------
Per activity Total
------------------------------ ----------------------
LOCK_WAIT_TIME 0 0
LOCK_WAITS 0 0
LOCK_TIMEOUTS 0 0
DEADLOCKS 0 0
LOCK_ESCALS 0 0
Routines
--------------------------------------------------------------------------------
Per activity Total
------------------------ ------------------------
TOTAL_ROUTINE_INVOCATIONS 0 4
TOTAL_ROUTINE_TIME 380 10260
TOTAL_ROUTINE_TIME per invocation = 2565
Sort
--------------------------------------------------------------------------------
TOTAL_SORTS = 9
SORT_OVERFLOWS = 0
POST_THRESHOLD_SORTS = 0
POST_SHRTHRESHOLD_SORTS = 0
Network
--------------------------------------------------------------------------------
Communications with remote clients
TCPIP_SEND_VOLUME per send = 0 (0/0)
TCPIP_RECV_VOLUME per receive = 0 (0/0)
Communications with local clients
IPC_SEND_VOLUME per send = 159 (3674/23)
IPC_RECV_VOLUME per receive = 155 (3741/24)
Fast communications manager
FCM_SEND_VOLUME per send = 40736 (6436340/158)
FCM_RECV_VOLUME per receive = 39730 (6436340/162)
Other
--------------------------------------------------------------------------------
Compilation
TOTAL_COMPILATIONS = 10
PKG_CACHE_INSERTS = 24
PKG_CACHE_LOOKUPS = 33
Catalog cache
CAT_CACHE_INSERTS = 6
CAT_CACHE_LOOKUPS = 62
Transaction processing
TOTAL_APP_COMMITS = 7
INT_COMMITS = 0
TOTAL_APP_ROLLBACKS = 0
INT_ROLLBACKS = 0
Log buffer
NUM_LOG_BUFFER_FULL = 0
Activities aborted/rejected
ACT_ABORTED_TOTAL = 0
ACT_REJECTED_TOTAL = 0
Workload management controls
WLM_QUEUE_ASSIGNMENTS_TOTAL = 0
WLM_QUEUE_TIME_TOTAL = 0
DB2 utility operations
--------------------------------------------------------------------------------
TOTAL_RUNSTATS = 0
TOTAL_REORGS = 0
TOTAL_LOADS = 0
================================================================================
Part 2 - Application performance drill down
Application performance database-wide
--------------------------------------------------------------------------------
TOTAL_CPU_TIME TOTAL_ TOTAL_APP_ ROWS_READ +
per request WAIT_TIME % COMMITS ROWS_MODIFIED
---------------------- ----------- ------------- ----------------------------
118279 43 7 7696252
Application performance by connection
--------------------------------------------------------------------------------
APPLICATION_ TOTAL_CPU_TIME TOTAL_ TOTAL_APP_ ROWS_READ +
HANDLE per request WAIT_TIME % COMMITS ROWS_MODIFIED
------------- ------------------- ----------- ------------- -------------
7 131343 59 7 7696252
16 9093 0 0 0
Application performance by service class
--------------------------------------------------------------------------------
SERVICE_ TOTAL_CPU_TIME TOTAL_ TOTAL_APP_ ROWS_READ +
CLASS_ID per request WAIT_TIME % COMMITS ROWS_MODIFIED
-------- ------------------- ----------- ------------- -------------
4 0 0 0 0
11 0 0 0 0
12 0 0 0 0
13 118303 43 7 7696252
Application performance by workload
--------------------------------------------------------------------------------
WORKLOAD_ TOTAL_CPU_TIME TOTAL_ TOTAL_APP_ ROWS_READ +
NAME per request WAIT_TIME % COMMITS ROWS_MODIFIED
------------- ---------------------- ----------- ------------- -------------
SYSDEFAULTADM 0 0 0 0
SYSDEFAULTUSE 119118 43 7 7696252
================================================================================
Part 3 - Member level information
- I/O wait time is
(POOL_READ_TIME + POOL_WRITE_TIME + DIRECT_READ_TIME + DIRECT_WRITE_TIME).
TOTAL_CPU_TIME TOTAL_ RQSTS_COMPLETED_ I/O
MEMBER per request WAIT_TIME % TOTAL wait time
------ ---------------------- ----------- ---------------- -----------------
0 93420 43 38 1411
 
242 record(s) selected.
 
Return Status = 0
 
 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.55.198