Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
라이브 도움말 보기
등록 완료
로그인
가격 산정 요청
영업 담당자에게 문의
제품 번들을 선택했습니다. 귀하의 요청에 더 적합한 서비스를 제공해 드릴 수 있도록 개별 제품을 선택해 주십시오. *
지금은 채팅에 회신할 수 있는 기술 지원 엔지니어가 없습니다. 즉각적인 서비스를 받으려면 당사의 서비스 요청 양식을 사용하여 요청을 제출하십시오.
다음 문서의 설명에 따라 문제를 해결할 수 있습니다.
The following table provides a list of the Partition Usability metrics that are collected, and a description for each.
INSTANCE
The name of the monitored instance.
PARTITION_NUMBER
The partition number.
PARTITION_HOST_NAME
The partition host name.
PARTITION_AVAILABILITY
The availability of the partition, which reflects the instance usability.
ERROR_MSG_OBS
Indicates the error message received while attempting to connect to the database.
OS_CONNECT_AVAILABILITY
Indicates the OS connect availability with the associated OS credential.
Values:
0 — Connection to the remote host failed.
100 — Connection to the remote host succeeded.
OS_CONNECTION_TIME
The average duration (in milliseconds) for performing a single connection to the database.
Describes the metrics collected about instances hosted in a DB2 pureScale environment.
INSTANCE_NAME
The name of the instance hosted in a pureScale environment.
PURESCALE_ALERTS_NO
Total number of alerts DB2 reported on the pureScale environment.
MESSAGE
Information about the alert.
ACTION
The action required to clear the alert.
IMPACT
The impact to the DB2 pureScale instance if the alert is not cleared.
The following table provides a list of the Top SQLs metrics that are collected, and a description for each.
DB_NAME
The name of the monitored database.
DBPARTITIONNUM
The database partition from which the data was retrieved for this row.
HASH_VALUE
The identifier of the SQL by hash value.
NUM_EXECUTIONS
The number of times that a SQL statement has been run.
You can use this element to identify the most frequently run SQL statements in your system.
NUM_COMPILATIONS
The number of different compilations for a specific SQL statement.
PREP_TIME_WORST
The longest amount of time that was required to prepare a specific SQL statement.
PREP_TIME_BEST
The shortest amount of time that was required to prepare a specific SQL statement.
INT_ROWS_DELETED
The number of rows deleted from the database as a result of internal activity.
INT_ROWS_INSERTED
The number of rows inserted into the database as a result of internal activity caused by triggers.
INT_ROWS_UPDATED
The number of rows updated from the database as a result of internal activity.
ROWS_READ
The number of rows read from the table.
This element helps you identify tables with heavy usage for which you may want to create additional indices.
ROWS_WRITTEN
The number of rows changed (inserted, deleted, or updated) in the table. A high value for table-level information indicates that the table is being heavily used and you may want to use the Run Statistics (RUNSTATS) utility to maintain the efficiency of the packages used for the table.
STMT_SORTS
The total number of times that a set of data was sorted in order to process the STMT_OPERATION.
You can use this element to help identify the need for an index, since indices can reduce the need for data sorting.
SORT_OVERFLOWS
The total number of sorts that ran out of sort heap and may have required disk space for temporary storage.
At a database or application level, use this element with TOTAL_SORTS to calculate the percentage of sorts that had to overflow to disk. If this percentage is high, you may want to adjust the database configuration by increasing the value of sort heap.
TOTAL_SORT_TIME_S
The total elapsed time for all sorts that have been run.
TOTAL_EXEC_TIME_S
The total time (in seconds) that was spent running a particular statement in the SQL cache.
TOTAL_CPU_TIME_S
The total CPU time (user + system).
TOTAL_USR_CPU_TIME_S
The total user CPU time for a SQL statement.
TOTAL_SYS_CPU_TIME_S
The total system CPU time for a SQL statement.
TOTAL_HIT_RATIO
The total hit ratio of the SQL.
INDEX_HIT_RATIO
The total index hit ratio of the SQL.
TOTAL_POOL_L_READS
The total logical reads for the SQL — including data, index, temp, XDA, and TEMP_XDA reads.
TOTAL_POOL_P_READS
Total physical reads for the SQL — including data, index, temp, XDA, and TEMP_XDA reads.
TOTAL_CPU_TIME_PER_EXECUTION
The statement total CPU time per execution.
SORTS_PER_EXECUTION
The statement sorts per execution.
SORT_OVERFLOWS_PER_EXECUTION
The statement sort overflows per execution.
TOTAL_SORT_TIME_PER_EXECUTION
The statement total sort time per execution.
TOTAL_EXEC_TIME_PER_EXECUTION
The statement total execution time per execution.
ROWS_READ_PER_EXECUTION
The statement rows read per execution.
ROWS_WRITTEN_PER_EXECUTION
The statement rows written per execution.
ROWS_RETURNED_PER_EXECUTION
The statement rows returned per execution.
PREP_TIME_PER_EXECUTION
The statement prep time per execution.
POOL_DATA_L_READS
The number of data pages that have been requested from the buffer pool (logical) for regular and large tablespaces.
POOL_DATA_P_READS
The number of data pages read in from the tablespace containers (physical) for regular and large tablespaces.
POOL_TEMP_DATA_L_READS
The number of data pages that have been requested from the buffer pool (logical) for temporary tablespaces.
POOL_TEMP_DATA_P_READS
The number of data pages read in from the tablespace containers (physical) for temporary tablespaces.
POOL_INDEX_L_READS
The number of index pages that have been requested from the buffer pool (logical) for regular and large tablespaces.
POOL_INDEX_P_READS
The number of index pages read in from the tablespace containers (physical) for regular and large tablespaces.
POOL_TEMP_INDEX_L_READS
The number of index pages that have been requested from the buffer pool (logical) for temporary tablespaces.
POOL_TEMP_INDEX_P_READS
The number of index pages read in from the tablespace containers (physical) for temporary tablespaces.
POOL_XDA_L_READS
The number of data pages for XML storage objects (XDAs) that have been requested from the buffer pool (logical) for regular and large tablespaces.
POOL_XDA_P_READS
The number of data pages for XML storage objects (XDAs) read in from the tablespace containers (physical) for regular and large tablespaces.
POOL_TEMP_XDA_L_READS
The number of pages for XML storage object (XDA) data that have been requested from the buffer pool (logical) for temporary tablespaces.
POOL_TEMP_XDA_P_READS
The number of pages for XML storage object (XDA) data read in from the tablespace containers (physical) for temporary tablespaces.
NUM_EXEC_WITH_METRICS
The number of executions that include performance metrics. This is used to calculate the averages correctly.
SECTION_TYPE
The type of SQL. Values:
S — Static SQL
D — Dynamic SQL
Static SQLs are only available in DB2 version 9.7.0.1 and higher.
STMT_TYPE_ID
The statement type identifier. Values:
Statement not prepared
DDL, (not Set Constraints)
DDL, Set Constraints
DML, Select
DML, Insert/Update/Delete
Authorization
DML, Select (blockable)
DML, Lock Table
DML, Commit/Rollback
Set environment
DDL, Savepoint
DDL, (declared user temp)
Passthru support
CALL
Free locator
DML, Select with IUD
DML, Select with IUD (blockable)
Top-level SET, no SQL
Top-level SET, reads SQL
DDL, (issues internal commit)
Top-level SET, modifies SQL
Unknown
Parent topic: Database system monitor elements
EXECUTABLE_ID
An opaque binary token that is generated on the data server and uniquely identifies the SQL statement section that was run.
TOTAL_WAIT_TIME_S
The total time (in seconds) spent waiting within the DB2 database server while processing an activity.
WAIT_TIME_PERCENT
The percentage of time spent waiting within the DB2 database server out of the total time spent actively working on requests.
ROWS_RETURNED
The number of rows that have been selected and returned to the application. If this number is lower than “Rows read”, an index might be missing.
OVERALL_SORT_TIME
The summary of the sort time of all the dynamic SQLs.
OVERALL_CPU_WORKLOAD
The summary of the CPU of all the dynamic SQLs.
TOTAL_NUM_EXECUTIONS
The summary of the dynamic SQL executions of all the dynamic SQLs.
OVERALL_EXECUTION_TIME
The summary of the execution time of all the dynamic SQLs.
OVERALL_POOL_L_READS
The summary of the data logical reads of all the dynamic SQLs.
TOTAL_PREP_TIME_WORST_MS
The summary of the prep time of all the gathered SQLs.
OVERALL_POOL_P_READS
The summary of the data physical reads of all the dynamic SQLs.
The following table provides a list of the Top SQLs Full Text metrics that are collected, and a description for each.
The database partition from which the data was retrieved.
The ID of the SQL by hash value.
SQL_FULL_TEXT
The full text for the SQL statement.
계열사 지원 사이트에서 Quest *제품*에 대한 온라인 지원 도움말을 볼 수 있습니다. 올바른 *제품* 지원 콘텐츠 및 지원에 연결하려면 계속을 클릭하십시오.
The document was helpful.
평가 결과 선택
I easily found the information I needed.
Quest Software 포털은 더 이상 IE 8, 9, 10을 지원하지 않습니다. 브라우저를 최신 버전의 Internet Explorer나 Chrome으로 업그레이드하는 것이 좋습니다.
IE 11로 업그레이드 여기를 클릭
Chrome으로 업그레이드 여기를 클릭
IE 8, 9 또는 10을 계속 사용할 경우 당사가 제공하는 뛰어난 셀프서비스 기능 모두를 최대한으로 활용하실 수 없습니다.