Friday, July 16, 2010

mahendran online

Hi All,

i am happy to create this blog, to share my thoughts

3 comments:

  1. start sharing your thoughts.. so what are you thinking now :)

    ReplyDelete
  2. 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..!!

    ReplyDelete
  3. 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

    ReplyDelete