Difference between revisions of "Netpref"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 5: | Line 5: | ||
* Unix Domain Sockets | * Unix Domain Sockets | ||
* SCTP for both IPv4 and IPv6 | * SCTP for both IPv4 and IPv6 | ||
+ | |||
+ | ==Instalasi== | ||
+ | |||
+ | apt-get install netperf | ||
+ | |||
+ | Dilakukan di dua node yang akan di ukur | ||
+ | |||
+ | ==Beberapa Pengukuran== | ||
+ | |||
==Lebih Lanjut== | ==Lebih Lanjut== | ||
− | |||
* [[netperf: instalasi]] | * [[netperf: instalasi]] |
Revision as of 14:00, 7 June 2015
Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirectional 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
Instalasi
apt-get install netperf
Dilakukan di dua node yang akan di ukur