tomcat.bytes_rcvd (gauge) | Bytes per second received by all request processors. Shown as byte |
tomcat.bytes_sent (gauge) | Bytes per second sent by all the request processors. Shown as byte |
tomcat.error_count (gauge) | The number of errors per second on all request processors. Shown as error |
tomcat.jdbc.connection_pool.active (gauge) | The number of established connections in the pool that are in use. |
tomcat.jdbc.connection_pool.idle (gauge) | The number of established connections in the pool that are idle. |
tomcat.jdbc.connection_pool.max_active (gauge) | The maximum number of open connections. |
tomcat.jdbc.connection_pool.max_idle (gauge) | The maximum number of idle connections. |
tomcat.jdbc.connection_pool.min_idle (gauge) | The minimum number of idle connections. |
tomcat.jdbc.connection_pool.size (gauge) | The number of established connections in the pool, idle and in use. |
tomcat.jsp.count (gauge) | The number of JSPs per second that have been loaded in the web module. Shown as page |
tomcat.jsp.reload_count (gauge) | The number of JSPs per second that have been reloaded in the web module. Shown as page |
tomcat.max_time (gauge) | The longest request processing time (in milliseconds). Shown as millisecond |
tomcat.min_time (gauge) | The shortest request processing time (in milliseconds). Shown as millisecond |
tomcat.processing_time (gauge) | The sum of request processing times across all requests handled by the request processors (in milliseconds) per second. |
tomcat.request_count (gauge) | The number of requests per second across all request processors. Shown as request |
tomcat.servlet.error_count (gauge) | The number of erroneous requests received by the servlet per second. Shown as error |
tomcat.servlet.max_time (gauge) | The maximum processing time of a request Shown as millisecond |
tomcat.servlet.min_time (gauge) | The minimum processing time of a request Shown as millisecond |
tomcat.servlet.processing_time (gauge) | The sum of request processing times across all requests to the servlet (in milliseconds) per second. |
tomcat.servlet.request_count (gauge) | The number of requests received by the servlet per second. Shown as request |
tomcat.string_cache.access_count (gauge) | The number of accesses to the string cache per second. Shown as get |
tomcat.string_cache.cache_size (gauge) | The size of the String cache Shown as byte |
tomcat.string_cache.hit_count (gauge) | The number of string cache hits per second. Shown as hit |
tomcat.string_cache.max_size (gauge) | The maximum size of the String cache Shown as byte |
tomcat.threads.busy (gauge) | The number of threads that are in use. Shown as thread |
tomcat.threads.count (gauge) | The number of threads managed by the thread pool. Shown as thread |
tomcat.threads.max (gauge) | The maximum number of allowed worker threads. Shown as thread |
tomcat.threads.min (gauge) | The minimum number of allowed worker threads. Shown as thread |
tomcat.web.cache.hit_count (gauge) | The number of web resource cache hits per second. Shown as hit |
tomcat.web.cache.lookup_count (gauge) | The number of lookups to the web resource cache per second. Shown as get |