Uses of Class
com.codahale.metrics.EWMA

  • Uses of EWMA in com.codahale.metrics

    Methods in com.codahale.metrics that return EWMA
    Modifier and Type
    Method
    Description
    static EWMA
    Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
    static EWMA
    Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
    static EWMA
    Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.