Skip to content

Instantly share code, notes, and snippets.

@sejima
Created September 23, 2015 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sejima/8dd3998d322764b0cc59 to your computer and use it in GitHub Desktop.
Save sejima/8dd3998d322764b0cc59 to your computer and use it in GitHub Desktop.
$ export PS1="Xeon E5-2630L v3:\w$ "
Xeon E5-2630L v3:~$ grep Xeon /proc/cpuinfo | head -n1
model name : Intel(R) Xeon(R) CPU E5-2630L v3 @ 1.80GHz
Xeon E5-2630L v3:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 63
Stepping: 2
CPU MHz: 1800.000
BogoMIPS: 3596.12
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0-15
Xeon E5-2630L v3:~$ uname --kernel-name --kernel-release --kernel-version --machine --processor --hardware-platform --operating-system
Linux 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Xeon E5-2630L v3:~$ dpkg --list libc6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================================================================-=========================================-=========================================-=======================================================================================================================================================
ii libc6:amd64 2.19-0ubuntu6.6 amd64 Embedded GNU C Library: Shared libraries
Xeon E5-2630L v3:~$ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Xeon E5-2630L v3:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment