Category: Linux

Number of connections on port 80 (HTTP Apache)

netstat -ant | grep -w 80 | wc -l

Number of connections on port 3306 (mySQL)

netstat -ant | grep -w 3306 | wc -l

 

Tags:

Linux

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.