Vmstat,
Top,
Fstat,
Tcpbench,
Netintro,
Protocols,
Systat,
Ps,
Services,
Trpt,
Iostat,
Pstat,
Tcpdrop,
Inet_ntop,
Hosts,
Nfsstat,
Portmap,
Route,
Netstat NETSTAT(1) - General Commands Manual # NETSTAT(1) - General Commands Manual
NAME # netstat - show network status
SYNOPSIS # netstat [-AaBln] [-M core] [-N system] [-p protocol] [-T rtable]
netstat -WÂ interface
netstat -m
netstat -I interface | -i [-bdehnq]
netstat -w wait [-bdehnq] [-c count] [-I interface]
netstat -s [-gru] [-f address_family] [-p protocol]
netstat -g [-lnu] [-f address_family]
netstat -R
netstat -r [-AFu] [-f address_family] [-M core] [-N system] [-T rtable]
...
Vmstat,
Top,
Fstat,
Tcpbench,
Stat,
Printf,
Procmap,
Systat,
Ps,
Netstat,
Iostat,
Fs,
Pstat PSTAT(8) - System Manager’s Manual # PSTAT(8) - System Manager’s Manual
NAME # pstat - display system data structures
SYNOPSIS # pstat [-fknsTtv] [-M core] [-N system] [-d format symbol …]
DESCRIPTION # pstat displays open file entry, swap space utilization, terminal state, and vnode data structure information. If core is given, the information is sought there, otherwise in the running kernel via /dev/kmem. The required namelist is taken from the running kernel unless system is specified.
...
Tcpbench,
Netintro,
Getsockopt,
Ipsecctl,
Socket,
Inet,
Inet6,
Tcpdrop,
Ip6,
Ip,
Tcp TCP(4) - Device Drivers Manual # TCP(4) - Device Drivers Manual
NAME # tcp - Internet Transmission Control Protocol
SYNOPSIS # #include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
int
socket(AF_INET, SOCK_STREAM, 0);
int
socket(AF_INET6, SOCK_STREAM, 0);
DESCRIPTION # The TCP protocol provides a reliable, flow-controlled, two-way transmission of data. It is a byte-stream protocol used to support the SOCK_STREAM abstraction. TCP uses the standard Internet address format and, in addition, provides a per-host collection of “port addresses”.
...
TCPBENCH(1) - General Commands Manual # TCPBENCH(1) - General Commands Manual
NAME # tcpbench - TCP/UDP benchmarking and measurement tool
SYNOPSIS # tcpbench -l
tcpbench [-46DRUuv] [-B buf] [-b sourceaddr] [-k kvars] [-n connections] [-p port] [-r interval] [-S space] [-T toskeyword] [-t secs] [-V rtable] hostname
tcpbench -s [-46DUuv] [-B buf] [-k kvars] [-p port] [-r interval] [-S space] [-T toskeyword] [-V rtable] [hostname]
DESCRIPTION # tcpbench is a small tool that performs throughput benchmarking and concurrent sampling of kernel network variables.
...