File tree Expand file tree Collapse file tree
modules/deploy/pages/deployment-option/self-hosted/manual Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ The following example uses https://iperf.fr/[iPerf3^] to test the network bandwi
4343
4444[,bash]
4545----
46- redpanda1:~$ sudo apt -y update; sudo apt -y install iperf3
47- redpanda1:~$ iperf3 -s
46+ redpanda1:~ sudo apt -y update; sudo apt -y install iperf3
47+ redpanda1:~ iperf3 -s
4848-----------------------------------------------------------
4949Server listening on 5201
5050-----------------------------------------------------------
51- redpanda2:~$ sudo apt update; sudo apt install iperf3
52- redpanda2:~$ iperf3 -c redpanda1 -p 5201 -t 300
51+ redpanda2:~ sudo apt update; sudo apt install iperf3
52+ redpanda2:~ iperf3 -c redpanda1 -p 5201 -t 300
5353Connecting to host redpanda1, port 5201
5454[ ID] Interval Transfer Bitrate Retr Cwnd
5555[ 5] 0.00-1.00 sec 1.11 GBytes 9.57 Gbits/sec 0 1.64
You can’t perform that action at this time.
0 commit comments