|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<meta name="description" content="YaCy Peer Live Monitoring" />
|
|
|
|
|
<meta name="keywords" content="open,source,search,engine,monitor" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/env/terminal.css" />
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/js/highslide/highslide.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var loaderBanner = null;
|
|
|
|
|
var loaderPerformance = null;
|
|
|
|
@ -21,7 +21,7 @@ function loadPerformance() {
|
|
|
|
|
document.images[1].src = "/PerformanceGraph.png?cnt=" + cnt++;
|
|
|
|
|
}
|
|
|
|
|
function loadNetwork() {
|
|
|
|
|
document.images[3].src = "/NetworkPicture.png?width=660&height=360&bgcolor=FFFFFF&cnt=" + cnt++;
|
|
|
|
|
document.images[3].src = "/NetworkPicture.png?width=660&height=360&bgcolor=000000&cnt=" + cnt++;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function init() {
|
|
|
|
@ -63,12 +63,12 @@ function init() {
|
|
|
|
|
<div id="right"> <!-- start right side -->
|
|
|
|
|
|
|
|
|
|
<h1>Resource Monitor</h1>
|
|
|
|
|
<img src="/PerformanceGraph.png" width="330" height="120" name="graph" alt="PerformanceGraph"/>
|
|
|
|
|
<img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" width="330" height="120" alt="WebStructurePicture"/>
|
|
|
|
|
<a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" width="330" height="120" name="graph" alt="PerformanceGraph"/></a>
|
|
|
|
|
<a href="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" width="330" height="120" alt="WebStructurePicture"/></a>
|
|
|
|
|
|
|
|
|
|
<h1>Network Monitor</h1>
|
|
|
|
|
<div style="text-align:left;margin:0;padding:0;">
|
|
|
|
|
<img src="/NetworkPicture.png?width=660&height=360&bgcolor=FFFFFF" width="330" height="180" alt="The yacy Network" />
|
|
|
|
|
<a href="/NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&height=360&bgcolor=000000" width="330" height="180" alt="The yacy Network" /></a>
|
|
|
|
|
<embed src="http://maps.amung.us/flash/flashsrv.php?k=qp3j5gox&type=emb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&map=night&pin=star-orange&link=no" width="330" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|