Guest User

Untitled

a guest
Jan 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ~$ uname -a
  2. Linux desknode1 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
  3.  
  4. ~$ grep --color "model name" /proc/cpuinfo
  5. model name : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
  6. model name : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
  7. model name : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
  8. model name : Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
  9. ~$
  10.  
  11. $ lscpu
  12. Architecture: x86_64
  13. CPU op-mode(s): 32-bit, 64-bit
  14. Byte Order: Little Endian
  15. CPU(s): 4
  16. On-line CPU(s) list: 0-3
  17. Thread(s) per core: 1
  18. Core(s) per socket: 4
  19. Socket(s): 1
  20. NUMA node(s): 1
  21. Vendor ID: GenuineIntel
  22. CPU family: 6
  23. Model: 23
  24. Stepping: 6
  25. CPU MHz: 2659.954
  26. BogoMIPS: 5320.00
  27. Virtualization: VT-x
  28. L1d cache: 32K
  29. L1i cache: 32K
  30. L2 cache: 6144K
  31. NUMA node0 CPU(s): 0-3
Add Comment
Please, Sign In to add comment