How to get number of concurrent sessions and average response latency in cowboy?

StackOverflow https://stackoverflow.com/questions/23136612

  •  05-07-2023
  •  | 
  •  

Pregunta

I have a rather simple web app built with on top of cowboy http server. What is the right way to measure miscellaneous health parameters in real-time, like 1, 5 and 10 minute averages of connections and response latency, etc?

¿Fue útil?

Solución

You can use boundary/folsom or feuerlabs/exometer for this. There is no built-in solution, but the two mentioned applications can be used to measure/instrument Erlang systems in general. They are highly recommended.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top