Wobserver v0.1.8 Wobserver.System.Info View Source

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

Link to this type t() View Source
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

Returns architecture information.

Returns cpu information.