There are two steps to invoking astack: (1) select which process to inspect and (2) specify what action to take. There are two ways to select which process: -p PID - Select based on PID -n NAME - Match based on case insensitive search of command line Note that name searching does not work if more than one process match. Once you have a process, there are a few options you can take to get different

