Package jline.solvers.ldes
Class LNLDESResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.ldes.LNLDESResult
Result container for LayeredNetwork LDES simulation.
Metrics are indexed by LQN element type:
- Hosts: indices 1 to nhosts
- Tasks: indices tshift+1 to tshift+ntasks
- Entries: indices eshift+1 to eshift+nentries
- Activities: indices ashift+1 to ashift+nacts
-
Field Summary
FieldsModifier and TypeFieldDescriptionArrival rate per LQN element [1 x nidx]Delayed-hit probability (0 when no retrieval system).True-hit probability (excludes delayed hits).ItemEntry absolute LQN index for each cache read.Miss probability.Read throughput (reads per unit time) into this cache.CacheTask absolute LQN index for each cache read.LQN structure referenceQueue length per LQN element [1 x nidx]Queue length confidence interval half-widths [1 x nidx]Response time per LQN element [1 x nidx]Response time confidence interval half-widths [1 x nidx]Throughput per LQN element [1 x nidx]Throughput confidence interval half-widths [1 x nidx]Utilization per LQN element [1 x nidx]Utilization confidence interval half-widths [1 x nidx]Residence/waiting time per LQN element [1 x nidx] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
lsn
LQN structure reference -
QLN
Queue length per LQN element [1 x nidx] -
ULN
Utilization per LQN element [1 x nidx] -
RLN
Response time per LQN element [1 x nidx] -
WLN
Residence/waiting time per LQN element [1 x nidx] -
TLN
Throughput per LQN element [1 x nidx] -
ALN
Arrival rate per LQN element [1 x nidx] -
QLNCI
Queue length confidence interval half-widths [1 x nidx] -
ULNCI
Utilization confidence interval half-widths [1 x nidx] -
RLNCI
Response time confidence interval half-widths [1 x nidx] -
TLNCI
Throughput confidence interval half-widths [1 x nidx] -
cacheTaskIdx
CacheTask absolute LQN index for each cache read. -
cacheItemEntryIdx
ItemEntry absolute LQN index for each cache read. -
cacheHitProb
True-hit probability (excludes delayed hits). -
cacheMissProb
Miss probability. -
cacheDelayedProb
Delayed-hit probability (0 when no retrieval system). -
cacheReadRate
Read throughput (reads per unit time) into this cache.
-
-
Constructor Details
-
LNLDESResult
public LNLDESResult()
-