File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -981,7 +981,7 @@ Here is an example:
981981 $ flamegraph.pl --countname=bytes \
982982 --title="Memory Leak Flame Graph" a.cbt > a.svg
983983
984- Yu can now open the "Memory Leak Flame Graph" file, ` a.svg ` , in your favorite web browser.
984+ You can now open the "Memory Leak Flame Graph" file, ` a.svg ` , in your favorite web browser.
985985
986986The tools ` stackcollapse-stap.pl ` and ` flamegraph.pl ` are from the FlameGraph repository by Brendan Gregg:
987987
@@ -1576,7 +1576,7 @@ Count the number of used nginx connections and open files in the specified nginx
15761576$ export PATH=$PWD:$PATH
15771577
15781578# assuming the target process has the pid 6259.
1579- $ ./samples/ngx-count-conns -x 6259
1579+ $ ./samples/ngx-count-conns.sxx -x 6259
15801580Start tracing 6259 (/opt/nginx/sbin/nginx)...
15811581
15821582====== CONNECTIONS ======
You can’t perform that action at this time.
0 commit comments