Interface ServerStateLogLogger

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
ServerStateLogLogger.Noop

public interface ServerStateLogLogger extends Closeable
Logs data that describes the top-level view of the free and total memory available to the process.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(long intervalStartTime, int intervalDurationMicros, int totalMemoryMiB, int freeMemoryMiB, short intervalCollections, int intervalCollectionTimeMicros, short intervalUGPCyclesOnBudget, int[] intervalUGPCyclesTimeMicros, short intervalUGPCyclesSafePoints, int intervalUGPCyclesSafePointTimeMicros)
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • log

      void log(long intervalStartTime, int intervalDurationMicros, int totalMemoryMiB, int freeMemoryMiB, short intervalCollections, int intervalCollectionTimeMicros, short intervalUGPCyclesOnBudget, int[] intervalUGPCyclesTimeMicros, short intervalUGPCyclesSafePoints, int intervalUGPCyclesSafePointTimeMicros) throws IOException
      Throws:
      IOException