From: Ivor Hewitt <ivor@ivor.org>
To: cpufreq@www.linux.org.uk
Subject: Re: Repost: System freeze running powersaved.
Date: Fri, 7 Jan 2005 07:46:45 +0000 [thread overview]
Message-ID: <200501070746.45424.ivor@ivor.org> (raw)
In-Reply-To: <6.2.0.14.0.20050106235406.02a67fc0@mail.thefreyers.net>
On Friday 07 Jan 2005 05:29, Chris Freyer wrote:
>
> And if it helps anyone, I wrote a script to output the CPU speed every
> second or more. Have fun with it.
>
> Thanks!!
> Chris
>
>
> #! /bin/bash
> # 2004/01/07
> # output cpu speed every second or so until terminated.
>
> while [ true ]; do
> powersave -r
>
> #use this line instead if you don't have powersave
> #grep MHz /proc/cpuinfo | cut -d: -f2
>
> sleep 1
> done
>
or you could just:
watch -n 1 powersave -r
--
Ivor Hewitt.
http://www.ivor.it - tech | http://www.ivor.org - hedge
prev parent reply other threads:[~2005-01-07 7:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 23:34 Repost: System freeze running powersaved Chris Freyer
2005-01-06 10:42 ` Mattia Dongili
2005-01-07 5:29 ` Chris Freyer
2005-01-07 7:46 ` Ivor Hewitt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200501070746.45424.ivor@ivor.org \
--to=ivor@ivor.org \
--cc=cpufreq@www.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.