(I forgot to announce v0.1 so this is a combined announcement.)

I'm proud to announce the ekg [1] library. The library lets you remotely
monitor any running Haskell program, using your web browser or an automated
monitoring program.

The library lets you monitor garbage collector and memory usage statistics
(similar to what's provided by +RTS -s, but live), but also lets you
defined your own counters that you can update from within your program.

For some more examples see:
http://blog.johantibell.com/2011/12/remotely-monitor-any-haskell.html
http://blog.johantibell.com/2011/12/more-monitoring-goodies.html

1. http://hackage.haskell.org/package/ekg
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to