monitor cpu load and launch my parallel task when it is light
- From: zhengquan <zhang.zhengquan@xxxxxxxxx>
- Date: Wed, 4 Feb 2009 17:05:09 -0800 (PST)
Dear unix shell group members,
I want to have a script which can monitors the cpu load of a server
which has 8 processors. At the same time, I want to benchmark one
parallel program which will fork 8 processes. I don't want to do it
when the machine is busy because the bench mark will be inaccurate.
What I want is that I squeeze in my program when the 8 cpus are
relatively idle on the server.
I am pretty novice to shell scripting but any pointers is greatly
appreciated.
Thank you,
Zhang
.
- Follow-Ups:
- Re: monitor cpu load and launch my parallel task when it is light
- From: wyhang@xxxxxxxxx
- Re: monitor cpu load and launch my parallel task when it is light
- Prev by Date: Re: changing date/time of a file...
- Next by Date: Re: monitor cpu load and launch my parallel task when it is light
- Previous by thread: grep with multiple and
- Next by thread: Re: monitor cpu load and launch my parallel task when it is light
- Index(es):
Relevant Pages
|