summaryrefslogtreecommitdiff
path: root/htroot/Performance_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2013-12-04 12:59:30 +0100
committerMichael Peter Christen <mc@yacy.net>2013-12-04 12:59:30 +0100
commitf1b5db2c4554111a08b2a144d241d4782b1cdd47 (patch)
tree9969de44094daf7f9d75c96eea249e6b0387b6cf /htroot/Performance_p.html
parenta125904a1c5cc1056022227fd097a9824d912ca0 (diff)
- performance graph does not shop peer ping in memory monitor any more
- after a forced GC, the PerformanceMemory view switches to automatic update by default
Diffstat (limited to 'htroot/Performance_p.html')
-rw-r--r--htroot/Performance_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index 8796d6680..e23df55bc 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -9,7 +9,7 @@
<script type="text/javascript"><!--
function reloadGraph() {
if(document.forms["optionreloadGraph"].option.checked)
- document.images["graph"].src="PerformanceGraph.png?time="+(new Date()).getTime();
+ document.images["graph"].src="PerformanceGraph.png?nopeers=&time="+(new Date()).getTime();
window.status="";
}
window.setInterval("reloadGraph()", 1000);
@@ -18,7 +18,7 @@
#%env/templates/submenuConfig.template%#
<h2>Performance Settings</h2>
- <p><img src="PerformanceGraph.png" id="graph" alt="PerformanceGraph" width="660" height="240"/></p>
+ <p><img src="PerformanceGraph.png?nopeers=" id="graph" alt="PerformanceGraph" width="660" height="240"/></p>
<form id="optionreloadGraph" action="" method="get"><p><input type="checkbox" name="option" id="autoreload"/> <label for="autoreload">refresh graph</label></p></form>