79314168

Date: 2024-12-28 16:42:34
Score: 1.5
Natty:
Report link

0

I am stress testing a flask application using ab -n 10000 -c 1000 http://192.168.1.16:9090/, and monitoring ListenDrops with nstat -az TcpExtListenDrops on Ubuntu 22.04 (Kernel: 6.8.0-49-generic). My understanding is, each ListenDrops indicates a request that should be discarded, and the client should receive either an error, or no response at all. Despite this, ab says everything was a success

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hamza Dasti