Learn about server monitoring tools in Elixir.
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:
Get hands-on with 1300+ tech skills courses.