Author: chirino
Date: Thu Aug 16 02:00:22 2012
New Revision: 1373690

URL: http://svn.apache.org/viewvc?rev=1373690&view=rev
Log:
Re-order some of the connections stats.

Modified:
    
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/BrokerStatusDTO.jade
    
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectorStatusDTO.jade

Modified: 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/BrokerStatusDTO.jade
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/BrokerStatusDTO.jade?rev=1373690&r1=1373689&r2=1373690&view=diff
==============================================================================
--- 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/BrokerStatusDTO.jade
 (original)
+++ 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/BrokerStatusDTO.jade
 Thu Aug 16 02:00:22 2012
@@ -39,8 +39,8 @@ ul
       a(href={ path("connectors/"+x+".html") }) #{x}
 
 h2 Connections
-p total connections since startup : #{connection_counter}
 p currently connected : #{connected}
+p total connections since startup : #{connection_counter}
 p messages received from connections: #{messages_received}
 p messages sent to connections: #{messages_sent}
 p bytes read from connections: #{memory(read_counter)}

Modified: 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectorStatusDTO.jade
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectorStatusDTO.jade?rev=1373690&r1=1373689&r2=1373690&view=diff
==============================================================================
--- 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectorStatusDTO.jade
 (original)
+++ 
activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/WEB-INF/org/apache/activemq/apollo/dto/ConnectorStatusDTO.jade
 Thu Aug 16 02:00:22 2012
@@ -34,8 +34,8 @@ p local address: #{local_address}
 p protocol: #{protocol}
 
 h2 Connections
-p total connections since startup : #{connection_counter}
 p currently connected : #{connected}
+p total connections since startup : #{connection_counter}
 p messages received from connections: #{messages_received}
 p messages sent to connections: #{messages_sent}
 p bytes read from connections: #{memory(read_counter)}


Reply via email to