summaryrefslogtreecommitdiff
path: root/htroot/PerformanceQueues_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-10-08 15:20:43 +0200
committerMichael Peter Christen <mc@yacy.net>2014-10-08 15:20:43 +0200
commit7817fc50c9db71296f0df3fb0ff163131bb4c5ec (patch)
treeec444fc2c5226d5fa52466555151536666c8f6e5 /htroot/PerformanceQueues_p.html
parent5082feb103742d30f1caa179a80766cf4d0a00d8 (diff)
added a high cpu cycle monitor to PerformanceQueues
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
-rw-r--r--htroot/PerformanceQueues_p.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html
index 670ea3c55..379ca9f2a 100644
--- a/htroot/PerformanceQueues_p.html
+++ b/htroot/PerformanceQueues_p.html
@@ -23,6 +23,7 @@
<td>Idle<br />Cycles</td>
<td>Busy<br />Cycles</td>
<td>Short Mem<br />Cycles</td>
+ <td>High CPU<br />Cycles</td>
<td>Sleep Time<br />per Cycle<br />(millis)</td>
<td>Exec Time<br />per Busy-Cycle<br />(millis)</td>
<td>Memory Use<br />per Busy-Cycle<br />(kbytes)</td>
@@ -46,6 +47,7 @@
<td align="right">#[idlecycles]#</td>
<td align="right">#[busycycles]#</td>
<td align="right">#[memscycles]#</td>
+ <td align="right">#[highcpucycles]#</td>
<td align="right">#[sleeppercycle]#</td>
<td align="right">#[execpercycle]#</td>
<td align="right">#[memusepercycle]#</td>