Thread: TCPIP statistics

  1. #1
    Unregistered
    Guest

    Unhappy TCPIP statistics

    Hi,

    I want to develop such a software that has an ability to check which TCP and UDP ports are opened on local computer and how much data is flowing throught each port.

    What should I do to develop this software?


    Thanks in advance

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

  3. #3
    Unregistered
    Guest
    MS-DOS prompt
    c:\windows> netstat -an

    displays a list of all open tcp and udp ports. as well as lissening ports.
    type "netstat -h" to get a list of switches.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to obtain Inode statistics for a file
    By NuNn in forum C Programming
    Replies: 1
    Last Post: 02-11-2009, 11:41 PM
  2. CPU Statistics
    By nascimento.rp in forum Linux Programming
    Replies: 4
    Last Post: 10-28-2006, 05:07 AM
  3. generating program statistics
    By Kingsley in forum C Programming
    Replies: 9
    Last Post: 07-02-2006, 12:05 PM
  4. Statistics tools for webpages
    By Zewu in forum Tech Board
    Replies: 3
    Last Post: 08-22-2004, 02:07 PM
  5. FTP statistics
    By RoD in forum Tech Board
    Replies: 4
    Last Post: 05-29-2004, 09:51 AM