Skip to content

How to know hardware infos

sinsunsan edited this page Nov 10, 2012 · 10 revisions

http://programmingbulls.com/how-know-your-ram-linux-machine#.UJ4hd2n3tGs

cat /proc/meminfo

Files in proc are virtual files that show updated infos when we ask it.

Lists of files giving infos

buddyinfo
cpuinfo
meminfo
pagetypeinfo
slabinfo
vmallocinfo
zoneinfo

  • How to know the state of the disk
sudo smartctl -a /dev/sda

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally