Query: kttcp
OS: netbsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KTTCP(4) BSD Kernel Interfaces Manual KTTCP(4)NAMEkttcp -- kernel support for testing network throughputSYNOPSISpseudo-device kttcpDESCRIPTIONThis driver provides kernel support for testing network throughput from the perspective of the kernel. It is similar in spirit to the clas- sic ttcp network benchmark program, the main difference being that with kttcp, the kernel is the source and sink of the data. Testing like this is useful for a few reasons: 1. This allows us to know what kind of performance we can expect from network applications that run in the kernel space, such as the NFS server or the NFS client. These applications don't have to move the data to/from userspace, and so benchmark programs which run in userspace don't give us an accurate model. 2. Since data received is just thrown away, the receiver is very fast. This can provide better exercise for the sender at the other end. 3. Since the NetBSD kernel currently uses a run-to-completion scheduling model, kttcp provides a benchmark model where preemption of the benchmark program is not an issue.SEE ALSOpkgsrc/benchmarks/kttcp, pkgsrc/benchmarks/ttcpBSDDecember 2, 2006 BSD
Related Man Pages |
---|
latency(1) - debian |
nfs3_nra(5) - hpux |
obnam-benchmark(1) - debian |
rump_nfs(8) - netbsd |
rump_smbfs(8) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How to install PGX32 on Sparc 10 Ultra? |
Vm versus physical linux server |
RFC - Korn shell prompt |