New HW for my blog
04 February, 2009
My blog was unaccessible few days due HW failure (HDD has gone after power failure(...yes we are using UPS :-D )). Me and my friends made a decision to say bye to our old HW and say hello to new one. Old machine specification:
# cat /proc/cpuinfo |egrep 'processor|model\ name'
processor : 0
model name : AMD Athlon(tm) XP 2400+
# free|grep Mem|awk {'print $1$2'}
Mem:1034836
New machine specification:
# cat /proc/cpuinfo |egrep 'processor|model\ name'
processor : 0
model name : Intel(R) Xeon(TM) CPU 2.40GHz
processor : 1
model name : Intel(R) Xeon(TM) CPU 2.40GHz
processor : 2
model name : Intel(R) Xeon(TM) CPU 2.40GHz
processor : 3
model name : Intel(R) Xeon(TM) CPU 2.40GHz
# free|grep Mem|awk {'print $1$2'}
Mem:3115900
Personally I like AMD but you can see the difference...
There are no published comments.
New comment