1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Fixing 404 links in Performance Testing.md

This commit is contained in:
Kshithij Iyer
2019-09-13 12:41:29 +05:30
committed by Amar Tumballi
parent 8f808b9644
commit 8f70def3aa

View File

@@ -335,10 +335,8 @@ cluster lifecycle. Fortunately,
can be enhanced significantly, often without additional hardware.
To measure network performance, consider use of a
[netperf-based](http://www.netperf.org/netperf/NetperfPage.html)
script such as
* [network-stream-pairs.sh](https://github.com/bengland2/parallel-libgfapi/blob/master/netperf-stream-pairs.sh) - sets up unidirectional TCP streams between pairs of hosts
* [network-rpc-pairs.sh](https://github.com/bengland2/parallel-libgfapi/blob/master/netperf-rpc-pairs.sh) - sets up request-response flows between pairs of hosts
[netperf-based](http://www.cs.kent.edu/~farrell/dist/ref/Netperf.html)
script.
The purpose of these two tools is to characterize the capacity of your entire network infrastructure to support the desired level of traffic induced by distributed storage, using multiple network connections in parallel. The latter script is probably the most realistic network workload for distributed storage.