Server Monitoring

As you might expect from a platform that has been running demanding and critical applications for 20 years, Erlang has great server-monitoring tools.

One of the easiest to use is already baked in. Inside IEx, run

 iex>​ ​:observer​.start()

Use this to get insight into…

For application-level monitoring, you might want to look at Elixometer from Pinterest.[31]