Package jline.api.lqn
Class Lqn_mol.Result
java.lang.Object
jline.api.lqn.Lqn_mol.Result
- Enclosing class:
- Lqn_mol
The four (nidx) vectors in the column convention
SolverLN and LQNS report, so they
line up with LN(model).getAvgTable() cell for cell.
| index | QN (QLen) | UN (Util) | RN (RespT) | TN (Tput) |
|---|---|---|---|---|
| host | NaN | processor utilization | NaN | NaN |
| task | sum of entry T*S | sum of entry proc util | NaN | cycle rate |
| entry | T*S | processor utilization | response time | throughput |
| activity | as its entry | as its entry | as its entry | as its entry |
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]Blocking time per call.final intIterations performed.final double[]final doubleThe 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
-
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 iterIterations performed. -
resid
public final double residThe infinity norm of the last relative change, over servt and thinkt alike. -
servt
public final double[] servtEntry response time seen by a caller. -
residt
public final double[] residtEntry processor residence. -
callservt
public final double[] callservtBlocking time per call. -
thinkt
public final double[] thinktTask surrogate idle time.
-