Skip to content

Commit 831570c

Browse files
Merge pull request #2008 from jasonrandrews/review
start review of iperf3 Learning Path
2 parents ee490a0 + d8987c3 commit 831570c

File tree

1 file changed

+10
-10
lines changed
  • content/learning-paths/servers-and-cloud-computing/microbenchmark-network-iperf3

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
---
22
title: Get started with network microbenchmarking and tuning with iperf3
33

4+
draft: true
5+
cascade:
6+
draft: true
7+
48
minutes_to_complete: 30
59

6-
who_is_this_for: Performance Engineers, Linux system administrators or application developers looking to microbenchmark, simulate or tune the networking performance of distributed systems.
10+
who_is_this_for: This is an introductory topic for performance engineers, Linux system administrators, or application developers who want to microbenchmark, simulate, or tune the networking performance of distributed systems.
711

812
learning_objectives:
9-
- Understand how to use the iperf3 tool to microbenchmark different network conditions
10-
- Understand how to use the tc tool to simulate different network environments
11-
- Understand basic runtime parameters to tune performance for your application
13+
- Understand how to use iperf3 and tc for network performance testing and traffic control to microbenchmark different network conditions.
14+
- Identify and apply basic runtime parameters to tune application performance.
1215

1316
prerequisites:
14-
- Foundational understanding on networking principles such as TCP/IP and UDP.
15-
- Access to Arm-based cloud instances or access to physical hardware
17+
- Foundational understanding of networking principles such as TCP/IP and UDP.
18+
- Access to two Arm-based cloud instances or local Arm Linux systems.
1619

1720
author: Kieran Hejmadi
1821

1922
### Tags
2023
skilllevels: Introductory
21-
subjects: Performance and Optimization
24+
subjects: Performance and Architecture
2225
armips:
2326
- Neoverse
2427
tools_software_languages:
2528
- iperf3
2629
operatingsystems:
2730
- Linux
2831

29-
30-
3132
further_reading:
3233
- resource:
3334
title: iperf3 user manual
3435
link: https://iperf.fr/iperf-doc.php
3536
type: documentation
3637

37-
3838
### FIXED, DO NOT MODIFY
3939
# ================================================================================
4040
weight: 1 # _index.md always has weight of 1 to order correctly

0 commit comments

Comments
 (0)