[CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread clibup clibup
Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 *cat /proc/cpuinfo |grep CPU * model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz Diagram of a generic dual-core processor, with

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread Giovanni Tirloni
On Mon, Jun 27, 2011 at 7:25 AM, clibup clibup cli...@gmail.com wrote: Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 [...] If someone have any idea how to clearly designate L1/L2 cache don't hesitate share your knowledge .. You already

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread William L. Maltby
On Mon, 2011-06-27 at 12:25 +0200, clibup clibup wrote: Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 On my workstation, type 4 is cpu, 7 is cache. W/no params list everything. # dmidecode --type 4,7 snip Bill

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread Stas Grabois
Try this: http://www.open-mpi.org/software/hwloc/v1.0/ On 27/06/2011 13:25, clibup clibup wrote: Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 *cat /proc/cpuinfo |grep CPU * model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz model name

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread clibup clibup
How many L1 cache this CPU have according documentation which you send in your opinion ? On Mon, Jun 27, 2011 at 12:47 PM, Giovanni Tirloni gtirl...@sysdroid.comwrote: On Mon, Jun 27, 2011 at 7:25 AM, clibup clibup cli...@gmail.com wrote: Hi Could anybody explain me how to check how many

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread clibup clibup
According dmidecode this cpu have: L1 - 64KiB - not true in my opinion because (L1 Instruction cache: 32KB and L1 Data cache: 32KB) per core - L1 should be 128KiB L2 - 6Mib - true dmidecode --type 4,7 # dmidecode 2.10 SMBIOS 2.4 present. Handle 0x0004, DMI type 4, 35 bytes Processor

Re: [CentOS] How many L1/L2 my cpu have ?

2011-06-27 Thread m . roth
clibup clibup wrote: Hi Could anybody explain me how to check how many L1/L2 cache my cpu have. I'm using CentOS 5.6 *cat /proc/cpuinfo |grep CPU * model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz model name : Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz snip Try dmidecode, or lshw.