|
|
|
@ -6,9 +6,9 @@
|
|
|
|
|
<meta http-equiv="REFRESH" content="3" />
|
|
|
|
|
</head>
|
|
|
|
|
<body id="Connections">
|
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
|
#%env/templates/submenuAccessTracker.template%#
|
|
|
|
|
<script src="/js/sorttable.js"></script>
|
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
|
#%env/templates/submenuAccessTracker.template%#
|
|
|
|
|
<script type="text/javascript" src="/js/sorttable.js"></script>
|
|
|
|
|
<h2>Server Connection Tracking</h2>
|
|
|
|
|
<h3>Incoming Connections</h3>
|
|
|
|
|
<p>Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.</p>
|
|
|
|
@ -34,29 +34,29 @@
|
|
|
|
|
</tr>
|
|
|
|
|
#{/list}#
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<h3>Outgoing Connections</h3>
|
|
|
|
|
<p>Showing #[clientActive]# pooled outgoing connections used as:</p>
|
|
|
|
|
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
|
|
|
|
|
<tr class="TableHeader" valign="bottom">
|
|
|
|
|
<td>Protocol</td>
|
|
|
|
|
<td>Duration</td>
|
|
|
|
|
<td>Idle Time</td>
|
|
|
|
|
<td>Dest. IP[:Port]</td>
|
|
|
|
|
<td>Command</td>
|
|
|
|
|
<td>ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
#{clientList}#
|
|
|
|
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
|
|
|
|
<td>#[clientProtocol]#</td>
|
|
|
|
|
<td>#[clientLifetime]#</td>
|
|
|
|
|
<td>#[clientIdletime]#</td>
|
|
|
|
|
<td>#[clientTargetHost]#</td>
|
|
|
|
|
<td>#[clientCommand]#</td>
|
|
|
|
|
<td>#[clientID]#</td>
|
|
|
|
|
</tr>
|
|
|
|
|
#{/clientList}#
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<h3>Outgoing Connections</h3>
|
|
|
|
|
<p>Showing #[clientActive]# pooled outgoing connections used as:</p>
|
|
|
|
|
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
|
|
|
|
|
<tr class="TableHeader" valign="bottom">
|
|
|
|
|
<td>Protocol</td>
|
|
|
|
|
<td>Duration</td>
|
|
|
|
|
<td>Idle Time</td>
|
|
|
|
|
<td>Dest. IP[:Port]</td>
|
|
|
|
|
<td>Command</td>
|
|
|
|
|
<td>ID</td>
|
|
|
|
|
</tr>
|
|
|
|
|
#{clientList}#
|
|
|
|
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
|
|
|
|
<td>#[clientProtocol]#</td>
|
|
|
|
|
<td>#[clientLifetime]#</td>
|
|
|
|
|
<td>#[clientIdletime]#</td>
|
|
|
|
|
<td>#[clientTargetHost]#</td>
|
|
|
|
|
<td>#[clientCommand]#</td>
|
|
|
|
|
<td>#[clientID]#</td>
|
|
|
|
|
</tr>
|
|
|
|
|
#{/clientList}#
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
|
</body>
|
|
|
|
|