Wobserver v0.1.3 Wobserver.System.Info

Handles general System info like architecture and cpu.

Summary

Types

t()

Architecture information

Functions

Returns architecture information

Returns cpu information

Types

t()
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.

Functions

architecture()
architecture() :: Wobserver.System.Info.t

Returns architecture information.

cpu()

Returns cpu information.