Subject: Re: checking NIC speed on NetBSD
To: None <netbsd-help@netbsd.org>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 12/28/2002 17:20:08
> 
> Does anyone know of a program to test network speed?

"ttcp", which isn't in 'pkgsrc', but which you should be able
to find on the net.   Or, you could work something up using
'time', 'dd', '/dev/zero', 'pkgsrc/net/netcat' (or even 'rsh'),
and '/dev/null'.

David S.