Wobserver v0.1.4 Wobserver.System
Provides System information.
Summary
Functions
Provides a overview of all System information
Types
t()
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.
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.