-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
36 lines (22 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 [email protected].