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.14-22.15.patch | 0000014865 14.5 KB | |
psmisc-22.14.dif | 0000001528 1.49 KB | |
psmisc-22.14.tar.gz | 0000382041 373 KB | |
psmisc-22.15-timeout.patch | 0000009170 8.96 KB | |
psmisc.changes | 0000014649 14.3 KB | |
psmisc.spec | 0000002992 2.92 KB |
Revision 38 (latest revision is 89)
Sascha Peilicke (saschpe)
accepted
request 81924
from
Dr. Werner Fink (WernerFink)
(revision 38)
- Update to pre version 22.15 + Really apply patch for SF#31110178 RH#651794 + Conditionally use fork before stat calls + Patch from Corrina Vinschen for compiling on cygwin + Remove doubled content in src/lists.h + Add another 2 for thread brackets in pstree.c - Change fork before stat calls to be in best case a second process using two pipes for bidirectional communication with main.
Comments 0