There is a program for node.js in it a lot of code, and many different modules.
This program sends many http requests to different addresses.
At some point, it starts sending so many requests that the server hangs.
The problem has already been found and timeout has been set for these requests.
But there is a feeling that requests can start being sent by loop in some other place.
My question is: is it possible to somehow monitor or log ALL outgoing requests from the node.js application?
tcpdump, outgoing traffic on port 80 - nörbörnën