You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Robert Liguori (JIRA)" <ji...@apache.org> on 2010/12/20 17:04:00 UTC

[jira] Updated: (AMQ-3099) Show contraints for ActiveMQ web console home page statistic components

     [ https://issues.apache.org/jira/browse/AMQ-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Liguori updated AMQ-3099:
--------------------------------

    Description: 
Consider the percentage-usage components on the ActiveMQ web console home page:

Store percent used 0 
Memory percent used 0 
Temp percent used 0 

It would be nice to see the actual bounds/constraints and additional statistics related to the components:

For example:

Store percentage used: 15%, 161,061,273/1,073,741,824 (1 GB)
Memory percentage used: 50%, 64/128 MB
Temp percentage used: 25%, 25/100 MB

References:
http://activemq.2283324.n4.nabble.com/ActiveMQ-Console-main-screen-td3090910.html
http://activemq.apache.org/producer-flow-control.html#ProducerFlowControl-Systemusage

Note:

<systemUsage>
  <systemUsage>
    <memoryUsage>
      <memoryUsage limit="128 mb" />
    </memoryUsage>
    <storeUsage>
      <storeUsage limit="1 gb" />
    </storeUsage>
    <tempUsage>
      <tempUsage limit="100 mb" />
    </tempUsage>
  </systemUsage>
</systemUsage>

 

  was:
Consider the percentage-usage components on the ActiveMQ web console home page:

Store percent used 0 
Memory percent used 0 
Temp percent used 0 

It would be nice to see the actual bounds/constraints and additional statistics related to the components:

For example:

Store percentage used: 15%, 161,061,273/1,073,741,824 (1 GB)
Memory percentage used: 50%, 64/128 MB
Temp percentage used: 25%, 25/100 MB

References:
http://activemq.2283324.n4.nabble.com/ActiveMQ-Console-main-screen-td3090910.html
http://activemq.apache.org/producer-flow-control.html#ProducerFlowControl-Systemusage
 


> Show contraints for ActiveMQ web console home page statistic components
> -----------------------------------------------------------------------
>
>                 Key: AMQ-3099
>                 URL: https://issues.apache.org/jira/browse/AMQ-3099
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.4.2
>            Reporter: Robert Liguori
>            Priority: Minor
>
> Consider the percentage-usage components on the ActiveMQ web console home page:
> Store percent used 0 
> Memory percent used 0 
> Temp percent used 0 
> It would be nice to see the actual bounds/constraints and additional statistics related to the components:
> For example:
> Store percentage used: 15%, 161,061,273/1,073,741,824 (1 GB)
> Memory percentage used: 50%, 64/128 MB
> Temp percentage used: 25%, 25/100 MB
> References:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-Console-main-screen-td3090910.html
> http://activemq.apache.org/producer-flow-control.html#ProducerFlowControl-Systemusage
> Note:
> <systemUsage>
>   <systemUsage>
>     <memoryUsage>
>       <memoryUsage limit="128 mb" />
>     </memoryUsage>
>     <storeUsage>
>       <storeUsage limit="1 gb" />
>     </storeUsage>
>     <tempUsage>
>       <tempUsage limit="100 mb" />
>     </tempUsage>
>   </systemUsage>
> </systemUsage>
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.