Advertisement
Guest User

system configurations

a guest
Dec 18th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [root@jasper buildomatic]# lscpu
  2. Architecture: x86_64
  3. CPU op-mode(s): 32-bit, 64-bit
  4. Byte Order: Little Endian
  5. CPU(s): 4
  6. On-line CPU(s) list: 0-3
  7. Thread(s) per core: 4
  8. Core(s) per socket: 1
  9. Socket(s): 1
  10. NUMA node(s): 1
  11. Vendor ID: GenuineIntel
  12. CPU family: 6
  13. Model: 62
  14. Model name: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
  15. Stepping: 4
  16. CPU MHz: 2494.032
  17. BogoMIPS: 4988.06
  18. Hypervisor vendor: Xen
  19. Virtualization type: full
  20. L1d cache: 32K
  21. L1i cache: 32K
  22. L2 cache: 256K
  23. L3 cache: 25600K
  24. NUMA node0 CPU(s): 0-3
  25.  
  26. [root@jasper buildomatic]# free -m
  27. total used free shared buffers cached
  28. Mem: 15046 2900 12145 30 40 1388
  29. -/+ buffers/cache: 1472 13573
  30. Swap: 0 0 0
  31.  
  32. [root@jasper buildomatic]# uname -mrs
  33. Linux 4.1.13-19.30.amzn1.x86_64 x86_64
  34.  
  35. [root@jasper buildomatic]# df -h
  36. Filesystem Size Used Avail Use% Mounted on
  37. /dev/xvda1 40G 6.8G 33G 18% /
  38. devtmpfs 7.4G 16K 7.4G 1% /dev
  39. tmpfs 7.4G 0 7.4G 0% /dev/shm
  40. /dev/xvdb 37G 401M 35G 2% /tmp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement