1function [QN,UN,RN,TN,AN,WN] = getEnsembleAvg(self)
2% [QN,UN,RN,TN,AN,WN] = GETENSEMBLEAVG(SELF)
5%QN = self.result.Avg.QLen;
6UN = self.result.Avg.Util;
7RN = self.result.Avg.RespT;
8TN = self.result.Avg.Tput;
9PN = self.result.Avg.ProcUtil;
10SN = self.result.Avg.SvcT;
17% LQNS reports proc-utilization summed over all instances of the host
18% processor; LN reports the per-server fraction. Rescale UN to match LN.
24 if cur < 1 || cur > lqn.nidx
27 if lqn.type(cur) == LayeredNetworkElement.PROCESSOR
40 if hostMult > 1 && ~isnan(UN(idx))
41 UN(idx) = UN(idx) / hostMult;