Class QsysMapG1kPerflowResult

java.lang.Object
jline.api.qsys.QsysMapG1kPerflowResult
All Implemented Interfaces:
Serializable

public final class QsysMapG1kPerflowResult extends Object implements Serializable
Return value of Qsys_mapg1k_perflow, mirroring the MATLAB result struct of qsys_mapg1k_perflow.m.
See Also:
  • Field Details

    • throughput

      public Matrix throughput
      1 x N, throughput of flow n [pkts/s].
    • lossRatio

      public Matrix lossRatio
      1 x N, loss ratio of flow n, in [0,1].
    • lambda

      public Matrix lambda
      1 x N, arrival rate of flow n [pkts/s].
    • lambdaAggregate

      public double lambdaAggregate
      sum_n lambda(n).
    • throughputAggregate

      public double throughputAggregate
      sum_n throughput(n).
    • lossAggregate

      public double lossAggregate
      sum_n lossRatio(n)*lambda(n)/lambdaAggregate.
    • p0

      public Matrix p0
      1 x N, P(buffer empty) in the n-th model.
    • pK

      public Matrix pK
      1 x N, P(buffer full) in the n-th model.
    • meanServiceTime

      public double meanServiceTime
      E[service time].
    • rho

      public double rho
      lambdaAggregate * E[S].
    • analyzer

      public String analyzer
      Name of the analyzer that produced this result.
  • Constructor Details

    • QsysMapG1kPerflowResult

      public QsysMapG1kPerflowResult()