yacy_search_server/htroot/Status_p.inc
theli 9b941fb773 *) bugfix for usage of yacy with extended port binding (e.g. #eth0:8080, 192.168.0.1:8080, etc.)
- port was reported incorrectly to other peers


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1678 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-02-17 10:53:20 +00:00

87 lines
3.4 KiB
HTML

<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr class="TableHeader">
<td colspan="3"><b>Private System Properties</b></td>
</tr>
<tr class="TableCellLight">
<td>System Resources</td>
<td>Processors: #[processors]#</td>
<td width="50">&nbsp;</td>
</tr>
<tr class="TableCellDark">
<td>Protection</td>
<td>
#(protection)#
<b>Your settings are _not_ protected!</b> Please go to the <a href="Settings_p.html?page=admin">settings</a> page <b>immediately</b> and set an administration password.
::
Your settings are protected by a password.
#(/protection)#
</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellLight">
<td>Peer host</td>
<td>#[host]#:#[port]# #(extPortFormat)#::(Binding to interface: #[extPort]#)#(/extPortFormat)#</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellDark">
<td>Port forwarding host</td>
<td>#(portForwarding)#not used::#[host]#:#[port]# (#(status)#broken::connected#(/status)#)#(/portForwarding)#</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellLight">
<td>Remote proxy</td>
<td>#(remoteProxy)#not used::#[host]#:#[port]# | Used for YaCy -> YaCy communication: #(4Yacy)#Yes::No #(/4Yacy)# #(/remoteProxy)#</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellDark">
<td>Auto-popup on start-up</td>
<td>
#(popup)#
Disabled. To enable this again please use the <a href="Settings_p.html?page=SystemBehaviour">Settings</a> page.
::
Enabled. To disable this please use the <a href="Settings_p.html?page=SystemBehaviour">Settings</a> page.
#(/popup)#
</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellLight">
<td>Memory Usage</td>
<td>
<!--
<form action="Status.html" method="get">free: #[freeMemory]# | total: #[totalMemory]# | max: #[maxMemory]# | <input type="submit" name="gc" value="Do Garbage-Collect now"></form>
-->
free: #[freeMemory]# | total: #[totalMemory]# | max: #[maxMemory]#
</td>
<td>&nbsp;</td>
</tr>
<tr class="TableCellDark">
<td>Traffic</td>
<td>Proxy: #[trafficOut]# | Crawler: #[trafficCrawler]#</td>
<td>[<a href="Status.html?ResetTraffic=">Reset</a>]</td>
</tr>
<tr class="TableCellLight">
<td>Connections Incoming</td>
<td>Active: #[connectionsActive]# | Idle: #[connectionsIdle]# | Max: #[connectionsMax]#</td>
<td>[<a href="Connections_p.html">Details</a>]</td>
</tr>
<tr class="TableCellDark">
<td>Indexing Queue</td>
<td>#[indexingQueueSize]# | #[indexingQueueMax]#</td>
<td>[<a href="IndexCreateIndexingQueue_p.html">Details</a>]</td>
</tr>
<tr class="TableCellLight">
<td>Loader Queue</td>
<td>#[loaderQueueSize]# | #[loaderQueueMax]# #(loaderPaused)#::(paused)#(/loaderPaused)#&nbsp;<a href="Status.html?#(loaderPaused)#pausecrawlqueue::continuecrawlqueue#(/loaderPaused)#=" title="#(loaderPaused)#pause crawling::continue crawling#(/loaderPaused)#"><img src="env/grafics/#(loaderPaused)#stop.gif::start.gif#(/loaderPaused)#" border="0" width="12" height="12"></a></td>
<td>[<a href="IndexCreateLoaderQueue_p.html">Details</a>]</td>
</tr>
<tr class="TableCellDark">
<td>Crawler Queue</td>
<td>Enqueued from: local=#[localCrawlQueueSize]# remote=#[remoteCrawlQueueSize]# | Pending: #[stackCrawlQueueSize]#</td>
<td>[<a href="IndexCreateWWWLocalQueue_p.html">Details</a>]</td>
</tr>
<tr class="TableCellLight">
<td>Remote Crawl Trigger Queue</td>
<td>#[remoteCrawlTriggerQueueSize]#</td>
<td>[<a href="IndexCreateWWWGlobalQueue_p.html">Details</a>]</td>
</tr>
</table>