Results 1 to 4 of 4

Thread: difference between max cpu freq and current speed

  1. #1
    Join Date
    Apr 2015
    Beans
    9

    difference between max cpu freq and current speed

    Hi all. I have underclocked my pc to 3.8 GHz.

    There is a strange difference between mas cpu frequency and maximal current speed.

    Code:
    sudo dmidecode -t processor | grep Speed
        Max Speed: 3800 MHz
        Current Speed: 4000 MHz
    Intel Turbo Boost is turned off in BIOS/UEFI.

  2. #2
    Join Date
    Jun 2014
    Beans
    1,207

    Re: difference between max cpu freq and current speed

    "Max Speed" is probably the internal bus speed inside the CPU.

    On my netbook with its 1.1GHZ Sandy Bridge Celeron CPU, that command gives me this result:

    Code:
    	Max Speed: 4000 MHz
    	Current Speed: 1100 MHz
    Clearly my CPU (which doesn't even have turbo boost) can't run at 4GHZ, but the FSB speed is probably that (using DDR3 1066 I think, and its multiplied 4X internally).

  3. #3
    Join Date
    Apr 2015
    Beans
    9

    Re: difference between max cpu freq and current speed

    Is seems like these two parameter are not connected to actual CPU settings at all.

  4. #4
    Join Date
    Oct 2008
    Location
    Australia
    Beans
    49
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: difference between max cpu freq and current speed

    Quote Originally Posted by peter186 View Post
    Is seems like these two parameter are not connected to actual CPU settings at all.
    Hi.

    Try this to see speed of all threads/cores.

    watch -n .2 grep Hz /proc/cpuinfo

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •