hp2any-graph

Real-time heap graphing utility and profile stream server with a reusable graphing module.

http://www.haskell.org/haskellwiki/Hp2any

Latest on Hackage:0.5.4.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Patai Gergely
Maintained by Patai Gergely ([email protected])

This package contains two utilities: a grapher that can display heap profiles in real time both for local and remote processes, and a relay application the grapher connects to in the latter case. Additionally, the graphing capability is exposed to other programs as well in the form of a library module.

To avoid the need for OpenGL on the server side, the package can be built with the ServerOnly flag:

cabal install --flags=serveronly