Handles general System info like architecture and cpu.
Architecture information
Returns architecture information
Returns cpu information
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.
architecture() :: Wobserver.System.Info.t
Returns architecture information.
Returns cpu information.