Elixir Bottleneck

This commit is contained in:
2017-07-16 20:24:31 +02:00
parent 28d0c910d3
commit aace984b81

View File

@@ -21,6 +21,7 @@
- [A tour of Elixir performance & monitoring tools](https://hackernoon.com/a-tour-of-elixir-performance-monitoring-tools-aac2df726e8c).
- [Web based metrics, monitoring, and observer](https://github.com/shinyscorpion/wobserver).
- [ExTop is an interactive monitor for the Erlang VM](https://github.com/utkarshkukreti/ex_top).
- [The Elixir Bottleneck](http://iacobson.net/the-elixir-bottleneck/).
### Testing
- Unit Testing framework [ExUnit](https://hexdocs.pm/ex_unit/ExUnit.html).