memory usage
- From: Dennis de Wit <newsgroups@xxxxxxxxxxxxxxx>
- Date: Thu, 17 Aug 2006 13:25:15 +0200
Hi all,
Is there any command in PHP that gives me an overview of the amount of used memory at the moment of calling? I'd like to debug some problems I experience in an application.
I'd like to do something like
<?
echo free_memory();
?>
at certain "breakpoints" to find the source of my problem. (free_memory() would be the max_mem_usage - actual_usage... duh)
Anyone?
Thanks,
Dennis
.
- Follow-Ups:
- Re: memory usage
- From: ZeldorBlat
- Re: memory usage
- Prev by Date: Re: Random Design Question
- Next by Date: Re: memory usage
- Previous by thread: use something from Storable.pm
- Next by thread: Re: memory usage
- Index(es):
Relevant Pages
|