How do I check how many HTTP connections are open currently?
Keep it mind that http is a stateless protocol. Each line can represent one client opening multiple sockets to grab different files (css, images, etc) that will hang out for awhile in a timewait state. To display only active Internet connections to the server at port 80 and sort the results, allow to recognize many … Read more