Tag Archives: arbeitspeicher

Arbeitsspeicher / System Konfiguration ausgeben

Drüben bei Cyberciti gab es gerade einen Tip wie man am besten die Arbeitsspeicher unter Linux auslesen kann. Dabei ist das Tool Memconf aufgetauch. Scheint ziemlich brauchbar zu sein, daher hier mein Tip für jeden der sich nicht sicher ist wieviel oder welche Art Arbeitsspeicher er verbaut hat:

cd /tmp
wget http://mirror.shade.sh/memconf.gz
gunzip memconf.gz
perl memconf -v

Der Output ist dann auch sehr informativ:

memconf:  V2.22 30-Jan-2012 http://www.4schmidts.com/unix.html
hostname: dev.shade.sh
manufacturer: ASRock
model:    E350M1 (AMD E-350 1600MHz)
CentOS release 6.2 (Final), 64-bit kernel, Linux 2.6.32-220.4.2.el6.x86_64
CPUSocket: AMD E-350 Process AMD E-350 1600MHz cpu, system freq: 100MHz
Memory Error Correction: None
Maximum Memory: 8192MB (8GB)
A1_DIMM1 A1_BANK1: 2048MB 1333MHz Synchronous DDR3 DIMM, Kingston 9905471-001.A01LF
A1_DIMM0 A1_BANK0: 2048MB 1333MHz Synchronous DDR3 DIMM, Kingston 9905471-001.A01LF
empty memory sockets: None
total memory = 4096MB (4GB)

Ich habe das Script hier gespiegelt und werde es aktuell halten falls die org. Quelle mal down sein sollte.