check total incoming requests centos, linux, ubuntu

sudo netstat -anp |grep 80 | wc -l
sudo netstat -anp |grep 443 | wc -l


Leave a Reply