Jump to content

Netperf

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Firowkp (talk | contribs) at 02:42, 22 February 2013 (Overview). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Netperf is the de-facto standard for network bandwidth testing between two hosts on a network. It blasts TCP data from a client host to a server host. This is different than transferring a file over the network, as you avoid any disk bottlenecks, and are using a standardized client and server for testing.

Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirecitonal throughput, and end-to-end latency. The environments currently measureable by netperf include: TCP and UDP via BSD Sockets for both IPv4 and IPv6 DLPI Unix Domain Sockets SCTP for both IPv4 and IPv6

External reference

[Homepage of netperf |http://www.netperf.org/]