Skip to content

Commit ea07df3

Browse files
Final tweaks
1 parent 2125fe5 commit ea07df3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

content/learning-paths/servers-and-cloud-computing/microbenchmark-network-iperf3/setup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ hostname -I
7676
ip address
7777
ifconfig
7878
```
79-
80-
### On the client
79+
## On the client
8180

8281
Add the server's IP address, and assign it the name `SERVER`:
8382

@@ -86,7 +85,7 @@ Add the server's IP address, and assign it the name `SERVER`:
8685
10.248.213.104 SERVER
8786
```
8887

89-
### On the server
88+
## On the server
9089

9190
Add the client's IP address, and assign it the name `CLIENT`:
9291

content/learning-paths/servers-and-cloud-computing/microbenchmark-network-iperf3/simulating-network-conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ rcv_tcp_congestion cubic
7373
7474
iperf Done.
7575
```
76-
### Observations
76+
## Observations
7777

7878
* The `Cwnd` size has grown larger to compensate for the longer response time.
7979

8080
* The bitrate has dropped from ~4.9 to ~2.3 `Gbit/sec` - demonstrating how even modest latency impacts throughput.
8181

82-
### Simulate packet loss
82+
## Simulate packet loss
8383

8484
To test the resiliency of a distributed application, you can add a simulated packet loss of 1%. As opposed to a 10ms delay, this will result in no acknowledgment being received for 1% of packets.
8585

content/learning-paths/servers-and-cloud-computing/microbenchmark-network-iperf3/tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Test Complete. Summary Results:
3838
[ 8] 0.00-10.03 sec 187 MBytes 156 Mbits/sec receiver
3939
```
4040

41-
### Modify kernel parameters on the server
41+
## Modify kernel parameters on the server
4242

4343
On the server, you can configure Linux kernel runtime parameters with the `sysctl` command.
4444

0 commit comments

Comments
 (0)