# Agents and modules generated by the plugin The plugin will create an agent for each target database. That agent will contain the following modules: If **database\_summary** is activated:
AGENT\_WAIT\_TIME\_PERCENTRepresents the percentage of time that DB2 agents are waiting for some activity, such as locks or external requests.
APP\_RQSTS\_COMPLETED\_TOTALIndicates the total number of application requests completed in the DB2 database.
AVG\_RQST\_CPU\_TIMERepresents the average CPU time used by each application request on the database.
CF\_WAIT\_TIME\_PERCENTShows the percentage of time that DB2 agents are waiting for shared resources on multi-node systems.
IO\_WAIT\_TIME\_PERCENTIndicates the percentage of time that DB2 agents are waiting for input/output (I/O) operations.
LOCK\_WAIT\_TIME\_PERCENTRepresents the percentage of time that DB2 agents are waiting for resource locks.
NETWORK\_WAIT\_TIME\_PERCENTShows the percentage of time that DB2 agents are waiting for network operations.
RECLAIM\_WAIT\_TIME\_PERCENTIndicates the percentage of time that DB2 agents are waiting for resource releases.
ROUTINE\_TIME\_RQST\_PERCENTRepresents the percentage of time used by stored routines (stored procedures, functions, etc.) in each application request.
RQST\_WAIT\_TIME\_PERCENTShows the percentage of time that application requests are waiting to be executed by DB2 agents.
TOTAL\_BP\_HIT\_RATIO\_PERCENTIndicates the percentage of hits in the buffer cache (buffer pool), which represents the efficiency in accessing data in memory.
TOTAL\_BP\_HIT\_RATIO\_PERCENTRepresents the percentage of time used by transaction completion operations in each application request.
If **transactional\_log** is activated:
Log utilization percentPercentage of log used in Kilobytes
If **db\_size** is activated:
Database sizeDatabase size in Megabytes
If **analyze\_connections** is activated:
Active connectionsNumber of active connections
If **cache\_stats** is activated:
cache hit ratio <buffer cache name of each row> Cache hit ratio for each BP\_NAME. By combining the cache hit ratio with "bp\_name" (buffer cache name), you can evaluate the buffer cache performance for each of the existing caches in the DB2 database. You can monitor and compare the cache hit ratio for each buffer cache individually, allowing you to identify which buffer caches are operating most efficiently and which may require adjustments.
The plugin will also create a module for each custom query defined in the configuration file.