Example #1
0
        ?>
</td>
  </tr>
<?php 
    }
    ?>

</table>
<?php 
}
?>

<!-- Connection pools -->

<?php 
$db_pools = $mbeanServer->query("resin:*,type=ConnectionPool");
if ($db_pools) {
    ?>

<h2>Connection pools</h2>

<table class="data">
  <tr>
    <th>&nbsp;</th>
    <th colspan='3'>Connections</th>
    <th colspan='2'>Config</th>
  </tr>
  <tr>
    <th>Name</th>
    <th>Active count</th>
    <th>Idle count</th>