Skip to content

Commit e30b1ca

Browse files
moved a paragraph and tweaked titles
1 parent 35eeffd commit e30b1ca

5 files changed

Lines changed: 8 additions & 6 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
@@ -1,5 +1,5 @@
11
---
2-
title: Measure the impact of NGINX tuning on Arm
2+
title: Measure the impact of NGINX tuning
33
description: Learn how to approach NGINX performance tuning as a measurement-driven process and compare baseline results with tuned results.
44
weight: 2
55
layout: "learningpathall"

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
@@ -1,5 +1,5 @@
11
---
2-
title: Tune kernel, compiler, and library settings for performance on Arm
2+
title: Tune kernel, compiler, and library settings for performance
33
description: Tune Linux network settings and evaluate compiler, OpenSSL, PCRE, and zlib choices that can affect NGINX performance on Arm-based platforms.
44
weight: 3
55
layout: "learningpathall"

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Test NGINX optimizations on Arm
2+
title: Load test your NGINX optimizations
33
description: Build wrk and run repeatable load tests against NGINX workloads on Arm-based platforms to compare tuning results.
44
weight: 6
55
layout: "learningpathall"
@@ -72,12 +72,14 @@ You don't need to create these files on reverse proxy or API gateway nodes becau
7272

7373
Run the sample commands from the `wrk` build directory, or use the full path to the `wrk` binary.
7474

75-
The following sample command tests a file server or reverse proxy. Select thread and connection values that load the NGINX server without causing connection, read, or write errors in `wrk` or NGINX. Because `wrk` does not use a fixed request-rate option, adjust `-t`, `-c`, and `-d` to scale load and keep the same values when comparing configurations.
75+
The following sample command tests a file server or reverse proxy:
7676

7777
```bash
7878
./wrk -t64 -c200 -d60s --latency https://<nginx_ip_or_dns>/1kb
7979
```
8080

81+
Choose thread and connection values that load the NGINX server without causing connection, read, or write errors in `wrk` or NGINX. Because `wrk` does not use a fixed request-rate option, adjust `-t`, `-c`, and `-d` to scale load and keep the same values when comparing configurations.
82+
8183
The following sample command tests an API gateway path:
8284

8385
```bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tune an NGINX reverse proxy or API gateway for performance on Arm
2+
title: Tune an NGINX reverse proxy or API gateway for performance
33
description: Tune NGINX reverse proxy and API gateway directives for Arm-based platforms so upstream keepalive, rewrites, and caching decisions match your workload.
44
weight: 5
55
layout: "learningpathall"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tune an NGINX static file server for performance on Arm
2+
title: Tune an NGINX static file server for performance
33
description: Tune top-level NGINX and static file server directives for Arm-based platforms so you can improve connection handling, file serving, and TLS performance.
44
weight: 4
55
layout: "learningpathall"

0 commit comments

Comments
 (0)