brendangregg / FlameGraph

Stack trace visualizer
http://www.brendangregg.com/flamegraphs.html
17.46k stars 1.97k forks source link

Add option to include blocked java threads #303

Closed upthewaterspout closed 1 year ago

upthewaterspout commented 1 year ago

Adding an option --include-blocked to stackcollapse-jstack.pl to choose between showing or filtering out threads that are not in RUNNABLE state.

The default value is --no-include-blocked, which is what this script previously did.

upthewaterspout commented 1 year ago

I realized that there is already a similar PR that provides this same option - #277 . Closing this PR in favor of #277. Thanks!