InfrastructureResponseMetrics

algoliasearch.monitoring.InfrastructureResponseMetrics
case class InfrastructureResponseMetrics(cpuUsage: Option[Map[String, Seq[ProbesMetric]]], ramIndexingUsage: Option[Map[String, Seq[ProbesMetric]]], ramSearchUsage: Option[Map[String, Seq[ProbesMetric]]], ssdUsage: Option[Map[String, Seq[ProbesMetric]]], avgBuildTime: Option[Map[String, Seq[ProbesMetric]]])

InfrastructureResponseMetrics

Value parameters

avgBuildTime

Average build time of the indices in seconds.

cpuUsage

CPU idleness in %.

ramIndexingUsage

RAM used for indexing in MB.

ramSearchUsage

RAM used for search in MB.

ssdUsage

Solid-state disk (SSD) usage expressed as % of RAM. 0% means no SSD usage. A value of 50% indicates 32 GB SSD usage for a machine with 64 RAM.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product