wiki:WikiStart
Last modified 4 years ago Last modified on 04/17/20 10:32:14

Moved to xgitlab memlog

ALCF memlog

This tool attempts to help you answer the question: Why is my application using so much memory?

Why was memlog created? There are several other tools that can support this use case, but none of them would work in our environment properly. They were either too slow, not runnable under the BG/Q CNK, not thread safe, did not properly support big-endian PPC64, supported only either static or dynamic linking, did not collect full backtraces, or just did not produce sufficiently-informative peak-usage output.

That having been said, memlog works quite well on my laptop in addition to working on our supercomputers.

If memlog does not quite do what you'd like, here are some other tools that might fit your needs:

The dot/pdf output produced by memlog was definitely inspired by that produced by Google's pprof tool in the aforementioned package.

Code

You can obtain the latest version of the source code directly from the public git repository:

  git clone http://git.mcs.anl.gov/memlog.git