A
A
Anton Ivanov2015-05-10 04:35:56
Nginx
Anton Ivanov, 2015-05-10 04:35:56

How are graphs of the frequency of requests / statuses of responses from the web server made?

Hello!
I often see how different companies post graphs where you can see the processing time of a request, the number of requests per second, and so on.
Is it really all done by simply parsing the web server log files?
If so, what are the recognized solutions used to analyze nginx logs?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AK, 2015-05-11
@Fly3110

Look towards new relic. There are a bunch of plugins for monitoring and statistics on the operation of services. For nginx including.

V
Vlad Zhivotnev, 2015-05-12
@inkvizitor68sl

Yes, logs are parsed.
Of course, not every minute the entire 60 GB log, but with "remembering" the last place for the next launch.
ganglia + logster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question