Pages

Tuesday, June 26, 2012

How to check connections on apache port 80

How to check connections on apache port 80

netstat -an |grep :80 |wc –l


How to check the last mount time :

root@server [~]#  dumpe2fs  /dev/sdb1 | grep "Last mount time"
dumpe2fs 1.39 (29-May-2006)
Last mount time:          Tue Sep 22 09:33:36 2009
root@server [~]#

No comments:

Post a Comment