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

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

  •  05-07-2023
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top