x86info – di tutto di più sulla vostra CPU!
Su qualsiasi macchina linux-powered se volete conoscere le informazioni sulla vostra CPU basta fare un semplice
cat /proc/cpuinfo
Tuttavia, se volete avere delle informazioni maggiori – non essendoci niente di paragonabile a CPU-Z – potete usare x86info che di fatto vi consente di interrogare la vostra CPU per conoscerla più a fondo…
Non esistono ancora pacchetti, quindi potete installarlo facendo
git-clone git://git.choralone.org/git/x86info
cd x86info
make
sudo make nodes
./x86info
Questi sono i miei dati:
x86info v1.21. Dave Jones 2001-2007
Feedback to davej@redhat.com.
Found 1 CPU
—————————————————————————————————————
Family: 6 Model: 9 Stepping: 5 Type: 0 Brand: 6
CPU Model: Pentium M (Banias) Original OEM
Processor name string: Intel® Pentium® M processor 1500MHz
Feature flags: fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflsh ds acpi mmx fxsr sse sse2 tm pbe
Extended feature flags: est tm2
Cache info L1 Instruction cache: 32KB, 8-way associative. 64 byte line size. L1 Data cache: 32KB, 8-way associative. 64 byte line size. L2 unified cache: 1MB, 8-way associative. 64 byte line size.
TLB info Instruction TLB: 4K pages, 4-way associative, 128 entries. Instruction TLB: 4MB pages, fully associative, 2 entries Data TLB: 4K pages, 4-way associative, 128 entries. Data TLB: 4MB pages, 4-way associative, 8 entries

Commento di imu — 03 December 2007 @ 20:52