@zeroc/ice
    Preparing search index...

    Class LoadInfo

    Information about the load of a node.

    The Slice compiler generated this class from Slice struct ::IceGrid::LoadInfo.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalavg1: number
      • Optionalavg5: number
      • Optionalavg15: number

      Returns LoadInfo

    Properties

    avg1: number

    The load average over the past minute.

    avg15: number

    The load average over the past 15 minutes.

    avg5: number

    The load average over the past 5 minutes.

    Methods

    • A deep copy of the current object.

      Returns LoadInfo

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.