How can my cpu frequency be above maximum MHz value in lscpu? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionSetting CPU frequency guidelinesIntel Xeon stuck at 800mhz CPU Freq on RHEL 6.5Is there any advantage to using the -j2 argument when building Linux systems in VirtualBox?Type and the speed of CPU using the lscpu commandOnly one of the two processor cores is recognized by Linux Mint on my laptopWhat are the frequencies displayed in /proc/cpuinfo?Is it possible to set a *constant* lowest CPU frequency under the modern PSTATE driver?Why are some Intel family 6 CPU models (Core 2, Pentium M) not supported by intel_idle?Do Linux cpufreq governers temporarily change sysfs's scaling_max_freq?What is CPU min MHz in lscpu output?

Was credit for the black hole image misattributed?

Single author papers against my advisor's will?

Why does this iterative way of solving of equation work?

Limit for e and 1/e

How can I make names more distinctive without making them longer?

What computer would be fastest for Mathematica Home Edition?

How are presidential pardons supposed to be used?

Two different pronunciation of "понял"

How does modal jazz use chord progressions?

What did Darwin mean by 'squib' here?

What kind of display is this?

Does a C shift expression have unsigned type? Why would Splint warn about a right-shift?

When is phishing education going too far?

Statistical model of ligand substitution

Autumning in love

What is the largest species of polychaete?

How to pour concrete for curved walkway to prevent cracking?

What are the performance impacts of 'functional' Rust?

Estimate capacitor parameters

What do you call a plan that's an alternative plan in case your initial plan fails?

Fishing simulator

Unable to start mainnet node docker container

How did the aliens keep their waters separated?

Determine whether f is a function, an injection, a surjection



How can my cpu frequency be above maximum MHz value in lscpu?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionSetting CPU frequency guidelinesIntel Xeon stuck at 800mhz CPU Freq on RHEL 6.5Is there any advantage to using the -j2 argument when building Linux systems in VirtualBox?Type and the speed of CPU using the lscpu commandOnly one of the two processor cores is recognized by Linux Mint on my laptopWhat are the frequencies displayed in /proc/cpuinfo?Is it possible to set a *constant* lowest CPU frequency under the modern PSTATE driver?Why are some Intel family 6 CPU models (Core 2, Pentium M) not supported by intel_idle?Do Linux cpufreq governers temporarily change sysfs's scaling_max_freq?What is CPU min MHz in lscpu output?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















How can it be, that my current cpu frequency (CPU MHz) for my Intel Core2 Duo T9400M is above max MHz while being on high load?



➜ lscpu
[...]
Model name: Intel(R) Core(TM)2 Duo CPU T9400M @ 2.53GHz
Stepping: 10
CPU MHz: 2606.581
CPU max MHz: 2534.0000
CPU min MHz: 800.0000
[...]


This isn't limited to lscpu: I get similar values out of /proc/cpuinfo:



➜ bat /proc/cpuinfo
[...]
model name : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
cpu MHz : 2635.237
[...]


I found this out while looking over the Node.js documentation and finding, that the current speed value of os.cpus() - even in the example of the documentation - is above the maximum CPU speed according to the model:



[
{
model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz',
speed: 2926,
[...]









share|improve this question









New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • bat = cat?

    – G-Man
    Apr 10 at 21:03











  • Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

    – 0xnoob
    Apr 10 at 21:12












  • less is more, and bat is cat. This is madness!    :-)    ⁠

    – G-Man
    Apr 10 at 21:16

















3















How can it be, that my current cpu frequency (CPU MHz) for my Intel Core2 Duo T9400M is above max MHz while being on high load?



➜ lscpu
[...]
Model name: Intel(R) Core(TM)2 Duo CPU T9400M @ 2.53GHz
Stepping: 10
CPU MHz: 2606.581
CPU max MHz: 2534.0000
CPU min MHz: 800.0000
[...]


This isn't limited to lscpu: I get similar values out of /proc/cpuinfo:



➜ bat /proc/cpuinfo
[...]
model name : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
cpu MHz : 2635.237
[...]


I found this out while looking over the Node.js documentation and finding, that the current speed value of os.cpus() - even in the example of the documentation - is above the maximum CPU speed according to the model:



[
{
model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz',
speed: 2926,
[...]









share|improve this question









New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • bat = cat?

    – G-Man
    Apr 10 at 21:03











  • Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

    – 0xnoob
    Apr 10 at 21:12












  • less is more, and bat is cat. This is madness!    :-)    ⁠

    – G-Man
    Apr 10 at 21:16













3












3








3


0






How can it be, that my current cpu frequency (CPU MHz) for my Intel Core2 Duo T9400M is above max MHz while being on high load?



➜ lscpu
[...]
Model name: Intel(R) Core(TM)2 Duo CPU T9400M @ 2.53GHz
Stepping: 10
CPU MHz: 2606.581
CPU max MHz: 2534.0000
CPU min MHz: 800.0000
[...]


This isn't limited to lscpu: I get similar values out of /proc/cpuinfo:



➜ bat /proc/cpuinfo
[...]
model name : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
cpu MHz : 2635.237
[...]


I found this out while looking over the Node.js documentation and finding, that the current speed value of os.cpus() - even in the example of the documentation - is above the maximum CPU speed according to the model:



[
{
model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz',
speed: 2926,
[...]









share|improve this question









New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












How can it be, that my current cpu frequency (CPU MHz) for my Intel Core2 Duo T9400M is above max MHz while being on high load?



➜ lscpu
[...]
Model name: Intel(R) Core(TM)2 Duo CPU T9400M @ 2.53GHz
Stepping: 10
CPU MHz: 2606.581
CPU max MHz: 2534.0000
CPU min MHz: 800.0000
[...]


This isn't limited to lscpu: I get similar values out of /proc/cpuinfo:



➜ bat /proc/cpuinfo
[...]
model name : Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
cpu MHz : 2635.237
[...]


I found this out while looking over the Node.js documentation and finding, that the current speed value of os.cpus() - even in the example of the documentation - is above the maximum CPU speed according to the model:



[
{
model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz',
speed: 2926,
[...]






linux cpu node.js cpu-frequency lscpu






share|improve this question









New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 11 at 6:33









K7AAY

1,1161028




1,1161028






New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 10 at 20:59









0xnoob0xnoob

184




184




New contributor




0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






0xnoob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • bat = cat?

    – G-Man
    Apr 10 at 21:03











  • Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

    – 0xnoob
    Apr 10 at 21:12












  • less is more, and bat is cat. This is madness!    :-)    ⁠

    – G-Man
    Apr 10 at 21:16

















  • bat = cat?

    – G-Man
    Apr 10 at 21:03











  • Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

    – 0xnoob
    Apr 10 at 21:12












  • less is more, and bat is cat. This is madness!    :-)    ⁠

    – G-Man
    Apr 10 at 21:16
















bat = cat?

– G-Man
Apr 10 at 21:03





bat = cat?

– G-Man
Apr 10 at 21:03













Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

– 0xnoob
Apr 10 at 21:12






Yes, bat is "a cat clone with wings." github.com/sharkdp/bat

– 0xnoob
Apr 10 at 21:12














less is more, and bat is cat. This is madness!    :-)    ⁠

– G-Man
Apr 10 at 21:16





less is more, and bat is cat. This is madness!    :-)    ⁠

– G-Man
Apr 10 at 21:16










1 Answer
1






active

oldest

votes


















2














In both cases, your CPU can run slightly faster than its specified frequency, typically when one of its cores is running a CPU-intensive process, and the others aren’t. On your Core 2 Mobile system, this was provided by Intel Dynamic Acceleration; on the Core i7, by Turbo Boost.



The exact details vary from one processor to another. Earlier CPUs could only boost one core, but nowadays multiple cores can be boosted. The CPU ensures it stays within a certain power and thermal envelope.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    0xnoob is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511762%2fhow-can-my-cpu-frequency-be-above-maximum-mhz-value-in-lscpu%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    In both cases, your CPU can run slightly faster than its specified frequency, typically when one of its cores is running a CPU-intensive process, and the others aren’t. On your Core 2 Mobile system, this was provided by Intel Dynamic Acceleration; on the Core i7, by Turbo Boost.



    The exact details vary from one processor to another. Earlier CPUs could only boost one core, but nowadays multiple cores can be boosted. The CPU ensures it stays within a certain power and thermal envelope.






    share|improve this answer



























      2














      In both cases, your CPU can run slightly faster than its specified frequency, typically when one of its cores is running a CPU-intensive process, and the others aren’t. On your Core 2 Mobile system, this was provided by Intel Dynamic Acceleration; on the Core i7, by Turbo Boost.



      The exact details vary from one processor to another. Earlier CPUs could only boost one core, but nowadays multiple cores can be boosted. The CPU ensures it stays within a certain power and thermal envelope.






      share|improve this answer

























        2












        2








        2







        In both cases, your CPU can run slightly faster than its specified frequency, typically when one of its cores is running a CPU-intensive process, and the others aren’t. On your Core 2 Mobile system, this was provided by Intel Dynamic Acceleration; on the Core i7, by Turbo Boost.



        The exact details vary from one processor to another. Earlier CPUs could only boost one core, but nowadays multiple cores can be boosted. The CPU ensures it stays within a certain power and thermal envelope.






        share|improve this answer













        In both cases, your CPU can run slightly faster than its specified frequency, typically when one of its cores is running a CPU-intensive process, and the others aren’t. On your Core 2 Mobile system, this was provided by Intel Dynamic Acceleration; on the Core i7, by Turbo Boost.



        The exact details vary from one processor to another. Earlier CPUs could only boost one core, but nowadays multiple cores can be boosted. The CPU ensures it stays within a certain power and thermal envelope.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 11 at 6:12









        Stephen KittStephen Kitt

        181k25415494




        181k25415494




















            0xnoob is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            0xnoob is a new contributor. Be nice, and check out our Code of Conduct.












            0xnoob is a new contributor. Be nice, and check out our Code of Conduct.











            0xnoob is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511762%2fhow-can-my-cpu-frequency-be-above-maximum-mhz-value-in-lscpu%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.