I'm new to Elixir. I'm getting timeouts from my Elixir app during load testing. Any idea how to find out, at any point in time, how many connections are open and how many requests are queued up waiting to be processed? I can already see that the node is hitting memory and cpu limits but I wanted more detailed info so I know what to tune.
I know Ranch has a max_connections
setting but does it make available stats on how many open connections or or requests queued up?