How to disable cpu frequency scaling in Centos 7











up vote
1
down vote

favorite
1












I have tried all the suggestions here How to disable CPU frequency scaling in CentOS 6?



However, the frequency still changes up and down. Even for CPUs I have isolated which are idle.



$ grep "cpu MHz" /proc/cpuinfo 
cpu MHz : 3201.523
cpu MHz : 2197.091
cpu MHz : 3575.810
cpu MHz : 3521.169
cpu MHz : 1675.158
cpu MHz : 3559.854
cpu MHz : 3079.546
cpu MHz : 3092.115


and



$ grep "cpu MHz" /proc/cpuinfo 
cpu MHz : 2791.615
cpu MHz : 3006.516
cpu MHz : 2203.565
cpu MHz : 2030.085
cpu MHz : 1774.537
cpu MHz : 3591.576
cpu MHz : 3600.343
cpu MHz : 3595.899


NOTE: the last two CPUs are isolated so basically idle at this time.



I have tried setting the BIOS to maximum speed and normal. I have tried all the governors and turning intel_pstates on and off.



$ cpupower frequency-info
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us
hardware limits: 1.20 GHz - 3.60 GHz
available frequency steps: 3.60 GHz, 3.60 GHz, 3.40 GHz, 3.30 GHz, 3.10 GHz, 2.90 GHz, 2.70 GHz, 2.60 GHz, 2.40 GHz, 2.20 GHz, 2.10 GHz, 1.90 GHz, 1.70 GHz, 1.50 GHz, 1.40 GHz, 1.20 GHz
available cpufreq governors: conservative userspace powersave ondemand performance schedutil
current policy: frequency should be within 3.60 GHz and 3.60 GHz.
The governor "userspace" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 2.02 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes


The current speed is usually less than the minimum, however, I have seen it as 4.0 - 4.3 GHz.










