Skip to content

Instantly share code, notes, and snippets.

@russelldb
Created August 30, 2012 08:36
Show Gist options
  • Save russelldb/3524245 to your computer and use it in GitHub Desktop.
Save russelldb/3524245 to your computer and use it in GitHub Desktop.
Intel® Xeon® Six Core E5-2620 (2.0 GHz, 7.20 GT/s, 15M L3 Cache)
Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:12:12] [rq:12] [async-threads:0] [kernel-poll:false]
Eshell V5.8.5 (abort with ^G)
1> erlang:system_info(cpu_topology).
[{processor,[{core,[{thread,{logical,0}},
{thread,{logical,6}}]},
{core,[{thread,{logical,1}},{thread,{logical,7}}]},
{core,[{thread,{logical,2}},{thread,{logical,8}}]},
{core,[{thread,{logical,3}},{thread,{logical,9}}]},
{core,[{thread,{logical,4}},{thread,{logical,10}}]},
{core,[{thread,{logical,5}},{thread,{logical,11}}]}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment