Interface ServerAdmin.ServerStatistics

Enclosing interface:
ServerAdmin

public static interface ServerAdmin.ServerStatistics
Basic server performance statistics.
  • Method Details

    • timestamp

      long timestamp()
      Returns:
      the timestamp
    • connectionCount

      int connectionCount()
      Returns:
      the connection count
    • connectionLimit

      int connectionLimit()
      Returns:
      the connection limit
    • usedMemory

      long usedMemory()
      Returns:
      used memory
    • maximumMemory

      long maximumMemory()
      Returns:
      maximum memory
    • allocatedMemory

      long allocatedMemory()
      Returns:
      allocated memory
    • requestsPerSecond

      int requestsPerSecond()
      Returns:
      requests per second
    • systemCpuLoad

      double systemCpuLoad()
      Returns:
      the system cpu load
    • processCpuLoad

      double processCpuLoad()
      Returns:
      the process cpu load
    • threadStatistics

      ServerAdmin.ThreadStatistics threadStatistics()
      Returns:
      thread statistics
    • gcEvents

      Returns:
      GC events