A
A
Anatoly602016-02-28 13:31:18
Nginx
Anatoly60, 2016-02-28 13:31:18

What can be used to monitor the code / response time of a loaded service?

There is a loaded REST service on the spring framework + nginx. It is necessary to visually monitor the number of HTTP requests incoming to it, the average response time of the service with an accuracy of 10 ms, and display in real time on the chart the number of responses with a specific code 200/500 + the number of requests that took more than 100 ms to complete.
What tools can be used to accomplish this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Romanenko, 2016-02-28
@slimus

As an option:

  1. haproxy (free)
  2. zabbix (free, most likely you will have to write your own scripts for this monitoring)
  3. nginx plus (paid)

I
Ildar Gafarov, 2016-02-29
@badprogrammist

https://www.datadoghq.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question