Package jline.api.qsys
Class QsysMmapG1kResult
java.lang.Object
jline.api.qsys.QsysMmapG1kResult
- All Implemented Interfaces:
Serializable
Return value of
Qsys_mmapg1k: the per-class throughputs and loss
ratios of an MMAP[K]/G/1/K buffer, mirroring the MATLAB result struct of
qsys_mmapg1k.m.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionName of the analyzer that produced this result.1 x R, arrival rate of class k [pkts/s].doublesum_k lambda(k).doubleAggregate loss ratio.1 x R, loss ratio of class k, in [0,1].doubleE[number in system].doubleE[service time].doubleP(buffer empty).doubleP(buffer full).1 x M, P(buffer full, phase j).1 x (K+1), P(level = l).doubleOffered load.1 x R, throughput of class k [pkts/s].doublesum_k throughput(k).double1 - p0. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
throughput
1 x R, throughput of class k [pkts/s]. -
lossRatio
1 x R, loss ratio of class k, in [0,1]. -
lambda
1 x R, arrival rate of class k [pkts/s]. -
lambdaAggregate
public double lambdaAggregatesum_k lambda(k). -
throughputAggregate
public double throughputAggregatesum_k throughput(k). -
lossAggregate
public double lossAggregateAggregate loss ratio. -
p0
public double p0P(buffer empty). -
pK
public double pKP(buffer full). -
pKvec
1 x M, P(buffer full, phase j). -
plevel
1 x (K+1), P(level = l). -
meanQueueLength
public double meanQueueLengthE[number in system]. -
meanServiceTime
public double meanServiceTimeE[service time]. -
utilization
public double utilization1 - p0. -
rho
public double rhoOffered load. -
analyzer
Name of the analyzer that produced this result.
-
-
Constructor Details
-
QsysMmapG1kResult
public QsysMmapG1kResult()
-