Skip to content

Instantly share code, notes, and snippets.

@hashimotor
Created October 6, 2012 17:19
Show Gist options
  • Save hashimotor/3845513 to your computer and use it in GitHub Desktop.
Save hashimotor/3845513 to your computer and use it in GitHub Desktop.
Check server spec.
# http://codezine.jp/article/detail/4830
# cat /proc/cpuinfo | grep "model name"
model name : Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz
model name : Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz
# cat /proc/meminfo | grep MemTotal
MemTotal: 2015528 kB
# cat /etc/redhat-release
CentOS release 5.3 (Final)
# uname -a
Linux host 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment