mirror of https://github.com/apache/activemq.git
Added uptime to web console
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9621e66d4
commit
183ae75048
|
@ -46,6 +46,10 @@ You can find more information about ActiveMQ on the <a href="http://activemq.apa
|
|||
<td>ID</td>
|
||||
<td><b>${requestContext.brokerQuery.brokerAdmin.brokerId}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Uptime</td>
|
||||
<td><b>${requestContext.brokerQuery.brokerAdmin.uptime}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Store percent used</td>
|
||||
<td><b>${requestContext.brokerQuery.brokerAdmin.storePercentUsage}</b></td>
|
||||
|
|
Loading…
Reference in New Issue