I used objgraph ( http://mg.pov.lt/objgraph/ ) recently to find a memory leak in an application (turns out debugtoolbar was holding references to 100000s of sqlalchemy objects). I didn't use all the features but I saw a count of the different type of objects and then you can also graph the references to a specific instance as well. You can also set a baseline and then see how many items of each type are created after that baseline.
-- Jason -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/GIL48PMefMwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
