Tag Archives: netstat

Monitor CPU, Memory and Network on AIX

Very good two commands to monitor CPU, Memory and Network on AIX: netstat and vmstat e.g. “netstat 5”, views the network activity, reports every 5 seconds, change 5 to 10 if you want every 10 seconds and so on. e.g. … Continue reading

Posted in Unix | Tagged , , , , , , , , | Leave a comment

Killing a process that listening on a port

Sometimes you may want to stop a server application that is running on a pre-defined port number. lets give an example; if you have a tomcat server running on port 8080, you don’t have the process number to execute the … Continue reading

Tagged , | Leave a comment