Class CalculateMeanQueueLength

  • All Implemented Interfaces:
    RJob

    public class CalculateMeanQueueLength
    extends Object
    implements RJob
    Calculates the mean queue length of resources, based on raw QUEUE_LENGTH measurements already contained in the measurement data. Compared to raw queue lengths, mean queue lengths have two main advantages: First, they occupy considerably less main memory and/or storage space. Second, they are equidistantly spaced, allowing for calculating statistics like mean, quartiles and quantiles.
    • Constructor Detail

      • CalculateMeanQueueLength

        public CalculateMeanQueueLength()
    • Method Detail

      • process

        public void process​(RContext context)
        Description copied from interface: RJob
        The work to be done by this job. Should only be called by an RJobProcessor.
        Specified by:
        process in interface RJob
      • getName

        public String getName()
        Specified by:
        getName in interface RJob
        Returns:
        the name of this job