Skip to content

Commit fa1d618

Browse files
committed
update readme
1 parent 1a9bde8 commit fa1d618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ On the host, pick up the Java process ID (`JAVA_ID`) of the PetClinic applicatio
8383
```
8484
ps aux | grep java
8585
```
86-
Verify that `JAVA_HOME` points to the right JDK in `create-java-perf-map.sh`
86+
Verify that `JAVA_HOME` (of the container not the host) points to the right JDK in `create-java-perf-map.sh`
8787
```
8888
vi bin/create-java-perf-map.sh
8989
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
@@ -134,7 +134,7 @@ The `difffolded.pl` script is used to show the difference between the two previo
134134
cd FlameGraph
135135
./difffolded.pl /tmp/out-JAVA_ID.collapsed /tmp/out-JAVA_ID.collapsed | ./flamegraph.pl > flamegraph-differential.svg
136136
```
137-
Differential Flame graphs will be generated in `bin/`. You can open it with your web browser.
137+
Differential Flame graphs will be generated in `FlameGraph/`. You can open it with your web browser.
138138

139139
# Sample Results
140140
<center><b>

0 commit comments

Comments
 (0)