blob: 3d21b0d544b718c563cb71d7db8cc6c48f40dbd9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2000-2019 Ericsson Telecom AB
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http:www.eclipse.org/legal/epl-v10.html -->
<Widgets xmlns="http://ttcn.ericsson.se/protocolModules/xtdp/xtdl">
<hbox flex="1.0" id="UIHandler_widgetId_0" orientation="horizontal">
<tabpages flex="1.0" id="EPTF_Main_Tabbox">
<tabpage id="HostAdminTabId" label="HostAdmin" orientation="vertical">
<tree hidecolumnpicker="true" id="HostAdminTreeId">
<treecols>
<treecol editable="false" flex="1.0"
id="HostAdminTreeHostnameColID" label="Host" widgetType="string" />
<treecol editable="false" flex="1.0"
id="HostAdminTreeHostValueColID" label="CPU Load" widgetType="floatField" />
</treecols>
<treechildren>
<treeitem>
<iterator element="PTCs" id="Hosts" source="DataSource">
<params>
<dataparam name="Source" value="HostAdmin" />
</params>
<treerow>
<treecell
id="%Hosts%.%Hosts::idx%.CPULoadWidgetIDHostNameStringID"
label="%Hosts%" />
<treecell id="%Hosts%.%Hosts::idx%.CPULoadWidgetID"
label="14.918183">
<externaldata element="HostCPULoad" source="HostAdmin"
ptcname="%Hosts%" />
</treecell>
</treerow>
</iterator>
</treeitem>
</treechildren>
</tree>
<tabpages flex="1.0" id="HostAdminProcessTabboxId" layout="LISTCARD">
<iterator element="PTCs" id="Hosts" source="DataSource">
<params>
<dataparam name="Source" value="HostAdmin" />
</params>
<tabpage id="%Hosts%.%Hosts::idx%.HostAdminProcTabID"
label="%Hosts%" orientation="vertical">
<tree hidecolumnpicker="true"
id="%Hosts%.%Hosts::idx%.HostAdminProcessTreeId">
<treecols>
<treecol editable="false" flex="2.0"
id="%Hosts%.%Hosts::idx%.UIHandler_widgetId_0" label="Process"
widgetType="string" />
<treecol editable="false" flex="1.0"
id="%Hosts%.%Hosts::idx%.UIHandler_widgetId_1" label="PID"
widgetType="integerField" />
<treecol editable="false" flex="1.0"
id="%Hosts%.%Hosts::idx%.UIHandler_widgetId_2" label="CPU load [%]"
widgetType="floatField" />
<treecol editable="false" flex="1.0"
id="%Hosts%.%Hosts::idx%.UIHandler_widgetId_3" label="Memory usage [kB]"
widgetType="integerField" />
</treecols>
<treechildren>
<treeitem>
<iterator element="Processes" id="Processes" source="HostAdmin"
ptcname="%Hosts%">
<treerow>
<treecell
id="%Hosts%.%Hosts::idx%.process.%Processes::idx%.Name"
label="ProcName">
<externaldata element="ProcName" source="HostAdmin"
ptcname="%Hosts%">
<params>
<dataparam name="ProcID" value="%Processes%" />
</params>
</externaldata>
</treecell>
<treecell
id="%Hosts%.%Hosts::idx%.process.%Processes::idx%.PID"
label="%Processes%" />
<treecell
id="%Hosts%.%Hosts::idx%.process.%Processes::idx%.CPU"
label="0.000000">
<externaldata element="ProcCPULoad" source="HostAdmin"
ptcname="%Hosts%">
<params>
<dataparam name="ProcID" value="%Processes%" />
</params>
</externaldata>
</treecell>
<treecell
id="%Hosts%.%Hosts::idx%.process.%Processes::idx%.MEM"
label="7724">
<externaldata element="ProcMEMUsage" source="HostAdmin"
ptcname="%Hosts%">
<params>
<dataparam name="ProcID" value="%Processes%" />
</params>
</externaldata>
</treecell>
</treerow>
</iterator>
</treeitem>
</treechildren>
</tree>
</tabpage>
</iterator>
</tabpages>
</tabpage>
</tabpages>
</hbox>
</Widgets>