diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-06-18 18:09:08 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-06-18 18:09:08 +0000 |
commit | 5572d03ae3e40b21fcee10ea128974e864baa932 (patch) | |
tree | 3a0583defe0b09d45fbf0d227c400b395ea50a11 /sysutils/pstacku/pkg-descr | |
parent | 710d86650fb99bbf46cf9e842229e5dc8fae2c36 (diff) |
Notes
Diffstat (limited to 'sysutils/pstacku/pkg-descr')
-rw-r--r-- | sysutils/pstacku/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/pstacku/pkg-descr b/sysutils/pstacku/pkg-descr new file mode 100644 index 000000000000..ffa220b87ed9 --- /dev/null +++ b/sysutils/pstacku/pkg-descr @@ -0,0 +1,8 @@ +"pstack" is a workalike for the Solaris program of the same name. +Running pstack on a process produces a stack trace of +each thread in that process. + +It's useful for finding out what wedged processes are up to, getting +profiles of applications, and just satisfying one's curiosity. + +WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree |