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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to