Skip to content

Commit 289750c

Browse files
author
yinyu01
committed
Rename image files to lowercase to comply with naming conventions
1 parent f62db05 commit 289750c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/1_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ vim apache-tomcat-11.0.9/webapps/examples/META-INF/context.xml
4242

4343
4. 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.

content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/2_async-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ cd async-profiler-4.0-linux-arm64/bin
2727

2828
3. 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")

content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/3_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ sudo perf inject -j -i perf.data | perf script | stackcollapse-perf.pl | flamegr
3535

3636
4. 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")

0 commit comments

Comments
 (0)