Package

agora.api

health

Permalink

package health

Visibility
  1. Public
  2. All

Type Members

  1. case class HealthDto(asOf: LocalDateTime, system: SystemDto, heapMemoryUsage: MemoryDto, nonHeapMemoryUsage: MemoryDto, objectPendingFinalizationCount: Int) extends Product with Serializable

    Permalink
  2. case class MemoryDto(init: Long, committed: Long, max: Long, used: Long, usedPercent: Int) extends Product with Serializable

    Permalink
  3. case class SystemDto(architecture: String, operatingSystem: String, availableProcessors: Int, committedVirtualMemorySize: Long, freePhysicalMemorySize: Long, freeSwapSpaceSize: Long, processCpuLoad: Double, systemLoadAverage: Double, totalPhysicalMemorySize: Long, totalSwapSpaceSize: Long) extends Product with Serializable

    Permalink

Value Members

  1. object HealthDto extends TimeInstances with Serializable

    Permalink
  2. object MemoryDto extends Serializable

    Permalink
  3. object SystemDto extends LazyLogging with Serializable

    Permalink

Ungrouped