From mboxrd@z Thu Jan 1 00:00:00 1970 From: TEJAS VORA Subject: Network Statistics Collection Date: Mon, 20 Sep 2004 16:31:32 -0700 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <88240e9404092016313ca56ca0@mail.gmail.com> Reply-To: TEJAS VORA Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org, linux-c-programming@vger.kernel.org, linux-admin@vger.kernel.org, linux-newbie@vger.kernel.org Hi All, I am working on a company project and as a part of it - I have to collect and show some network information on the Monitoring utility. Please help to find out that how can I collect these information from a Linux Machine. 1. Number of active TCP connection 2. Information of Active connections (Source and Dest IP, Source and Dest Port) 3. Retransmitted packets due to Duplicate ACK and SACK 4. Connection Duration and RTT 5. Transmission Troughput (in KB/Sec) 6. Number of Newly Created TCP Connections 7. Closed TCP Connections 8. Total Data transmitted (in byte) 9. Total Data Retransmitted (in byte) Also, does anybody have any information on Watchdaog or how to use watchdog and SOCKS and SNOOP Daemon? I am using RedHat 9.0 machine. Any help is apreciated. Looking for an answer. Tejas Vora