Some IBM - AIX LINUX commands
# netstat -a | grep 8080, this is the command to view user details who are using the server at port 8080.# netstat -a | grep 8080 | wc -l, this is the command to view the total number of users accessing the server.
# netstat -a | more, give the more information on connections.

0 Comments:
Post a Comment
<< Home