I have a Intel(R) Xeon(TM) CPU 3.06GHz with 512KB cache size.
I was wondering if the on-chip cache for the machine is L1 or L2. Is there a way of knowing that through a Unix command?
|
I have a Intel(R) Xeon(TM) CPU 3.06GHz with 512KB cache size. I was wondering if the on-chip cache for the machine is L1 or L2. Is there a way of knowing that through a Unix command? | ||||
|
feedback
|
|
You don't say which flavour of Unix, but on Linux you can:
Not sure how to get the same amount of information from a Solaris box. The closest I've found is:
| |||
|
feedback
|
|
The Intel Xeon 512KB has a 512KB L2 cache.
E7501, Intel® Xeon® Processor 3.06 GHz, 512K Cache, 533 MHz FSB However, it would be a good idea to check your processor model and look it up. | ||||
|
feedback
|
|
If you are on Windows, I highly recommend CPU-Z - it will identify your CPU, memory, and motherboard in great detail.
| ||||
|
feedback
|
|
The BIOS of the computer might have detailed processor information. Many of them will list the size of the L1 and L2 caches along with the speed and model of the cpu within the computer. | |||
|
feedback
|
|
512KB is too big to be L1 cache, likely it's L2. And yes, all recent L2 caches are located within the die (along w/ L1). | |||
|
feedback
|