summaryrefslogtreecommitdiffstats
path: root/README.md
blob: e076b7c9f6d7a03eb84f3b94785b7aee6a55875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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](https://gitlab.com/psmisc/psmisc)

### SourceForge
There are also tarballs found on
[SourceForge](https://sourceforge.net/projects/psmisc/files/psmisc/). 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](https://gitlab.com/psmisc/psmisc/-/issues) and
[Merge Request Tracker](https://gitlab.com/psmisc/psmisc/-/merge_requests).

I'm also trying out a Matrix room [#psmisc](https://matrix.to/#/#psmisc:dropbear.xyz)
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](https://translationproject.org/domain/psmisc.html)
website.

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

## Copyright Change
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.