mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
add pstack 1.0
Retrieve process/core file stack traces PR: 37632 Submitted by: Peter Edwards <pmedwards@eircom.net>
This commit is contained in:
parent
e04f7b4ced
commit
16d7a7f73e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66598
@ -165,6 +165,7 @@
|
||||
SUBDIR += procmap
|
||||
SUBDIR += pslist
|
||||
SUBDIR += psmisc
|
||||
SUBDIR += pstack
|
||||
SUBDIR += pstree
|
||||
SUBDIR += pwgen
|
||||
SUBDIR += pyfind
|
||||
|
20
sysutils/pstack/Makefile
Normal file
20
sysutils/pstack/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: pstack
|
||||
# Date created: 1 May 2002
|
||||
# Whom: Peter Edwards <pmedwards@eircom.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pstack
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://homepage.eircom.net/~pmedwards/
|
||||
|
||||
MAINTAINER= pmedwards@eircom.net
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= pstack.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/pstack/distinfo
Normal file
1
sysutils/pstack/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pstack-1.0.tar.gz) = 3fff176444400de38ac9a42cdaeb039f
|
1
sysutils/pstack/pkg-comment
Normal file
1
sysutils/pstack/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Retrieve process/core file stack traces
|
6
sysutils/pstack/pkg-descr
Normal file
6
sysutils/pstack/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
"pstack" is a workalike for the Solaris program of the same name.
|
||||
Running pstack on a process or core file 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 what applications, and just satisfying one's curiosity.
|
1
sysutils/pstack/pkg-plist
Normal file
1
sysutils/pstack/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pstack
|
Loading…
Reference in New Issue
Block a user