jtt / tcpstat

A simple program which can be used to monitor active TCP connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 ABOUT

 tcpstat is a simple program which can be used to monitor active TCP
 connections. Think about a cross between 'top' and 'netstat'. 

 Tcpstat is written in C and uses ncurses for UI. While still pretty much under
 the development, the program has reached a state where it might actually be
 usefull. If it only had proper help and man pages. 

 Tcpstat supports currently Linux, OpenBSD and OS X systems. Not all functionality
 is yet available on OpenBSD or OS X.

 LICENSING 

 The program is licensed under two-clause BSD license. 

 BUILDING and INSTALLING

 Note that currently GNU make is needed to build the program on OpenBSD or OS X.

 Edit the Makefile to suit your needs. Type '(g)make' optionally followed by
 '(g)make install'

 If you want to enable the debug information, edit src/defs.h and remove
 comments around #define DEBUG. Then rebuild the application. If built with
 debugging enabled, the program will write debug information to file debug.txt.

 RUNNING 

 The program has '--help' option which should provide some information on the
 available command line parameters.

 CONTACT

 Send all bug reports, improvement ideas and such to jtaimisto@gmail.com.

About

A simple program which can be used to monitor active TCP connections


Languages

Language:C 100.0%