暂时无法在支持网站上提交享有定期维护的产品表单。 如果您需要我们立即提供帮助,请与技术支持部门联系。 对于由此给您带来的不便,我们深表歉意。
获得即时帮助
完成注册
登录
请求定价
联系销售人员
您已选择一个产品捆绑包。 您能否选择单个产品以便我们更好地满足您的请求。 *
技术支持工程师目前正忙,无法回应您的消息。 如果需要即时服务,请通过我们的服务请求表提交请求。
以下文章可根据您的描述解决您的问题。
Tracks how instances use DB2 pureScale cluster caching facility (CF) resources.
INSTANCE
The name of the monitored instance.
ID
The ID of the CF component.
HOST
The name of the machine that hosts the CF component.
CPU_USAGE_TOTAL
Percentage of overall CPU usage of the CF machine.
MEMORY_FREE
Amount of free physical memory (MB).
MEMORY_SWAP_FREE
Amount of free swap space (MB).
MEMORY_SWAP_TOTAL
Total amount of swap space (MB).
MEMORY_TOTAL
Total size of physical memory (MB).
MEMORY_UTILIZATION
The percentage of free memory out of the total memory assigned to the CF machine.
VIRTUAL_MEMORY_FREE
Amount of reserved virtual memory.
VIRTUAL_MEMORY_TOTAL
Total amount of virtual memory on the system (MB).
The following table provides a list of the Current Agents Details 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.
AGENT_ID
The unique ID for the application. On a single-partitioned database, this ID consists of a 16-bit counter. On a multi-partitioned database, this ID consists of the coordinating partition number concatenated with a 16-bit counter. In addition, this ID is the same on every partition where the application may make a secondary connection.
APPL_CON_TIME
The date and time that an application started a connection request.
APPL_NAME
The name of the application running at the client.
APPL_ID
This ID is generated when the application connects to the database. It is unique across the network. There are different formats for the application ID, which depend on the communication protocol between the client and the server machine on which the database manager resides.
APPL_STATUS
The status of the application. This element can help you diagnose potential application problems.
Values:
BACKUP
COMMIT_ACT
COMP
CONNECTED CONNECTPEND
CREATE_DB
DECOUPLED
DISCONNECTPEND
INTR
IOERROR_WAIT
LOAD
LOCKWAIT
QUIESCE_TABLESPACE
RECOMP
REMOTE_RQST
RESTART
RESTORE
ROLLBACK_ACT
ROLLBACK_TO_SAVEPOINT
TEND
THABRT
THCOMT
TPREP
UNLOAD
UOWEXEC
UOWWAIT
WAITFOR_REMOTE
NUM_ASSOC_AGENTS
The number of subagents associated with an application.
COORD_NODE_NUM
In a multi-node system, the node number of the node where the application is connected or attached to the instance.
ACTIVE_TIME
The elapsed time (in seconds) spent processing an SQL request on a host database server.
EXECUTION_ID
The ID that the user specified when logging in to the operating system. This ID is distinct from AUTH_ID, which the user specifies when connecting to the database.
AUTHORITY_LVL
This interface returns a text identifier based on the database authorities defined in sql.h and their source.
Possible “authority” values:
BINDADD
CONNECT
CREATE_EXT_RT
CREATE_NOT_FENC
CREATETAB
DBADM
IMPLICIT_SCHEMA
LIBADM
QUIESCE_CONN
SECADM
SYSADM
SYSCTRL
SYSMAINT
SYSMON
SYSQUIESCE
Possible “source” values:
USER — authority granted to the user or to a role granted to the user
GROUP — authority granted to a group to which the user belongs or to a role granted to the group to which the user belongs
CLIENT_PID
The process ID of the client application that made the connection to the database.
COORD_AGENT_PID
The ID of the coordinator agent for the application.
STATUS_CHANGE_TIME
The date and time the application entered its status.
CLIENT_PLATFORM
This interface returns a text identifier based on the client platform definition in sqlmon.h.
CLIENT_PROTOCOL
This interface returns a text identifier based on the definition in sqlmon.h.
CPIC
LOCAL
NETBIOS
NPIPE
TCPIP (for DB2® UDB)
TCPIP4
TCPIP6
TERRITORY_CODE
The territory code of the database for which the monitor data is collected.
CODEPAGE_ID
The code page at the partition where the monitored application started.
PRIMARY_AUTH_ID
The authorization ID of the user who invoked the application that is being monitored.
SESSION_AUTH_ID
The current authorization ID for the session used by this application.
CLIENT_NNAME
Deprecated by IBM.
CLIENT_DB_ALIAS
The alias of the database, provided by the application, to connect to the database.
DB_PATH
The full path of the location where the database is stored on the monitored system.
STMT_TEXT
The SQL statement text.
FOREGROUND_BACKGROUND_TYPE
The foreground or background status of the application.
ROWS_READ
This is the number of rows read from the table.
ROWS_WRITTEN
The number of rows changed (inserted, deleted, or updated) in the table.
APPL_IDLE_TIME
The amount of time (in seconds) that has passed since an application has issued any requests to the server. Includes applications that have not terminated a transaction (for example, not issued a commit or rollback).
POOL_DATA_L_READS
The number of data pages that have been requested from the buffer pool (logical) for regular and large 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_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_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.
LAST_RESET
The date and time when the monitoring counters were reset.
PACKAGE_CACHE_HIT_RATIO
A ratio that indicates how well the package cache is helping to avoid the reload of packages and sections for static SQL from the system catalogs and the recompilation of dynamic SQL statements.
The indicator is calculated using the formula:
(1-(db.pkg_cache_inserts/db.pkg_cache_lookups))*100
The following table provides a list of the Agents Summary metrics that are collected, and a description for each.
ACTIVE
The number of active agents.
ACTIVE_Rate
The number of active agents per second (average active sessions).
BACKGROUND_PROCESSES
The sum of background application agents.
BACKUP_AGENTS
Indicates that the application is performing a backup of the database.
BALANCE_AVERAGE_ACTIVE_SESSIONS
The balance of average active agents across the database partitions. If most of the activity is on one partition, for example, the activity is not balanced. If most of the activity is spread equally across the partitions, it is balanced.
COMMIT_ACT_AGENTS
Indicates that the unit of work is committing its database changes.
COMP_AGENTS
Indicates that the database manager is compiling an SQL statement or precompiling a plan on behalf of the application.
CONNECTPEND_AGENTS
Indicates that the application has initiated a database connection, but the request has not yet completed.
CREATE_DB_AGENTS
Indicates that the agent has initiated a request to create a database, but that request has not yet completed.
DECOUPLED_AGENTS
Indicates that there are no agents currently associated with the application. This is a normal state. When the Connection Concentrator is enabled, there is no dedicated coordinator agent, so an application can be decoupled on the coordinator partition. In non-concentrator environments, an application cannot be decoupled on the coordinator partition, because there is always a dedicated coordinator agent.
DISCONNECTPEND_AGENTS
Indicates that the application has initiated disconnection from the database, but the command has not yet completed running. The application may not have explicitly run the database disconnect command. The database manager disconnects from a database if the application ends without disconnecting.
FOREGROUND_PROCESSES
The sum of foreground application agents.
INACTIVE
Indicates that the application is in one of three states: connected, uowwait, or decoupled.
INTR_AGENTS
Indicates that an interrupt of a request is in progress.
IOERROR_WAIT_AGENTS
Indicates that the application has detected an I/O error and is attempting to disable a particular tablespace. The application has to wait for all other active transactions on the tablespace to complete before it can disable the tablespace.
LOAD_AGENTS
Indicates that the application is performing a “fast load” of data into the database.
LOCKWAIT_AGENTS
Indicates that the unit of work is waiting for a lock. After the lock is granted, the status is restored to its previous value.
QUIESCE_TABLESPACE_AGENTS
Indicates that the application is performing a quiesce tablespace request.
RECOMP_AGENTS
Indicates that the database manager is recompiling (that is, rebinding) a plan on behalf of the application.
REMOTE_RQST_AGENTS
Indicates that the application is waiting for results from a federated data source.
RESTART_AGENTS
Indicates that the application is restarting a database in order to perform crash recovery.
RESTORE_AGENTS
Indicates that the application is restoring a backup image to the database.
ROLLBACK_ACT_AGENTS
Indicates that the unit of work is rolling back its database changes.
ROLLBACK_TO_SAVEPOINT_AGENTS
Indicates that the application is rolling back to a savepoint.
TEND_AGENTS
Indicates that the unit of work is part of a global transaction that has ended, but has not yet entered the prepared phase of the two-phase commit protocol.
THABRT_AGENTS
Indicates that the unit of work is part of a global transaction that has been heuristically rolled back.
THCOMT_AGENTS
Indicates that the unit of work is part of a global transaction that has been heuristically committed.
TOTAL_AGENTS
The total number of agents of all types.
TOTAL_AGENTS_Rate
The rate of total agents per second.
UNLOAD_AGENTS
Indicates that the application is performing a “fast unload” of data from the database.
UOWEXEC_AGENTS
Indicates that the database manager is running requests on behalf of the unit of work.
UOWWAIT_AGENTS
Indicates that the database manager is waiting on behalf of the unit of work in the application. This status typically means that the system is running in the application's code.
WAITFOR_REMOTE_AGENTS
Indicates that the application is waiting for a response from a remote partition in a partitioned database instance.
OTHER
The agents not identified by one of the agent types we show at the workload agents.
The following table provides a list of the Current Locks Wait metrics that are collected, and a description for each.
LOCK_NAME
The ID of the lock.
A system-wide unique ID for the locked wait application. On a single-partitioned database, this ID consists of a 16-bit counter. On a multi-partitioned database, this ID consists of the coordinating partition number concatenated with a 16-bit counter. In addition, this ID is the same on every partition where the application may make a secondary connection.
The application handle can be used to uniquely identify an active application (application handle is synonymous with agent ID). It can also be used as input to the FORCE APPLICATION command or API. On multi-node systems, this command can be issued from any node where the application has a connection. Its effect is global.
The full statement text of the waited (locked) agent.
LOCK_MODE
The type of lock that is being held.
This mode can help in determining the source of the contention for resources.
This element indicates one of the following, depending on the type of monitoring information being examined:
Mode Types:
NON — No Lock
IS — Intention Share Lock
IX — Intention Exclusive Lock
S — Share Lock
SIX — Share with Intention Exclusive Lock
X — Exclusive Lock
IN — Intent None
Z — Super Exclusive Lock
U — Update Lock
NS — Next Key Share Lock
NX — Next Key Exclusive Lock
W — Weak Exclusive Lock
NW — Next Key Weak Exclusive Lock
LOCK_OBJECT_TYPE
The type of object against which the application holds a lock (for object-lock-level information), or the type of object for which the application is waiting to obtain a lock (for application-level and deadlock-level information).
This element can help in determining the source of the contention for resources.
The object type IDs are defined in sqlmon.h. The objects may be one of the following types:
AGENT_ID_HOLDING_LK
Agent ID of the blocker that holds the object or the application handle of the agent holding a lock for which this application is waiting. The lock monitor group must be turned on to obtain this information.
This element can help in determining which applications are in contention for resources.
If this element is 0 (zero) and the application is waiting for a lock, indicates that the lock is held by an in-doubt transaction.
APPL_ID_HOLDING_LK
The application ID of the application that is holding a lock on the object that this application is waiting to obtain.
LOCK_WAIT_START_TIME
The date and time that this application started waiting to obtain a lock on the object that is locked by another application.
This element can help in determining the severity of resource contention.
LOCK_MODE_REQUESTED
The lock mode requested by the application.
LOCK_ESCALATION
Indicates whether a lock request was made as part of a lock escalation.
Use this element to understand the cause of deadlocks. If you experience a deadlock that involves applications doing lock escalation, you may want to increase the amount of lock memory or change the percentage of locks that any one application can request.
DATA_PARTITION_ID
The ID of the data partition for which a lock occurred.
This element is only applicable to partitioned tables.
A value of -1 represents a lock of the whole table and not a specific partition.
TABNAME
The name of the table.
Along with TABSCHEMA, this element can help in determining the source of the contention for resources.
At the application level, application-lock level, and deadlock-monitoring level, this is the table that the application is waiting to lock, because it is locked by another application. For snapshot monitoring, this item is valid only when the “lock” monitor group information is turned on, and when LOCK_OBJECT_TYPE indicates that the application is waiting to obtain a table lock.
TABSCHEMA
The schema of the table.
Along with TABNAME, this element can help in determining the source of the contention for resources.
TBSP_NAME
The name of a tablespace.
It is equivalent to the TBSPACE column in the database catalog table SYSCAT.TABLESPACES.
This element is not returned for a table lock held on a partitioned table.
LOCK_ATTRIBUTES
The lock attributes of the lock wait. If there are no locks, the text identifier is NONE; otherwise, it is any combination of the following, separated by a '+' sign:
ALLOW_NEW
DELETE_IN_BLOCK
ESCALATED
INSERT
NEW_REQUEST
RR
RR_IN_BLOCK
UPDATE_DELETE
WAIT_FOR_AVAIL
LOCK_CURRENT_MODE
During a lock conversion operation, the type of lock held before the conversion is completed. The following is an example of a scenario that describes lock conversion: During an update or delete operation, it is possible to wait for an X lock on the target row. If the transaction is holding an S or V lock on the row, this would require a conversion. The LOCK_CURRENT_MODE element is assigned a value of S or V, while the lock waits to be converted to an X lock.
LOCK_RELEASE_FLAGS
The lock release flags.
Each release flag is based on a bit flag value defined in sqlmon.h. The following are possible release flag settings (API Constant Description):
SQLM_LOCKRELFLAGS_SQLCOMPILER — Locks by SQL compiler
SQLM_LOCKRELFLAGS_UNTRACKED — Non-unique untracked locks
SUBSECTION_NUMBER
Identifies the subsection associated with the returned information.
This number relates to the subsection number in the access plan that can be obtained with db2expln.
LOCK_DURATION
The duration of the lock wait.
您可以在附属支持站点上查找适用于戴尔*产品*的在线支持帮助。单击“继续”,转至适用于*产品*的正确支持内容和帮助。
The document was helpful.
选择评级
I easily found the information I needed.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center
Quest Software门户不再支持IE 8、9和10,建议将您的浏览器升级到最新版本的Internet Explorer或Chrome。
要升级到IE 11,请单击此处
要升级到Chrome,请单击此处
如果继续使用IE 8、9和10,您将无法充分利用我们所有出色的自助服务功能。