Class ObsSpec

java.lang.Object
jline.api.infer.ObsSpec

public class ObsSpec extends Object
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.

Copyright (c) 2012-2026, Imperial College London. All rights reserved.
  • Field Details

  • Constructor Details

  • Method Details

    • respT

      public static ObsSpec respT(String name)
      Observe the response time of the named element (entry or reference task).
    • util

      public static ObsSpec util(String name)
      Observe the utilization of the named element (typically a processor).
    • tput

      public static ObsSpec tput(String name)
      Observe the throughput of the named element.
    • qLen

      public static ObsSpec qLen(String name)
      Observe the queue length of the named element.