View Source Wobserver.System (Wobserver NG v1.14.0)
Provides System information.
Link to this section Summary
Functions
Provides a overview of all System information.
Link to this section Types
@type t() :: %Wobserver.System{ architecture: Wobserver.System.Info.t(), cpu: map(), memory: Wobserver.System.Memory.t(), scheduler: [float()], statistics: Wobserver.System.Statistics.t() }
System overview information.
Including:
architecture
, architecture information.cpu
, cpu information.memory
, memory usage.statistics
, general System statistics.scheduler
, scheduler utilization per scheduler.
Link to this section Functions
@spec overview() :: t()
Provides a overview of all System information.
Including:
architecture
, architecture information.cpu
, cpu information.memory
, memory usage.statistics
, general System statistics.scheduler
, scheduler utilization per scheduler.