bender Wrote:
-------------------------------------------------------
> netstat -anp | grep -c nginx
>
> or to be more specific
>
> netstat -anp | grep ":80" | grep -c nginx
Oh thank you, that's clever. I never thought about using netstat for that :)