Re: CFS Bandwidth Control - Test results of cgroups tasks pinned vsunpinnede

From: Kamalesh Babulal
Date: Wed Sep 21 2011 - 13:34:22 EST


* Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> [2011-09-20 14:55:20]:

> On Thu, 2011-09-15 at 23:25 +0530, Kamalesh Babulal wrote:
>
(snip)
> > rm -rf test*
> > rm -rf t*
>
> You're insane, right?

Ofcourse not :-). It's a typo. it should have been
rm -rf r* to delete the temporary files created by
the original script (Only the part which does the
se.nr_migrations calculation was posted).

> > ITERATIONS=60 # No of Iterations to capture the details
> > NUM_CPUS=$(cat /proc/cpuinfo |grep -i proces|wc -l)
> >
> > NUM_HOGS=$((NUM_CPUS * 2)) # No of hogs threads to invoke
> >
(snip)
> > for i in $(seq 1 $NUM_HOGS)
> > do
> > ./while$i &
>
> You can kill the above two blocks by doing:
>
> while :; do :; done &

Thanks. Got to knew this from your commit 866ab43efd325fae88 previously.

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