Wobserver v0.1.8 Wobserver.System View Source
Provides System information.
Link to this section Summary
Functions
Provides a overview of all System information
Link to this section Types
Link to this type
t()
View Source
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
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.