If a server is monitoring thousands of endpoints (http, https, ping, etc) and these checks are done every minute, what o/s issues should I be researching?
1K+ requests per minute is what I want to build for.
I will have to make sure file handles are tweaked.
What about open sockets? waiting sockets?
For example, I may make a http request to check uptime for a website, and it may take 50-100ms to respond, so if I have 1000 checks going on for this minute, things can pile up etc.