You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ tar xzf apache-tomcat-11.0.9.tar.gz
31
31
32
32
3. If you intend to access the built-in examples of Tomcat via an intranet IP or even an external IP, you need to modify a configuration file as shown:
33
33
```bash
34
-
vim apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml
34
+
vi apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml
35
35
```
36
-
Then change the values:
37
-
```console
36
+
Then change the allow value as shown and save the changes:
`wrk2` is a high-performance HTTP benchmarking tool specialized in generating constant throughput loads and measuring latency percentiles for web services. `wrk2` is an enhanced version of `wrk` that provides accurate latency statistics under controlled request rates, ideal for performance testing of HTTP servers.
67
67
68
+
Currently `wrk2` is only supported on x86 machines. You will run the Benchmark Client steps shown below on an x86_64 Linux machine.
69
+
70
+
68
71
1. To use `wrk2`, you will need to install some essential tools before you can build it:
0 commit comments