Author: degenaro
Date: Tue May 31 18:29:45 2016
New Revision: 1746314
URL: http://svn.apache.org/viewvc?rev=1746314&view=rev
Log:
UIMA-4948 Agent should use uptime cmd to collect node average CPU load
On Machines page WS:
- should remove % from %CPU column heading
- should change hover to say "one minute load "average"
Modified:
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
Modified:
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
URL:
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp?rev=1746314&r1=1746313&r2=1746314&view=diff
==============================================================================
---
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
(original)
+++
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
Tue May 31 18:29:45 2016
@@ -108,7 +108,7 @@ if (table_style.equals("scroll")) {
<th align="left" title="The host node pool">Nodepool</th>
<th align="left" title="The host usable memory size, in GB"
>Memory(GB):usable</th>
<th align="left" title="The host free memory size, in GB"
>Memory(GB):free</th>
- <th align="left" title="The host CPU load average" >%CPU</th>
+ <th align="left" title="The host CPU one minute load average" >CPU</th>
<th align="left" title="The host inuse swap size, in GB"
>Swap(GB):inuse</th>
<th align="left" title="The host free swap size, in GB"
>Swap(GB):free</th>
<th align="left" title="The host C-Groups status" >C-Groups</th>
@@ -138,7 +138,7 @@ if (table_style.equals("classic")) {
<th align="left" class="none" title="The host node
pool">Nodepool</th>
<th align="left" class="sorttable_numeric" title="The host
usable memory size, in GB" >Memory(GB):usable</th>
<th align="left" class="sorttable_numeric" title="The host free
memory size, in GB" >Memory(GB):free</th>
- <th align="left" class="sorttable_numeric" title="The host CPU
load average" >%CPU</th>
+ <th align="left" class="sorttable_numeric" title="The host CPU
one minute load average" >CPU</th>
<th align="left" class="sorttable_numeric" title="The host
inuse swap size, in GB" >Swap(GB):inuse</th>
<th align="left" class="sorttable_numeric" title="The host free
swap size, in GB" >Swap(GB):free</th>
<th align="left" class="none" title="The host
C-Groups status" >C-Groups</th>