lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 7 Apr 2007 11:23:54 +0700
From:	"Andika Triwidada" <andika@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: CPU offline but power consumption increased?

http://andika-lives-here.blogspot.com/2007/03/eksperimen-cpu-hotplug-dan-konsumsi.html

* initial setup:
root@...age:~# cpufreq-set -d 1.666g
root@...age:~# cpufreq-set -u 1.666g
root@...age:~# cpufreq-set -g userspace
root@...age:~# cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@...do.de, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: userspace, powersave, ondemand,
conservative, performance
  current policy: frequency should be within 1.67 GHz and 1.67 GHz.
                  The governor "userspace" may decide which speed to use
                  within this range.
  current CPU frequency is 1.67 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: userspace, powersave, ondemand,
conservative, performance
  current policy: frequency should be within 1.67 GHz and 1.67 GHz.
                  The governor "userspace" may decide which speed to use
                  within this range.
  current CPU frequency is 1.67 GHz (asserted by call to hardware).

root@...age:~# grep rate /proc/acpi/battery/BAT1/state
present rate:            1693 mA


* turn off CPU#1
root@...age:~# echo 0 > /sys/devices/system/cpu/cpu1/online
root@...age:~# grep rate /proc/acpi/battery/BAT1/state
present rate:            2084 mA

* turn CPU#1 back on:
root@...age:~# echo 1 > /sys/devices/system/cpu/cpu1/online
root@...age:~# grep processor /proc/cpuinfo
processor       : 0
processor       : 1
root@...age:~# grep rate /proc/acpi/battery/BAT1/state
present rate:            1653 mA


Question: is that normal? I thought power consumption will be
automatically reduced if one core offlined.

Thanks.
Andika
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