[BangPypers] Power management/consumption control module

Amit Saha lists.amitsaha at gmail.com
Wed Jan 13 19:30:48 CET 2010


Hello:

Anirudh Asokan wrote:
> Hey ter!
> 
> Is there any python module that collects the power consumption details of
> computer components? or bios related things like fan speed, cpu frequency,
> overall power consumption of computer?
> If not python, what are other ways to go about it?

Not sure about pure Python way. There are obvious OS specific ways to do 
it. For eg. on Linux, you have the 'acpi' family of commands for power 
related statistics, the file /proc/cpuinfo for the CPU related stats and 
so on.

HTH,
Amit

-- 
Journal: http://amitksaha.wordpress.com
µ-blog: http://twitter.com/amitsaha
IRC: cornucopic on #scheme, #lisp, #math, #linux


More information about the BangPypers mailing list