File tree Expand file tree Collapse file tree
content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ vim apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml
4242
43434 . If you can access the page at "http://${tomcat_ip}:8080/examples" via a browser, congratulations-you can proceed to the next benchmarking step.
4444
45- ![ example image alt-text#center] ( ./_images/LP -tomcat-homepage.png " Tomcat-HomePage ")
45+ ![ example image alt-text#center] ( ./_images/lp -tomcat-homepage.png " Tomcat-HomePage ")
4646
47- ![ example image alt-text#center] ( ./_images/LP -tomcat-examples.png " Tomcat-Examples ")
47+ ![ example image alt-text#center] ( ./_images/lp -tomcat-examples.png " Tomcat-Examples ")
4848
4949## Setup Benchmark Client - [ wrk2] ( https://github.com/giltene/wrk2 )
5050- wrk2 is a high-performance HTTP benchmarking tool specialized in generating constant throughput loads and measuring latency percentiles for web services.
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ cd async-profiler-4.0-linux-arm64/bin
2727
28283 . Launch profile.html in a browser to analyse the profiling result
2929
30- ![ example image alt-text#center] ( _images/LP -flamegraph-async.png " Java Flame Graph via async-profiler ")
30+ ![ example image alt-text#center] ( _images/lp -flamegraph-async.png " Java Flame Graph via async-profiler ")
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ sudo perf inject -j -i perf.data | perf script | stackcollapse-perf.pl | flamegr
3535
36364 . Launch profile.svg in a browser to analyse the profiling result
3737
38- ![ example image alt-text#center] ( _images/LP -flamegraph-agent.png " Java Flame Graph via Java agent and perf ")
38+ ![ example image alt-text#center] ( _images/lp -flamegraph-agent.png " Java Flame Graph via Java agent and perf ")
You can’t perform that action at this time.
0 commit comments