Package jline.api.qsys
Class QsysMapG1kPerflowResult
java.lang.Object
jline.api.qsys.QsysMapG1kPerflowResult
- All Implemented Interfaces:
Serializable
Return value of
Qsys_mapg1k_perflow, mirroring the MATLAB result
struct of qsys_mapg1k_perflow.m.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionName of the analyzer that produced this result.1 x N, arrival rate of flow n [pkts/s].doublesum_n lambda(n).doublesum_n lossRatio(n)*lambda(n)/lambdaAggregate.1 x N, loss ratio of flow n, in [0,1].doubleE[service time].1 x N, P(buffer empty) in the n-th model.1 x N, P(buffer full) in the n-th model.doublelambdaAggregate * E[S].1 x N, throughput of flow n [pkts/s].doublesum_n throughput(n). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
throughput
1 x N, throughput of flow n [pkts/s]. -
lossRatio
1 x N, loss ratio of flow n, in [0,1]. -
lambda
1 x N, arrival rate of flow n [pkts/s]. -
lambdaAggregate
public double lambdaAggregatesum_n lambda(n). -
throughputAggregate
public double throughputAggregatesum_n throughput(n). -
lossAggregate
public double lossAggregatesum_n lossRatio(n)*lambda(n)/lambdaAggregate. -
p0
1 x N, P(buffer empty) in the n-th model. -
pK
1 x N, P(buffer full) in the n-th model. -
meanServiceTime
public double meanServiceTimeE[service time]. -
rho
public double rholambdaAggregate * E[S]. -
analyzer
Name of the analyzer that produced this result.
-
-
Constructor Details
-
QsysMapG1kPerflowResult
public QsysMapG1kPerflowResult()
-