1STACKCOLLAPSE-JSTACK.PL(1) User Commands STACKCOLLAPSE-JSTACK.PL(1)
2
3
4
6 stackcollapse-jstack.pl - manual page for stackcollapse-jstack.pl 1.0
7
9 USAGE: ./stackcollapse-jstack.pl [options] infile > outfile
10
11 --include-tname
12
13 --no-include-tname # include/omit thread names in stacks (default: in‐
14 clude)
15
16 --include-tid
17
18 --no-include-tid
19 # include/omit thread IDs in stacks (default: omit)
20
21 --shorten-pkgs
22
23 --no-shorten-pkgs
24 # (don't) shorten package names (default: don't shorten)
25
26 eg, ./stackcollapse-jstack.pl --no-include-tname stacks.txt >
27 collapsed.txt
28
29
30
31stackcollapse-jstack.pl 1.0 January 2021 STACKCOLLAPSE-JSTACK.PL(1)