Skip to content

Instantly share code, notes, and snippets.

@TheDeadCode
Last active February 12, 2017 21:55
Show Gist options
  • Save TheDeadCode/428d7a7520bab9322fa5d7999010f2f7 to your computer and use it in GitHub Desktop.
Save TheDeadCode/428d7a7520bab9322fa5d7999010f2f7 to your computer and use it in GitHub Desktop.

CPU

[root ~]# cat /proc/cpuinfo | grep "model name" -m 1
model name	: Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz

RAM

[root ~]# free -h
              total        used        free      shared  buff/cache   available
Mem:            31G        6.7G        232M        1.8G         24G         22G

Disk

[root ~]# hdparm -I /dev/sda

/dev/sda:

ATA device, with non-removable media
	Model Number:       KINGSTON SV310S37A960G
	Serial Number:      50026B7261083563
	device size with M = 1024*1024:      915715 MBytes
	device size with M = 1000*1000:      960197 MBytes (960 GB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment