From: "Berger, Daniel" Date: 2006-04-01T04:14:26+09:00 Subject: Re: know can I know how much object has been created??? > -----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