Skip to content

Commit cd769ad

Browse files
committed
remove $ from apt command
1 parent 8cd1127 commit cd769ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • modules/deploy/pages/deployment-option/self-hosted/manual

modules/deploy/pages/deployment-option/self-hosted/manual/sizing.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
-----------------------------------------------------------
4949
Server 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
5353
Connecting 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

0 commit comments

Comments
 (0)