Closed GoogleCodeExporter closed 9 years ago
By "pausing", do you mean step 4, where you keep tracking deleted memory?
You're
right we don't have anything like that.
I think what you're suggesting can be done by taking two heap-profile snapshots
and
comparing them, since the snapshots have all sorts of information about where
memory
was allocated. But I'm not certain. Feel free to play around with that. If it
doesn't work out, and you'd like to patch the code to do what you describe
here, we'd
be very glad to take a look at it!
Original comment by csilv...@gmail.com
on 18 Apr 2008 at 8:51
Reading this over again, I think the --base flag to pprof is what you want.
Just
dump a heap-profile after the server has warmed up, and then dump another
heap-profile periodically, and compare it with --base=warmup.prof. That should
show
what you need to know.
I'm closing the bug, but if this doesn't serve your needs, let me know and we
can
reopen it.
Original comment by csilv...@gmail.com
on 6 Mar 2009 at 5:56
Original issue reported on code.google.com by
ybenisr...@gmail.com
on 18 Apr 2008 at 4:53