Utilities for managing processes on your system
The psmisc package contains utilities for managing processes on your
system: pstree, killall and fuser. The pstree command displays a tree
structure of all of the running processes on your system. The killall
command sends a specified signal (SIGTERM if nothing is specified) to
processes identified by name. The fuser command identifies the PIDs of
processes that are using specified files or filesystems.
- Developed at Base:System
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/psmisc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
psmisc-22.12-pstree.patch | 0000002508 2.45 KB | |
psmisc-22.12-tigetstr.patch | 0000000524 524 Bytes | |
psmisc-22.20-pstree.patch | 0000001036 1.01 KB | |
psmisc-22.20-upstream.patch | 0000023850 23.3 KB | |
psmisc-22.20.dif | 0000001452 1.42 KB | |
psmisc-22.20.tar.gz | 0000432501 422 KB | |
psmisc.changes | 0000018206 17.8 KB | |
psmisc.spec | 0000003371 3.29 KB |
Revision 50 (latest revision is 89)
Stephan Kulow (coolo)
accepted
request 145783
from
Dr. Werner Fink (WernerFink)
(revision 50)
- Update to version 22.20 + upstream patch * Make usage of linked lists of devices found in /proc/self/mountinfo optional * Make timeout() in timeout.c work with shared mmap to reduce the load due write/read the stat buffers * Add list_sort() to lists.h to be able to sort lists * pstree sorts properly on names Debian #682014 * fuser -m regresion fixed SF #3559232, thanks to hanpt * pstree finds orphaned processes SF#3537508 * fuser finds unix sockets again SF #3502649 * pstree finds pid 0 stops looping Debian #687829 * killall with no args exits again SF #3536526 * Added AC_CANONICAL_TARGET for target_os Debian #673485 * sed doesn't have [0-9]+ replace with [0-9][0-9]* * assert in killall triggered for small lifetimes Debian #628617 * killall MAX_NAMES off by one Debian #677428 * Removed remaining parts of pidof * fuser uses correct timeout_stat define Debian #661723 * fuser is not compiled on hurd-i386 Debian #673485 * No TEXTRELS in src/lists built as PIE on x86 * Fake pstree root for kernels with hidepid turned on * More fixes for Cygwin SF Patch #3511920 * pstree can show PGIDs SF Patch #3471056 - This should fix the bug reported by Madhu
Comments 0