1PSTACK(1)                  Linux Programmer's Manual                 PSTACK(1)
2
3
4

NAME

6       pstack - print a stack trace of a running process
7
8

SYNOPSIS

10       pstack pid
11
12

DESCRIPTION

14       pstack  attaches  to the active process named by the pid on the command
15       line, and prints out an execution stack trace.  If ELF symbols exist in
16       the  binary  (usually the case unless you have run strip(1)), then sym‐
17       bolic addresses are printed as well.
18
19       If the process is part of a thread group, then pstack will print out  a
20       stack trace for each of the threads in the group.
21
22

SEE ALSO

24       nm(1), ptrace(2), gdb(1)
25
26

AUTHORS

28       Ross Thompson <ross@whatsis.com>
29
30       Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
31
32
33
34Red Hat Linux                     Dec 17 2004                        PSTACK(1)
Impressum