summaryrefslogtreecommitdiff
path: root/benchmarks/kttcp/files
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30Fixed build failure on NetBSD 3.0:rillig1-2/+2
kttcp.c:121: warning: assignment discards qualifiers from pointer target type
2002-07-11Show usertime/systime/realtime/cpu-time-percentage.simonb1-12/+46
Add a -v option to show "byte/CPU sec" ala "ttcp -v". Change the -s option to -t (same as parameter to transmit as ttcp). Bump pkg version number.
2002-06-30Allow a "k", "m", or "g" suffix to be added to a byte count tothorpej1-4/+37
multiply it by 1024, 1024 * 1024, or 1024 * 1024 * 1024, respectively.
2002-06-30Also report speed in Megabits/sec (both 1024- and 1000-based Mega).thorpej1-2/+6
2002-06-30Remove "-c ..." from the usage.thorpej1-4/+3
2002-06-29kttcp -- userland portion of the kttcp network throughput testerthorpej2-0/+246