Class CalculateResourceUtilization

  • All Implemented Interfaces:
    RJob

    public class CalculateResourceUtilization
    extends Object
    implements RJob
    Deprecated.
    Calculates the UTILIZATION of active/passive resources, based on the QUEUE_LENGTH measurements already contained in the measurement data.
    • Constructor Detail

      • CalculateResourceUtilization

        public CalculateResourceUtilization()
        Deprecated.
    • Method Detail

      • process

        public void process​(RContext context)
        Deprecated.
        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()
        Deprecated.
        Specified by:
        getName in interface RJob
        Returns:
        the name of this job