How much load Elixir (Phoenix) will take on the following dedicated server?

I do recall a distribution example in The little elixir otp guidebook . A distributed chuck norris jokes server.

There is an excellent post about nodes clustering by @aseigo

But to me the subject lack a reference documentation (or I did not find yet).

3 Likes

I remember reading that Scaleway wasn’t particularly great in disk IO and networking https://www.webstack.de/blog/e/cloud-hosting-provider-comparison-2017/. But things might have changed since.

2 Likes

Load testing…

Look into Tsung for example. That’s the only way to get any clue before deploying it.

3 Likes

By default, Scaleway disks are networked.

A direct SSD is a temporary SSD but that’s directly linked to the PCB of the server; instead of being networked.

1 Like

Another tool is MZBench. It takes a different approach to tsung in that it is request rather than user session oriented. It is also a bit more approachable in its web UI, and writing load tests is rather more straight-forward. It does not have all the functionality (by far!) of tsung, but if you just want simple request load testing, it’s pretty good. It also supports clustering and cloud hosting out of the box with rather simple setup.

I now use both, depending on what I am trying to measure.