Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massemanet/eper
Erlang performance and debugging tools
https://github.com/massemanet/eper
Last synced: about 1 hour ago
JSON representation
Erlang performance and debugging tools
- Host: GitHub
- URL: https://github.com/massemanet/eper
- Owner: massemanet
- License: mit
- Created: 2010-04-13T07:14:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T13:31:54.000Z (over 6 years ago)
- Last Synced: 2025-01-04T14:07:01.950Z (7 days ago)
- Language: Erlang
- Homepage:
- Size: 3.17 MB
- Stars: 437
- Watchers: 32
- Forks: 128
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-erlang-cn - eper - 一个性能相关的工具集. (监控)
- freaking_awesome_elixir - Erlang - Erlang performance and debugging tools. (Debugging)
- fucking-awesome-elixir - eper - Erlang performance and debugging tools. (Debugging)
- awesome-erlang - eper - A loose collection of Erlang Performance related tools. (Monitoring)
- awesome-elixir - eper - Erlang performance and debugging tools. (Debugging)
README
[![Build Status](https://travis-ci.org/massemanet/eper.svg?branch=master)](https://travis-ci.org/massemanet/eper)
**This project has been parked. The most interesting bit ([redbug](http://github.com/massemanet/redbug)) has its own repository, _dtop_ has been reimplemented by OTP ([as _etop_](http://erlang.org/doc/man/etop.html)), 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.