WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Powertop  (Read 3361 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11027
Powertop
« on: September 12, 2009, 04:49:38 PM »
Quote
Title:          powertop.tcz
Description:    Powertop, power usage analyzer
Version:        1.11
Author:         Intel
Original-site:  http://www.lesswatts.org/projects/powertop/
Copying-policy: GPL
Size:      24K
Extension_by:   Curaga
Comments:       
Change-log:     
Current:        2009/09/12 Original
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Powertop
« Reply #1 on: September 12, 2009, 07:44:59 PM »
Quote
Title:          powertop.tcz
Description:    Powertop, power usage analyzer
Version:        1.11
Author:         Intel
Original-site:  http://www.lesswatts.org/projects/powertop/
Copying-policy: GPL
Size:      24K
Extension_by:   Curaga
Comments:       
Change-log:     
Current:        2009/09/12 Original
Thanks for the app. I was looking for something like this.
big pc man

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Powertop
« Reply #2 on: September 13, 2009, 03:05:39 AM »
It requires kernel compiled with debugging and few other options. What is about the stock TC/MC kernel?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11027
Re: Powertop
« Reply #3 on: September 13, 2009, 03:13:23 AM »
The timer stats are off, because they cause a performance penalty. Without them powertop won't show the percentages on wakeups, but will still show the other info (current power draw, estimated time, number of wakeups, current power state, suggestions for saving power).
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Powertop
« Reply #4 on: September 13, 2009, 04:24:01 AM »
Followung prerequisits listed on LessWatts.org:

Quote
What kernel options should I enable inside the kernel?

CONFIG_NO_HZ
CONFIG_HIGH_RES_TIMERS
CONFIG_HPET_TIMER
CONFIG_CPU_FREQ_GOV_ONDEMAND
CONFIG_USB_SUSPEND
CONFIG_SND_AC97_POWER_SAVE
CONFIG_TIMER_STATS

What kernel options should I disable inside the kernel?

CONFIG_IRQBALANCE
CONFIG_ACPI_DEBUG
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11027
Re: Powertop
« Reply #5 on: September 13, 2009, 04:31:59 AM »
Quote
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_HPET_TIMER=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_USB_SUSPEND=y
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=5
# CONFIG_ACPI_DEBUG is not set
They are recommendations for saving power, and good ones, beside the timer stats, which is only useful for powertop. It would actually increase power usage, since the performance drop causes tasks to take slightly longer.
The only barriers that can stop you are the ones you create yourself.