V
V
Vitali2012-02-17 18:09:48
Computer networks
Vitali, 2012-02-17 18:09:48

Does the network sag from small loads?

I do server stress testing with Apache Benchmark Tool and Apache jMeter. With 30 or more concurrent requests, the network periodically (approximately every 100-200 requests) sags for 3-4 seconds.
With all this, there is no load on the server, LA is zero, there is plenty of memory.
those. 200 requests go with a 50ms response, and then ~10 go with a 3000ms response, and then the situation repeats.
And this does not depend on the content in any way, because the tests were even on static.
Server config:
Leaseweb
Intel Xeon X3440/8GB/2x1TB (QC22)
QC X3440
8GB DDR3
1 x 100Mbps Full-Duplex
What could be the problem and how can I monitor weaknesses?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
egorinsk, 2012-02-17
@egorinsk

What did you get that it is the network that sags? Try to ping the server in parallel with the stress test (to the fullest). If under load the pings are stable, then everything is in order with the network. And Apache can have 100 reasons why it slows down.
Look at the output of top under load to begin with, how long it sits in the kernel, what processes are at the top, how the swap is used.

P
prox, 2012-02-18
@prox

check ping (L3) and TCP level (L4)
if everything is OK, then dig on L7 (apache)

V
Vitaly Peretyatko, 2012-02-17
@viperet

put some kind of server monitoring system, for example, munin, cacti, zabbix, etc. according to the graphs, you can see what resources are missing.
you didn't write anything about the software on the server. Do you have apache running there? Periodic failures can be related to MaxRequestsPerChild - for example ...

Y
ykrop, 2012-02-17
@ykrop

> Periodically (approximately every 100-200 request) the network sags for 3-4 seconds.
what you described is similar to the rebirth of the worker.
"MaxRequestsPerChild controls how frequently the server recycles processes by killing old ones and launching new ones."

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question