On 2004.10.27, Nathan Folkman <[EMAIL PROTECTED]> wrote: > Not pretty, but should help you make some sense out of these numbers! ... > set nu [expr $ng - $np] > set na [expr $nu * $bs]
This works great except in the last bucket, where nrequested = total memory allocated -- when reqSize > MAXALLOC, the allocator does a real malloc and just increments totalAssigned by reqSize and doesn't appear to compute the "appropriate number" of gets/puts = reqSize/MAXALLOC. There's also cases where nput > nget -- how does that ever happen? Yikes. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
