iperf to the rescue
Measuring throughput is incredibly easy with
iperf3
.For openSUSE or SUSE Linux Enterprise (SLE), packages are available in the network:utilities project in OBS - https://software.opensuse.org/download.html?project=network%3Autilities&package=iperf
Once you have the package installed, running a throughput test between two nodes (node1 and node2, hypothetically) is as easy as:
On node1:
# iperf3 -s
On node2:
# iperf3 -c $IP_ADDR_OF_NODE1
[1] http://docs.ceph.com/docs/jewel/rados/configuration/osd-config-ref/
No comments:
Post a Comment