Package 

Class OpenObserveVitalsMeter

  • All Implemented Interfaces:
    com.openobserve.benchmark.OpenObserveBaseMeter

    
    public final class OpenObserveVitalsMeter
     implements OpenObserveBaseMeter
                        

    This class is responsible for managing the performance gauges related to CPU, FPS, and memory usage. It provides functionalities to start and stop monitoring these metrics, which will be uploaded to OpenObserve metric API.

    • Method Summary

      Modifier and Type Method Description
      Unit startMeasuring() Starts cpu, memory and fps gauges.
      Unit stopMeasuring() Stops cpu, memory and fps gauges.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait