> -----Original Message-----
> From: sayoyo / yahoo.com [mailto:sayoyo / yahoo.com] 
> Sent: Friday, March 31, 2006 12:09 PM
> To: ruby-talk ML
> Subject: know can I know how much object has been created???
> 
> 
> Hi,
> 
> We have an application which is very time and ressource 
> consuming, so we would like to know how to monitoring the 
> number of object created and the size of memory used by ruby? 
> is there any API that we can use or where can I find the 
> documentation about this???

Perhaps sys-proctable is what you're after.  Available on the RAA
(http://raa.ruby-lang.org).

Regards,

Dan