is it possible to connect to a port and count how many active, open, connections are actually established using that port?
more in detail, I would like to connect to port 80 and count how many open connections there are to my website.
thx blue
I don't really have an answer to your question, but maybe your web server software provides some command-line way of getting this information. I'd check its manual.
-Keegan