"Adam Horner"n:http://www.salmagundi.org.uk/ showed me how to check, on a linux system, information about the CPU make and model on the command line:


$ cat /proc/cpuinfo

I write it down so I don't forget. Note that this is on the command line, i.e. when you don't even have a graphical interface.

Running this on the very server I serve these pages:


peterbe@compaqpete:~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Celeron (Coppermine)
stepping        : 6
cpu MHz         : 699.106
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 
sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips        : 1392.64

Not very impressive is it. A 700Mhz Celeron. At least it's possible to run Zope, Squid and Apache on it.

Comments

Your email will never ever be published.

Previous:
Lemon - Commodore 64 Heaven! March 1, 2004 Misc. links
Next:
Unusual job offer March 3, 2004 Misc. links
Related by category:
How to find which git SHA it was when you merged in the default branch February 26, 2026 Linux
hylite as an executable October 15, 2025 Linux
Elasticsearch memory usage December 11, 2025 Linux
How to count the number of non-blank lines with Bash September 3, 2025 Linux
Related by keyword:
Optimization of getting random rows out of a PostgreSQL in Django February 23, 2011 Django