Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.metrics

Interface IStatisticSnapshot<V,Q>



  • @ThingworxExtensionApiClass(since={8,3})
    public interface IStatisticSnapshot<V,Q>
    Provides access to a read-only immutable snapshot of statistical data from a metric.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      V max()


      Returns the maximum value passed into the metric.
      Q mean()


      Returns the average value observed by the metric.
      V min()


      Returns the minimum value passed into the metric.
      Q percentile50()


      Returns the 50th percentile observed by the metric.
      Q percentile75()


      Returns the 75th percentile observed by the metric.
      Q percentile80()


      Returns the 80th percentile observed by the metric.
      Q percentile90()


      Returns the 90th percentile observed by the metric.
      Q percentile95()


      Returns the 95th percentile observed by the metric.
      Q percentile99_9()


      Returns the 99.9th percentile observed by the metric.
      Q percentile99()


      Returns the 99th percentile observed by the metric.
      Q stddev()


      Returns the standard deviation observed by the metric.