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

Handles general System info like architecture and cpu.

Link to this section Summary

Types

t()

Architecture information.

Functions

Returns architecture information.

Returns cpu information.

Link to this section Types

@type t() :: %Wobserver.System.Info{
  elixir_version: String.t(),
  erts_version: String.t(),
  kernel_poll: boolean(),
  otp_release: String.t(),
  smp_support: boolean(),
  system_architecture: String.t(),
  thread_pool_size: integer(),
  threads: boolean(),
  wordsize_external: integer(),
  wordsize_internal: integer()
}

Architecture information.

Link to this section Functions

@spec architecture() :: t()

Returns architecture information.

Returns cpu information.