Interface ResourceUtilizationLogger

All Known Implementing Classes:
ResourceUtilizationFormat1Logger

public interface ResourceUtilizationLogger
Implementations of this interface are used to log the total memory usage and count of workers managed by Remote Query Dispatchers.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
    log(long timestamp, String loggingProcessName, String resourceProcessName, int heapUsageMB, int workerCount, String comment)