[nycphp-talk] Memory usage at runtime
Jeffrey Barrett
jeffreyabarrett at hotmail.com
Wed May 24 18:22:07 EDT 2006
Eddy,
Long time no chat. This is a very tough question. I have been unable to find
an internal PHP function to help with this. After playing with many
different things we have been running callgrind/valgrind and with that you
can start to piece together the details of the memory usage of your
application. These dumps can be a broad confusing read, but there is a
graphical front end that helps make things easier. It has been a while but I
think we got a good picture of memory allocation with those tools.
There is also xdebug, but I think that just gives total memory allocation.
Later,
Jeff
>From: "Nunez, Eddy" <enunez at tiaa-cref.org>
>Reply-To: NYPHP Talk <talk at lists.nyphp.org>
>To: "NYPHP Talk" <talk at lists.nyphp.org>
>Subject: [nycphp-talk] Memory usage at runtime
>Date: Fri, 19 May 2006 13:28:05 -0400
>
>Greets fellow PHPers,
>
> This is something I've been looking around for but bit hard
>pressed to find something on the net. Anyone know a function call or
>method to determine how much memory in bytes your script variables(any
>type) are currently using?
>
>
>
>-Eddy
>
>Would you like to think & communicate more effectively?
>
>visit: http://www.toastmasters.org
>
>
>
>
>
>**************************************************************
>This message, including any attachments, contains confidential information
>intended for a specific individual and purpose, and is protected by law.
>If you are not the intended recipient, please contact sender immediately by
>reply e-mail and destroy all copies. You are hereby notified that any
>disclosure, copying, or distribution of this message, or the taking of any
>action based on it, is strictly prohibited.
>TIAA-CREF
>**************************************************************
>
>_______________________________________________
>New York PHP Community Talk Mailing List
>http://lists.nyphp.org/mailman/listinfo/talk
>New York PHP Conference and Expo 2006
>http://www.nyphpcon.com
>Show Your Participation in New York PHP
>http://www.nyphp.org/show_participation.php
More information about the talk
mailing list