public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* scheduling oddity on 2.6.20.3 stock
@ 2007-05-03  1:31 david
  2007-05-03 21:10 ` David Schwartz
  0 siblings, 1 reply; 7+ messages in thread
From: david @ 2007-05-03  1:31 UTC (permalink / raw)
  To: linux-kernel

I needed to recompress some files from .bz2 to .gz so I setup a script to 
do

bunzip2 -c $file.bz2 |gzip -9 >$file.gz

I expected that the two CPU heavy processes would end up on different 
cpu's and spend a little time shuffling data between the two cpu's on a 
system (dual core opteron)

however, instead what I find is that each process is getting 50% of one 
cpu while the other cpu is 97% idle.

David Lang

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-02 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03  1:31 scheduling oddity on 2.6.20.3 stock david
2007-05-03 21:10 ` David Schwartz
2007-05-03 21:25   ` david
2007-05-16 19:49   ` david
2007-05-16 20:06     ` David Schwartz
2007-05-16 20:59       ` David Schwartz
2007-06-02 22:12         ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox