Feedback:
Please enter any feedback you have for this article.
Screenshots:
All Articles ยป Number of connections
Articles in this category
hyve
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:
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.
Popular Articles
Related Articles