eG Monitoring
 

Measures reported by JdbcStatsTest

This test collects measures like how many JDBC queries have been executed, how long those queries took to execute and what those statements are.

The measures made by this test are as follows:
Measurement Description Measurement Unit Interpretation
Total_query_rate The rate of JDBC queries that have been executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_query_time The average time taken by the queries to execute on the database, using the pools that have been configured to use the P6Spy driver Secs  
Select_query_rate The rate of select queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_Select_query_time The average time taken by the select queries for executing on the database, by using the pools that have been configured to use the P6Spy driver Secs  
Insert_query_rate The rate of insert queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_insert_query_time The average time taken for executing the insert queries on the database, using the pools that have been configured to use the P6Spy driver Secs  
Update_query_rate The rate of update queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_update_query_time The average time taken for executing the update queries on the database, using the pools that have been configured to use the P6Spy driver Secs  
Delete_query_rate The rate of delete queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_delete_query_time The average time taken by the delete queries to execute on the database, using the pools that have been configured to use the P6Spy driver Secs  
Commit_queries_rate The rate of commit queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_commit_query_time The average time taken by the commit queries to execute on the database, using the pools that have been configured to use the P6Spy driver Secs  
Rollback_queries_rate The rate of rollback queries executed on the database, using the pools that have been configured to use the P6Spy driver Queries/Sec  
Avg_rollback_query_time The average time taken by the rollback queries to execute on the database, using the pools that have been configured to use the P6Spy driver Secs  
Jdbc_query_error_rate The rate of queries that have resulted in an error Errors/Sec