diff options
| author | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-01-26 14:12:45 +0000 |
|---|---|---|
| committer | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-01-26 14:12:45 +0000 |
| commit | f5ab90d9642ffd63982f5a7a5d931151dfe462ca (patch) | |
| tree | 68d5d91cadbd1cec817e17c994b8c04de790c157 /htroot/PerformanceMemory_p.html | |
| parent | d3ce9ebffe03ad933ef577c70643f390e44d84b0 (diff) | |
added auto reload graph option by Lotus
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4407 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 4313613b2..7b18c2901 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -7,7 +7,8 @@ <body id="PerformanceMemory">
<script type="text/javascript"><!--
function reloadGraph() {
- document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime() ;
+ if(document.forms["optionreloadGraph"].option.checked)
+ document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime();
window.status="";
}
window.setInterval("reloadGraph()", 1000);
@@ -77,9 +78,8 @@ </dl>
</fieldset>
</form>
-
- <p><img src="PerformanceGraph.png" name="graph" /></p>
-
+ <p><img src="PerformanceGraph.png" name="graph" /></p>
+ <p><form name="optionreloadGraph"><input type="checkbox" name="option" /> auto-reload graph</form></p>
<p><strong>EcoTable RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
