Hello, I have a simple question : how to benchmark an Erlang Application and test it’s performance (CPU using, RAM,…)? does it done by the OS or by the ERTS itself ?
Hello, I have a simple question : how to benchmark an Erlang Application and test it’s performance (CPU using, RAM,…)? does it done by the OS or by the ERTS itself ?
Thank you @mickel8 I will try this
You can also use Benchee - although I probably have to update the usage from erlang docs - as it is written in elixir.