Skip to content

Commit

Permalink
v 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Nov 12, 2015
1 parent 53f97d2 commit 74b7a34
Show file tree
Hide file tree
Showing 9 changed files with 23,544 additions and 13,508 deletions.
4 changes: 2 additions & 2 deletions ORA_KStackProfiler/README
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ cat ora_stack_slob_test.txt| ../FlameGraph/stackcollapse-stap.pl|../FlameGraph/f

Additional data processing for improved graphs:

cat ora_stack_slob_test.txt| grep -v 0xffffffffffffffff | sed 's/State:\t//g'| sed 's/\[<.*>] //g' | \
sed -f oracle_scripts/eventsname.sed | ../FlameGraph/stackcollapse-stap.pl | \
cat ora_stack_slob_test.txt| grep -v 0xffffffffffffffff | sed -f oracle_scripts/eventsname.sed | \
../FlameGraph/stackcollapse-stap.pl | \
../FlameGraph/flamegraph.pl --title "Kernel stack, OS State and Wait event profiling" > stack_profile_edited.svg


Loading

0 comments on commit 74b7a34

Please sign in to comment.