View Source AntikytheraCore.SystemMetricsReporter (antikythera v0.5.1)

A GenServer that periodically submit metrics about the ErlangVM.

Note that some values obtained from :erlang.statistics/1 are cumulative; we have to take diff from the previous values.

  • reductions
  • bytes_in
  • bytes_out
  • gc_count
  • gc_words_reclaimed

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.