Erlang performance and debugging tools
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
doc
priv/bin
src
.gitignore
.travis.yml
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile
README.md
rebar.config
rebar.config.script
rebar3

README.md

Build Status

This project has been parked. The most interesting bit (redbug) has its own repository, dtop has been reimplemented by OTP (as etop), the other stuff was not of much general interest. I'll accept pull requests, and keep the project compatible with modern OTP releases, for the foreseeable future. I don't plan to add new features.

eper is a loose collection of Erlang Performance related tools.

  • dtop - similar to unix top
  • ntop - visualizes network traffic
  • atop - shows various aspects of the VM allocators
  • redbug - similar to the OTP dbg application, but safer, better etc.