View Source Wobserver.System.Statistics (Wobserver NG v1.14.0)

Handles system statistics.

Link to this section Summary

Types

t()

System statistics.

Functions

Returns system statistics.

Link to this section Types

@type t() :: %Wobserver.System.Statistics{
  input: integer(),
  output: integer(),
  process_max: integer(),
  process_running: integer(),
  process_total: integer(),
  uptime: integer()
}

System statistics.

Link to this section Functions

@spec overview() :: t()

Returns system statistics.