the evil interrupt stats monster is still around!

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Fri Jul 27 18:48:38 PDT 2007


Simon 'corecode' Schubert wrote:
while doing the pkgsrc bulk build, I get weird numbers in top.  I am 
pretty sure this has something to do with the multitude of shell scripts 
being used as wrappers in pkgsrc.  command execution is also slower than 
I'd expect (for example wrapper execution).
Okay, joerg and me could speed pkgsrc building up a bit by telling pkgsrc to use the builtin for test and [.

However, look at this:

avg fork parent: 0.000148
avg fork child: 0.004091
(rough rough numbers, will be off if there are multiple processes running concurrently)

5ms seems to be a good estimate for fork performance.  but mind you, that's the child which is taking longer.  This means the parent returns *first*, then starts wait4'ing (usually, or blocks on a read or so), then some time passes and then *later* the child returns from fork.  Seems wrong to me.

so much statistics for now, cheers
 simon
--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \




More information about the Bugs mailing list