share|improve this question


























    up vote
    1
    down vote

    favorite
    1












    I have tried all the suggestions here How to disable CPU frequency scaling in CentOS 6?



    However, the frequency still changes up and down. Even for CPUs I have isolated which are idle.



    $ grep "cpu MHz" /proc/cpuinfo 
    cpu MHz : 3201.523
    cpu MHz : 2197.091
    cpu MHz : 3575.810
    cpu MHz : 3521.169
    cpu MHz : 1675.158
    cpu MHz : 3559.854
    cpu MHz : 3079.546
    cpu MHz : 3092.115


    and



    $ grep "cpu MHz" /proc/cpuinfo 
    cpu MHz : 2791.615
    cpu MHz : 3006.516
    cpu MHz : 2203.565
    cpu MHz : 2030.085
    cpu MHz : 1774.537
    cpu MHz : 3591.576
    cpu MHz : 3600.343
    cpu MHz : 3595.899


    NOTE: the last two CPUs are isolated so basically idle at this time.



    I have tried setting the BIOS to maximum speed and normal. I have tried all the governors and turning intel_pstates on and off.



    $ cpupower frequency-info
    analyzing CPU 0:
    driver: acpi-cpufreq
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 10.0 us
    hardware limits: 1.20 GHz - 3.60 GHz
    available frequency steps: 3.60 GHz, 3.60 GHz, 3.40 GHz, 3.30 GHz, 3.10 GHz, 2.90 GHz, 2.70 GHz, 2.60 GHz, 2.40 GHz, 2.20 GHz, 2.10 GHz, 1.90 GHz, 1.70 GHz, 1.50 GHz, 1.40 GHz, 1.20 GHz
    available cpufreq governors: conservative userspace powersave ondemand performance schedutil
    current policy: frequency should be within 3.60 GHz and 3.60 GHz.
    The governor "userspace" may decide which speed to use
    within this range.
    current CPU frequency: Unable to call hardware
    current CPU frequency: 2.02 GHz (asserted by call to kernel)
    boost state support:
    Supported: yes
    Active: yes


    The current speed is usually less than the minimum, however, I have seen it as 4.0 - 4.3 GHz.










    share|improve this question
























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I have tried all the suggestions here How to disable CPU frequency scaling in CentOS 6?



      However, the frequency still changes up and down. Even for CPUs I have isolated which are idle.



      $ grep "cpu MHz" /proc/cpuinfo 
      cpu MHz : 3201.523
      cpu MHz : 2197.091
      cpu MHz : 3575.810
      cpu MHz : 3521.169
      cpu MHz : 1675.158
      cpu MHz : 3559.854
      cpu MHz : 3079.546
      cpu MHz : 3092.115


      and



      $ grep "cpu MHz" /proc/cpuinfo 
      cpu MHz : 2791.615
      cpu MHz : 3006.516
      cpu MHz : 2203.565
      cpu MHz : 2030.085
      cpu MHz : 1774.537
      cpu MHz : 3591.576
      cpu MHz : 3600.343
      cpu MHz : 3595.899


      NOTE: the last two CPUs are isolated so basically idle at this time.



      I have tried setting the BIOS to maximum speed and normal. I have tried all the governors and turning intel_pstates on and off.



      $ cpupower frequency-info
      analyzing CPU 0:
      driver: acpi-cpufreq
      CPUs which run at the same hardware frequency: 0
      CPUs which need to have their frequency coordinated by software: 0
      maximum transition latency: 10.0 us
      hardware limits: 1.20 GHz - 3.60 GHz
      available frequency steps: 3.60 GHz, 3.60 GHz, 3.40 GHz, 3.30 GHz, 3.10 GHz, 2.90 GHz, 2.70 GHz, 2.60 GHz, 2.40 GHz, 2.20 GHz, 2.10 GHz, 1.90 GHz, 1.70 GHz, 1.50 GHz, 1.40 GHz, 1.20 GHz
      available cpufreq governors: conservative userspace powersave ondemand performance schedutil
      current policy: frequency should be within 3.60 GHz and 3.60 GHz.
      The governor "userspace" may decide which speed to use
      within this range.
      current CPU frequency: Unable to call hardware
      current CPU frequency: 2.02 GHz (asserted by call to kernel)
      boost state support:
      Supported: yes
      Active: yes


      The current speed is usually less than the minimum, however, I have seen it as 4.0 - 4.3 GHz.










      share|improve this question













      I have tried all the suggestions here How to disable CPU frequency scaling in CentOS 6?



      However, the frequency still changes up and down. Even for CPUs I have isolated which are idle.



      $ grep "cpu MHz" /proc/cpuinfo 
      cpu MHz : 3201.523
      cpu MHz : 2197.091
      cpu MHz : 3575.810
      cpu MHz : 3521.169
      cpu MHz : 1675.158
      cpu MHz : 3559.854
      cpu MHz : 3079.546
      cpu MHz : 3092.115


      and



      $ grep "cpu MHz" /proc/cpuinfo 
      cpu MHz : 2791.615
      cpu MHz : 3006.516
      cpu MHz : 2203.565
      cpu MHz : 2030.085
      cpu MHz : 1774.537
      cpu MHz : 3591.576
      cpu MHz : 3600.343
      cpu MHz : 3595.899


      NOTE: the last two CPUs are isolated so basically idle at this time.



      I have tried setting the BIOS to maximum speed and normal. I have tried all the governors and turning intel_pstates on and off.



      $ cpupower frequency-info
      analyzing CPU 0:
      driver: acpi-cpufreq
      CPUs which run at the same hardware frequency: 0
      CPUs which need to have their frequency coordinated by software: 0
      maximum transition latency: 10.0 us
      hardware limits: 1.20 GHz - 3.60 GHz
      available frequency steps: 3.60 GHz, 3.60 GHz, 3.40 GHz, 3.30 GHz, 3.10 GHz, 2.90 GHz, 2.70 GHz, 2.60 GHz, 2.40 GHz, 2.20 GHz, 2.10 GHz, 1.90 GHz, 1.70 GHz, 1.50 GHz, 1.40 GHz, 1.20 GHz
      available cpufreq governors: conservative userspace powersave ondemand performance schedutil
      current policy: frequency should be within 3.60 GHz and 3.60 GHz.
      The governor "userspace" may decide which speed to use
      within this range.
      current CPU frequency: Unable to call hardware
      current CPU frequency: 2.02 GHz (asserted by call to kernel)
      boost state support:
      Supported: yes
      Active: yes


      The current speed is usually less than the minimum, however, I have seen it as 4.0 - 4.3 GHz.







      centos bios cpu-frequency






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 19 at 16:03









      Peter Lawrey

      1063




      1063



























          active

          oldest

          votes











          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',
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f470059%2fhow-to-disable-cpu-frequency-scaling-in-centos-7%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2f470059%2fhow-to-disable-cpu-frequency-scaling-in-centos-7%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

          サソリ

          広島県道265号伴広島線

          Setup Asymptote in Texstudio