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 |
---|---|---|
0001-Use-mountinfo-to-be-able-to-use-the-mount-ide |
0000030031 29.3 KB | |
psmisc-22.21-pstree.patch | 0000002630 2.57 KB | |
psmisc-23.0-killall.patch | 0000000400 400 Bytes | |
psmisc-23.0.dif | 0000002248 2.2 KB | |
psmisc-23.0.tar.bz2 | 0000156076 152 KB | |
psmisc.changes | 0000024176 23.6 KB | |
psmisc.spec | 0000003571 3.49 KB |
Revision 63 (latest revision is 89)
Dominique Leuenberger (dimstar_suse)
accepted
request 508459
from
Dr. Werner Fink (WernerFink)
(revision 63)
- Remove patches * psmisc-22.21-lessnfs.patch * psmisc-22.21-mntpt.patch * psmisc-23.0-net.patch - Add patch 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch from https://gitlab.com/bitstreamout/psmisc/tree/mountinfo which is a heavily rework fuser used on NFS * Use mountinfo to be able to use the mount identity which allows to distinguish different mounts with the same device number as it happens with NFS shares. * Smaller cleanup as support of chroot environments and older systems. * Add support for name_to_handle_at() system call to get the real mount ID for each file - Use test suite of psmisc in %check rpm section - Add patch psmisc-23.0-net.patch to reenable network support broken to my own upstream commit
Comments 0