antikythera v0.4.0 AntikytheraCore.SystemMetricsReporter View Source

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

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.