LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   HP Pavilion slow CPU clock (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/hp-pavilion-slow-cpu-clock-4175618460/)

marta00 11-27-2017 07:25 AM

HP Pavilion slow CPU clock
 
Hi all,

I have a HP Pavilion 15 laptop with CPU i7-4510U and DDR3-1600.
`dmidecode` reports memory clock: 1600MHz (0.6ns), cpu size: 1999MHz, cpu capacity: 3100MHz, and cpu clock: 100MHz.
What I don't understand is the last value, 100MHz. Is this the so-called FSB? Does it mean that my CPU is transferring data with the RAM at 100MHz? If my RAM is at 1600MHz, does it mean that my RAM is waiting because the CPU is requesting data to slowly?

I'll be grateful for any info to help my understand this. Thanks.

Keruskerfuerst 11-27-2017 09:49 AM

You should use

cat /proc/cpuinfo

marta00 11-27-2017 10:05 AM

What do I do with it? It doesn't seem to report anything about "external clock" which is what I'm asking about. It only reports the CPU frequency which is the same value reported by dmidecode (2000MHz).

Keruskerfuerst 11-27-2017 10:18 AM

Modern CPUs do not have a front side bus.

In a modern CPU, the PCIe bus is included. It runs with 100 MHz clock frequency.

marta00 11-27-2017 10:26 AM

ok so,

- what is this 100MHz clock used for? To regulate communication speed between components on the board (cpu, ram)?

- if my cpu has a 3GHz frequency, my ram 1600MHz, and this "external clock" is at 100MHz, does it mean that data is transferred from ram to cpu at 100MHz? I don't understand this.

273 11-27-2017 10:34 AM

I'm sorry to be rude but you don't, honestly , think that modern CPUs and RAM communicate at 100MHz, do you?!
The clock is used with multipliers to provide RAM and CPU clocks -- if it hass them go into your motherboard's overclocking settings and see...

Keruskerfuerst 11-27-2017 10:56 AM

The RAM runs at 1600 MHz and the data transfer rate is the double.

You should read some basic computer hardware articles.

marta00 11-27-2017 01:56 PM

Quote:

Originally Posted by Keruskerfuerst (Post 5785818)
You should read some basic computer hardware articles.

Can you suggest any good one?

Mike_Walsh 11-27-2017 04:56 PM

This should provide some basic information on what you're wanting to know:-

https://en.wikipedia.org/wiki/CPU_multiplier

And this:-

https://en.wikipedia.org/wiki/Clock_rate

Also this:-

http://homepage.cs.uri.edu/faculty/w.../Reading04.htm


Mike. ;)


All times are GMT -5. The time now is 05:27 PM.