Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old September 13th, 2006, 11:55 PM
dbpokorny@gmail.com
Guest
 
Posts: n/a
Default Statistical distribution of object size

Hi,

In a typical heavy-use python application (say running Zope for
dukehealth.org) what is the (statistical) distribution of the the size
of objects? (i.e. start up server, stop time when it has been under
load for a few hours, and put each object into a bucket marked with the
number of bytes it is allocated, and maybe labeled with object type,
say dict, list, other). Does anyone know of any research on this?

I would do this myself, but my website only has one user...

Thanks for any info,
David

  #2  
Old September 15th, 2006, 02:15 AM
Steven D'Aprano
Guest
 
Posts: n/a
Default Re: Statistical distribution of object size

On Wed, 13 Sep 2006 16:03:12 -0700, dbpokorny@gmail.com wrote:
Quote:
Hi,
>
In a typical heavy-use python application (say running Zope for
dukehealth.org) what is the (statistical) distribution of the the size
of objects? (i.e. start up server, stop time when it has been under
load for a few hours, and put each object into a bucket marked with the
number of bytes it is allocated, and maybe labeled with object type,
say dict, list, other). Does anyone know of any research on this?
>
I would do this myself, but my website only has one user...
How do you get the memory size of each object?




--
Steven D'Aprano

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles