Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Getting a memory dump

by awy (Acolyte)
on Nov 23, 2007 at 08:11 UTC ( [id://652521]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting a memory dump
in thread Getting a memory dump

Thanks. I was rather thinking of something a bit more structured that would list each variable with its attributes and references broken out.

Replies are listed 'Best First'.
Re^3: Getting a memory dump
by erroneousBollock (Curate) on Nov 23, 2007 at 08:15 UTC
    I was rather thinking of something a bit more structured that would list each variable with its attributes and references broken out.
    Do you have an example of such a facility in some other language?

    Historically, various tools were used to examine a dump corefile, but I've not seen language-specific nor human-readable dumps before.

    Aside from perl variables, all kinds of things will be on the heap for your perl process (eg: things allocated by libraries wrapped in XS interfaces).

    -David

      Yes, this is something you can do in Java. The Sun JVM hprof format (and similar formats for other JVMs) is not exactly human-readable but there are quite a number of tools capable of reading and analysing such dumps. The point is that the data is structured in a format amenable to analysis.

      I realise that libraries and XS code may be responsible but somehow I suspect that this is less likely in my case.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://652521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-29 14:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found