Skip to content

Commit d6a2765

Browse files
updating transitions
1 parent dc78669 commit d6a2765

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

content/learning-paths/servers-and-cloud-computing/nginx_tune/before_and_after.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ This result is an example, not a guaranteed improvement for every workload. Your
3131

3232
You've now learned why tuning NGINX is useful and reviewed an example benchmark demonstrating improvement in `wrk` throughput after tuning.
3333

34-
Next, you'll learn about kernel, compiler, and library optimizations.
34+
Next, you'll learn about Linux network settings, compiler options, and supporting libraries that can affect NGINX performance.

content/learning-paths/servers-and-cloud-computing/nginx_tune/kernel_comp_lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ NGINX relies on [zlib](https://zlib.net/) for HTTP response compression when the
8787

8888
## What you've learned and what's next
8989

90-
You've now learned about different kernel, compiler, and library optimizations that you can make to tune NGINX performance.
90+
You've now learned how Linux network settings, compiler options, and supporting libraries can affect NGINX throughput and latency.
9191

9292
Next, you'll review the configuration for a static file server and learn about optimizations that you can make.

content/learning-paths/servers-and-cloud-computing/nginx_tune/test_optimizations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following diagram shows a typical multi-node test setup. The load generator
4444

4545
You can also run `wrk` directly against NGINX file servers, or run `wrk` on the same node as NGINX. Choose a setup that reflects your deployment and avoids making the load generator the bottleneck.
4646

47-
![Diagram showing a load generator running wrk against an NGINX reverse proxy with upstream NGINX file servers.#center](exampletestsetup.png "Example NGINX load test setup")
47+
![Diagram showing a load generator client sending HTTPS requests to an NGINX reverse proxy instance under test, which forwards HTTP traffic to upstream NGINX file servers.#center](exampletestsetup.png "Example NGINX load test setup")
4848

4949
### Run a wrk test
5050

@@ -88,6 +88,6 @@ The API gateway shown in [Tune a reverse proxy or API gateway](/learning-paths/s
8888

8989
## What you've accomplished
9090

91-
You've now used `wrk` to run an NGINX performance test.
91+
You've now built `wrk`, created sample files, and run repeatable load tests against an NGINX workload.
9292

93-
You can use the guidance in this Learning Path to optimize the performance of your NGINX workloads on Arm-based platforms.
93+
You can use the guidance in this Learning Path to optimize and compare the performance of your NGINX workloads on Arm-based platforms.

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_revprox_and_apigw.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following are performance-relevant directives that weren't discussed in the
8383

8484
## What you've learned and what's next
8585

86-
You've seen an example reverse proxy and API gateway configuration and learned about performance-relevant directives that you can optimize to tune NGINX performance.
86+
You've now reviewed reverse proxy and API gateway directives that affect upstream connection reuse, request rewriting, access control, and caching decisions.
87+
88+
Next, you'll test NGINX optimizations with a repeatable `wrk` workload.
8789

88-
Next, you'll learn how to test NGINX optimizations using `wrk`.

content/learning-paths/servers-and-cloud-computing/nginx_tune/tune_static_file_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ The following are performance-relevant directives:
114114

115115
## What you've learned and what's next
116116

117-
You've now seen example top-level and file server configurations and learned about performance-relevant directives that you can optimize to tune NGINX performance.
117+
You've now reviewed optimizable top-level and static file server directives that affect worker limits, keepalive behavior, file serving, logging, and TLS choices.
118118

119-
Next, you'll learn about tuning a reverse proxy and API gateway configuration.
119+
Next, you'll apply the same top-level NGINX settings to a reverse proxy and API gateway configuration, and review directives specific to such workloads.

0 commit comments

Comments
 (0)