Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90448

Re: Running cool and silent

References <d5b29c73-b44d-4437-ad3b-6832164ed550@googlegroups.com>
Date 2015-05-12 08:16 -0500
Subject Re: Running cool and silent
From Skip Montanaro <skip.montanaro@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.395.1431436617.12865.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, May 12, 2015 at 4:33 AM, Rustom Mody <rustompmody@gmail.com> wrote:
> $ echo "min_power" | sudo tee /sys/class/scsi_host/host*/link_power_management_policy
>
> makes the fan slow/stop.
>
> But I am not sure what it does!!

My guess is it lowers the clock speed. To bring this into the realm of
Python, here's something you might try:

python -m test.pystone
echo "min_power" | sudo tee
/sys/class/scsi_host/host*/link_power_management_policy
python -m test.pystone

My guess is that you will see the pystone value reduced after issuing
the min_power command.

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Running cool and silent Rustom Mody <rustompmody@gmail.com> - 2015-05-12 02:33 -0700
  Re: Running cool and silent Rustom Mody <rustompmody@gmail.com> - 2015-05-12 02:34 -0700
  Re: Running cool and silent Skip Montanaro <skip.montanaro@gmail.com> - 2015-05-12 08:16 -0500
  Re: Running cool and silent Anssi Saari <as@sci.fi> - 2015-05-19 12:14 +0300
  Re: Running cool and silent Anssi Saari <as@sci.fi> - 2015-05-19 12:16 +0300

csiph-web