The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 1,084     Votes:  2     ✅ Solution
Tags: powertop   conky   grub  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/834601
Title: How to understand frequency in powertop
ID: /2016/10/08/How-to-understand-frequency-in-powertop
Created: October 8, 2016    Edited:  October 8, 2016
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


The frequency the CPU is running at could be called the heartbeat. The faster the frequency the more the CPU is getting done. As a consequence just as you tend to sweat when your heartbeat is higher, the CPU gets hotter when the frequency increases.

Your powertop screen snapshot shows what percentage of time is spent at different frequencies. Look at the part that says 3,21 GHz 22,2%. It appears your processor has a peek speed of 3.2 Gigahertz which is equivalent to 3200 Megahertz. In simple terms we can say 3.2 billion heartbeats per second for 22.2 percent of the time.

Look at the line below that says 1500 MHz 3,3%. The Core is running at 1500 Megahertz (1.5 Gigahertz) for 3.3 percent of the time.

Although these values can be interesting to look at, generally they are only studied when something goes wrong such as CPU overheating (running at too high a frequency for too long) or system lock-up (one or more CPUs stuck in an infinite loop causing system to be unresponsive to input and/or screen turning grey).

A better test for your YouTube video is to load it up in one window and in another window open a few chrome tabs and scroll through websites. Is the Chrome scrolling fast enough for you? Note that internet speed can cause a slow down too when videos are playing and pictures in websites are downloaded concurrently.

Conky Display

If you are interested you can use use a Conky display that always appear on your screen (I have mine on the right side) to show you CPU frequencies in real time along with temperature and average load factor. Average load factor summarizes frequencies and percentage of time at each frequency over 1 minute, 5 minute and 15 minute periods. As the screen below shows:

Conky Average Load

The processor speed of 1200 MHz is misleading because it was for that second the picture was taken. It fluctuates from 1200 MHz to 2400 MHz with Intel turbo boost turned off (Intel pstate disabled in the last grub boot) and peeks to 3400 Mhz (3.4 Gigahertz) with turbo boost turned on.

⇧ Run script defined in PATH location in the current shell Edit grub from Windows?  ⇩