Server Monitoring

Learn about server monitoring tools in Elixir.

We'll cover the following

Introduction

As we might expect from a platform that’s 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, we run the code below:

iex> :observer.start()

We use this to get insight into the following:

  • Basic system information

Get hands-on with 1200+ tech skills courses.