peadar / pstack

Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configurable maxframes

pspacek opened this issue · comments

Hello and thank you for pstack!

Could you please expose maxframes as a configurable parameter? Sometimes the hardcoded value 20 is too limiting.

Thank you.

Please ignore me, it can already be done using option -M. I got confused because it's not mentioned in the man page but it is present in pstack -h.