• Stars
    star
    436
  • Rank 96,163 (Top 2 %)
  • Language
    Erlang
  • License
    MIT License
  • Created about 14 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Erlang performance and debugging tools

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.