start sharing your thoughts.. so what are you thinking now :)
Dude, as you said that you have a plan to use this as a technical blog, i take the previlege to ask you a question. In unix how do i monitor tcp and udp connections. Basically i want to display them continously. Pls help..!!
Hi Amit,have you heard about netstat command. to monitor tcp and udp connections on a Unix server continuously use the following command.netstat -t -u -c This will Print the tcp and udp connections continuously.Thanks,Balu Mahendran
start sharing your thoughts.. so what are you thinking now :)
ReplyDeleteDude, as you said that you have a plan to use this as a technical blog, i take the previlege to ask you a question.
ReplyDeleteIn unix how do i monitor tcp and udp connections. Basically i want to display them continously. Pls help..!!
Hi Amit,
ReplyDeletehave you heard about netstat command. to monitor tcp and udp connections on a Unix server continuously use the following command.
netstat -t -u -c
This will Print the tcp and udp connections continuously.
Thanks,
Balu Mahendran