Class QsysMmapG1kResult

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

public final class QsysMmapG1kResult extends Object implements 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 Details

    • throughput

      public Matrix throughput
      1 x R, throughput of class k [pkts/s].
    • lossRatio

      public Matrix lossRatio
      1 x R, loss ratio of class k, in [0,1].
    • lambda

      public Matrix lambda
      1 x R, arrival rate of class k [pkts/s].
    • lambdaAggregate

      public double lambdaAggregate
      sum_k lambda(k).
    • throughputAggregate

      public double throughputAggregate
      sum_k throughput(k).
    • lossAggregate

      public double lossAggregate
      Aggregate loss ratio.
    • p0

      public double p0
      P(buffer empty).
    • pK

      public double pK
      P(buffer full).
    • pKvec

      public Matrix pKvec
      1 x M, P(buffer full, phase j).
    • plevel

      public Matrix plevel
      1 x (K+1), P(level = l).
    • meanQueueLength

      public double meanQueueLength
      E[number in system].
    • meanServiceTime

      public double meanServiceTime
      E[service time].
    • utilization

      public double utilization
      1 - p0.
    • rho

      public double rho
      Offered load.
    • analyzer

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

    • QsysMmapG1kResult

      public QsysMmapG1kResult()