D
D
Denis2018-06-04 19:47:47
Apache HTTP Server
Denis, 2018-06-04 19:47:47

How to watch online requests in the console to the server?

Hello
My project is constantly running at least 600 requests per minute
Debian + Apache system
How did I determine this? I just took access.log in Apache and looked in 1 minute.
I saw it at one presentation that people are watching requests in real time through the console. But I can't find the program.
I also want to switch to Nginx
Well, I would also like to see on the graph how many requests per second come to the server, to store history. But all requests do not need to be stored, this is the trouble

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton, 2018-06-04
@sHinE

https://www.faqforge.com/linux/distributions/debia...
You probably need a key

-f

tail -f /var/log/mail.log

S
Sergey Gornostaev, 2018-06-04
@sergey-gornostaev

tcpdump

S
sim3x, 2018-06-04
@sim3x

ssh
tail -f /var/log/apache

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question