1
0
Fork 0
mirror of https://gitlab.com/psmisc/psmisc.git synced 2025-12-05 22:47:09 +00:00
This package contains miscellaneous utilities that use the proc file-system.
Find a file
Craig Small f3b51bdc90 pstree: kernel threads
kernel threads would normally not appear as they are under process 2
not process 1. Sometimes they would because the collect orphans function
would link them to the last userland process.

The orphans function is fixed and there is a new -k option to show
them.

Signed-off-by: Craig Small <csmall@dropbear.xyz>
2025-10-21 16:40:18 +11:00
doc pstree: kernel threads 2025-10-21 16:40:18 +11:00
icons Removed CVS files 2010-04-08 22:24:23 +10:00
man-po nls: Update translations 2025-05-05 17:20:32 +10:00
misc buildsys: Updates to the build system 2015-06-30 22:44:49 +10:00
po misc: Update changelog to 23.7 2024-03-03 21:57:39 +11:00
src pstree: kernel threads 2025-10-21 16:40:18 +11:00
testsuite tests: Add test for fuser TCP options 2025-05-05 16:54:38 +10:00
.gitignore build-sys: check depends on PROGRAMS 2022-03-21 20:27:40 +11:00
.gitlab-ci.yml pstree: kernel threads 2025-10-21 16:40:18 +11:00
AUTHORS adding plog 2016-04-30 10:21:14 +01:00
autogen.sh build-sys: Update autogen to use autoreconf 2024-02-13 20:32:41 +11:00
ChangeLog pstree: kernel threads 2025-10-21 16:40:18 +11:00
configure.ac Use mountinfo to be able to use the mount identity 2024-05-28 10:01:21 +02:00
COPYING more autotools junk 2002-09-09 04:28:17 +00:00
Makefile.am tests: Add test for fuser TCP options 2025-05-05 16:54:38 +10:00
NEWS po files and fixed tcp port command line 2006-03-29 10:32:59 +00:00
README Added gitlab CI config file 2015-07-07 22:31:47 +10:00
README.md build-sys: Update for timeout removal 2022-11-21 20:53:46 +11:00

psmisc

A package of small utilities that use the proc file-system.

  • fuser - Identifies processes using files or sockets
  • killall - kills processes by name, e.g. killall -HUP named
  • prtstat - prints statistics of a process
  • pslog - prints log path(s) of a process
  • pstree - shows the currently running processes as a tree
  • peekfd - shows the data travelling over a file descriptor

Getting latest source

There are two ways of getting the latest source.

GitLab

For the latest psmisc source, visit the GitLab psmisc page

SourceForge

There are also tarballs found on SourceForge. The reason these exist is the tarballs contain extra generated files. It's reasonably easy to generate those files anyhow.

Getting Help

There is no email list, but there is both an Issue Tracker and Merge Request Tracker.

I'm also trying out a Matrix room #psmisc so we will see how it goes.

Credits

Translations

My thanks for the various translators who have cheerfully given me the po files to make psmisc speak different languages. If your language is not supported then let me know, all it takes is translating one file in a certain manner. The current status of the translations can be found on the Translation Project website.

Icons

The pstree icons were drawn by Tatlin at Coresis who has given permission for them to be used for psmisc.

The license has changed to GPL for version 20 onwards with permission of the original authors. People who want to use these programs under the previous license will have to look at psmisc 19 or below.