lkml.org 
[lkml]   [2006]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 7/7] CPU controller V1 - (temporary) cpuset interface
On Tue, Aug 22, 2006 at 03:23:29PM +0000, Mike Galbraith wrote:
> > I try it with everything in either root or mikeg.

How did you transfer everything to root? By cat'ing each task pid
(including init's) to root (or mikeg) task's file?

I will give your experiment a try here and find out what's happening.

You said that you spawn a task which munches ~80% cpu. Is that by
something like:

do {
gettimeofday(&t1, NULL);
loop:
gettimeofday(&t2, NULL);
while (t2.tv_sec - t1.tv_sec != 48)
goto loop;
sleep 12

} while (1);


> That didn't work.

Ok. I will repeat your experiment and see what I can learn from it.


--
Regards,
vatsa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-08-22 16:05    [W:0.113 / U:1.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site