Advertisement
Guest User

SSH Resources

a guest
Apr 6th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. gingebot@shh:~$ free -h
  2. total used free shared buffers cached
  3. Mem: 1.0G 923M 83M 0B 126M 571M
  4. -/+ buffers/cache: 226M 781M
  5. Swap: 478M 904K 478M
  6.  
  7. gingebot@shh:~$ df -h
  8. Filesystem Size Used Avail Use% Mounted on
  9. rootfs 20G 18G 977M 95% /
  10. udev 10M 0 10M 0% /dev
  11. tmpfs 101M 96K 101M 1% /run
  12. /dev/disk/by-label/root 20G 18G 977M 95% /
  13. tmpfs 5.0M 0 5.0M 0% /run/lock
  14. tmpfs 298M 0 298M 0% /run/shm
  15.  
  16. gingebot@shh:~$ cat /proc/cpuinfo
  17. processor : 0
  18. vendor_id : GenuineIntel
  19. cpu family : 6
  20. model : 86
  21. model name : Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz
  22. stepping : 2
  23. microcode : 0xa
  24. cpu MHz : 2000.048
  25. cache size : 12288 KB
  26. physical id : 0
  27. siblings : 2
  28. core id : 0
  29. cpu cores : 1
  30. apicid : 0
  31. initial apicid : 15
  32. fdiv_bug : no
  33. hlt_bug : no
  34. f00f_bug : no
  35. coma_bug : no
  36. fpu : yes
  37. fpu_exception : yes
  38. cpuid level : 20
  39. wp : yes
  40. flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht nx constant_tsc pni pclmulqdq ssse3 fma sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor abm 3dnowprefetch ida arat epb xsaveopt pln pts dtherm fsgsbase erms
  41. bogomips : 4000.09
  42. clflush size : 64
  43. cache_alignment : 64
  44. address sizes : 46 bits physical, 48 bits virtual
  45. power management:
  46.  
  47. processor : 1
  48. vendor_id : GenuineIntel
  49. cpu family : 6
  50. model : 86
  51. model name : Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz
  52. stepping : 2
  53. microcode : 0xa
  54. cpu MHz : 2000.048
  55. cache size : 12288 KB
  56. physical id : 0
  57. siblings : 2
  58. core id : 0
  59. cpu cores : 1
  60. apicid : 0
  61. initial apicid : 15
  62. fdiv_bug : no
  63. hlt_bug : no
  64. f00f_bug : no
  65. coma_bug : no
  66. fpu : yes
  67. fpu_exception : yes
  68. cpuid level : 20
  69. wp : yes
  70. flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht nx constant_tsc pni pclmulqdq ssse3 fma sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor abm 3dnowprefetch ida arat epb xsaveopt pln pts dtherm fsgsbase erms
  71. bogomips : 4000.09
  72. clflush size : 64
  73. cache_alignment : 64
  74. address sizes : 46 bits physical, 48 bits virtual
  75. power management:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement