1
0
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:
Ying-Chieh Liao 2002-09-18 13:03:03 +00:00
parent e04f7b4ced
commit 16d7a7f73e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66598
6 changed files with 30 additions and 0 deletions

View File

@ -165,6 +165,7 @@
SUBDIR += procmap
SUBDIR += pslist
SUBDIR += psmisc
SUBDIR += pstack
SUBDIR += pstree
SUBDIR += pwgen
SUBDIR += pyfind

20
sysutils/pstack/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (pstack-1.0.tar.gz) = 3fff176444400de38ac9a42cdaeb039f

View File

@ -0,0 +1 @@
Retrieve process/core file stack traces

View 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.

View File

@ -0,0 +1 @@
bin/pstack