[ https://issues.apache.org/jira/browse/GERONIMO-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749724#action_12749724 ]
Kevan Miller commented on GERONIMO-4826: ---------------------------------------- Good to be looking at this. Thanks Shawn. plugins/tomcat/geronimo-tomcat6/src/main/java/org/apache/geronimo/tomcat/stats/ConnectorStats.java will give you a pretty good idea as to why some of the fields are always zero (e.g. ActiveRequestCount, and the connection counts). I've noticed that JSR-77 stats aren't available from JConsole. I think it would be pretty valuable to make some of this data available to a simple JMX client, also. > Some monitoring fields are always zero. > --------------------------------------- > > Key: GERONIMO-4826 > URL: https://issues.apache.org/jira/browse/GERONIMO-4826 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: monitoring > Affects Versions: 2.1.3, 2.1.4, 2.1.5, 2.2 > Reporter: Shawn Jiang > Assignee: Shawn Jiang > > It's strange, we need to figure out why they are always zero. > {noformat} > TomcatWebConnector > Active Request Count (always zero) > Busy Threads Current > Busy Threads Max > Busy Threads Min (always zero) > Bytes Received > Bytes Sent > Error Count > Open Connections Current (always zero) > Open Connections Max (always zero) > Open Connections Min (always zero) > Request Time Count > Request Time MaxTime > Request Time MinTime (always zero) > Request Time TotalTime > {noformat} > {noformat} > TomcatWebSSLConnector > Active Request Count (always zero) > Busy Threads Current > Busy Threads Max > Busy Threads Min (always zero) > Bytes Received > Bytes Sent > Error Count > Open Connections Current(always zero) > Open Connections Max (always zero) > Open Connections Min(always zero) > Request Time Count > Request Time MaxTime > Request Time MinTime (always zero) > Request Time TotalTime > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.