Package jline.api.infer
Class ObsSpec
java.lang.Object
jline.api.infer.ObsSpec
Specification of an observed LQN performance metric.
Used by InferLqn to select which measured quantity forms a
component of the observation vector z = h(a): a response time, a utilization,
a throughput or a queue length of a named LQN element.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObsSpecObserve the queue length of the named element.static ObsSpecObserve the response time of the named element (entry or reference task).static ObsSpecObserve the throughput of the named element.static ObsSpecObserve the utilization of the named element (typically a processor).
-
Field Details
-
metric
-
name
-
-
Constructor Details
-
ObsSpec
-
-
Method Details
-
respT
Observe the response time of the named element (entry or reference task). -
util
Observe the utilization of the named element (typically a processor). -
tput
Observe the throughput of the named element. -
qLen
Observe the queue length of the named element.
-