Package jline.api.lqn

Class Lqn_mol.Result

java.lang.Object
jline.api.lqn.Lqn_mol.Result
Enclosing class:
Lqn_mol

public static class Lqn_mol.Result extends Object
The four (nidx) vectors in the column convention SolverLN and LQNS report, so they line up with LN(model).getAvgTable() cell for cell.
Reported measures by element kind
indexQN (QLen)UN (Util)RN (RespT)TN (Tput)
hostNaNprocessor utilizationNaNNaN
tasksum of entry T*Ssum of entry proc utilNaNcycle rate
entryT*Sprocessor utilizationresponse timethroughput
activityas its entryas its entryas its entryas its entry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    Blocking time per call.
    final int
    Iterations performed.
    final double[]
     
    final double
    The infinity norm of the last relative change, over servt and thinkt alike.
    final double[]
    Entry processor residence.
    final double[]
     
    final double[]
    Entry response time seen by a caller.
    final double[]
    Entry share of its task's invocations.
    final double[]
    Task surrogate idle time.
    final double[]
     
    final double[]
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • QN

      public final double[] QN
    • UN

      public final double[] UN
    • RN

      public final double[] RN
    • TN

      public final double[] TN
    • iter

      public final int iter
      Iterations performed.
    • resid

      public final double resid
      The infinity norm of the last relative change, over servt and thinkt alike.
    • servt

      public final double[] servt
      Entry response time seen by a caller.
    • residt

      public final double[] residt
      Entry processor residence.
    • callservt

      public final double[] callservt
      Blocking time per call.
    • thinkt

      public final double[] thinkt
      Task surrogate idle time.
    • share

      public final double[] share
      Entry share of its task's invocations.