freebsd-dev/release/picobsd/tinyware/ns
Max Laier b6de9e91bd Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior.

Discussed on:	-arch
Reviewed by:	thompsa
X-MFC-after:	never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
..
Makefile Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
ns.c Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
README

Warsaw, 1998.07.20

			Small replacement for netstat
			-----------------------------

This program implements some basic functionality subset of normal netstat -
it can display the routing table and protocol statistics.

Large part of the code dealing with retrieving the routing table via sysctl(3)
was taken from code examples written by Richard Stevens to accompany his
excellent book.

Usage
-----

	ns [-rsi] [-p proto] [-w wait]

where

	-r	print routing table (default)
	-s	print protocol statistics
	-i	print interface statistics
	-p proto	display only statistics related to this
			protocol, where 'proto' is one of:
			- ip
			- tcp
			- udp
			- icmp
			- bdg - bridging stats, if 'ns' was compiled with
			   bridging support (flag BRIDGING in Makefile)
	-w wait	continuous display, repeat every 'wait' seconds.

Bugs
----

* 'ns' doesn't resolve IP addresses to names
* well, real netstat provides _much_ more information... but this one needs
  to be small, right? :-)

Andrzej Bialecki
<abial@freebsd.org>

$FreeBSD$