]> granicus.if.org Git - procps-ng/blob - README.md
top: avoid '%Cpu' distortion resulting from keystrokes
[procps-ng] / README.md
1 [![build status](https://gitlab.com/ci/projects/2142/status.png?ref=master)](https://gitlab.com/ci/projects/2142?ref=master)
2 procps
3 ======
4
5 procps is a set of command line and full-screen utilities that provide
6 information out of the pseudo-filesystem most commonly located at /proc.
7 This filesystem provides a simple interface to the kernel data structures.
8 The programs of procps generally concentrate on the structures that describe
9 the processess running on the system.
10
11 The following programs are found in procps:
12 * *free* - Report the amount of free and used memory in the system
13 * *kill* - Send a signal to a process based on PID
14 * *pgrep* - List processes based on name or other attributes
15 * *pkill* - Send a signal to a process based on name or other attributes
16 * *pmap* - Report memory map of a process
17 * *ps* - Report information of processes
18 * *pwdx* - Report current directory of a process
19 * *skill* - Obsolete version of pgrep/pkill
20 * *slabtop* - Display kernel slab cache information in real time
21 * *snice* - Renice a process
22 * *sysctl* - Read or Write kernel parameters at run-time
23 * *tload* - Graphical representation of system load average
24 * *top* - Dynamic real-time view of running processes
25 * *uptime* - Display how long the system has been running
26 * *vmstat* - Report virtual memory statistics
27 * *w* - Report logged in users and what they are doing
28 * *watch* - Execute a program periodically, showing output fullscreen
29
30 ## Reporting Bugs
31 There are a few ways of reporting bugs or feature requests:
32
33 1. Your distribution's bug reporter. If you are using a distribution your first
34 port of call is their bug tracker. This is because each distribution has their
35 own patches and way of dealing with bugs. Also bug reporting often does not need
36 any subscription to websites.
37 2. GitLab Issues - To the left of this page is the issue tracker. You can report
38 bugs here.
39 3. Email list - We have an email list (see below) where you can report bugs.
40 The problem with this method is bug reports often get lost and cannot be
41 tracked. This is especially a big problem when its something that will take
42 time to resolve.
43
44 If you need to report bugs, there is more details on the
45 [Bug Reporting](https://gitlab.com/procps-ng/procps/blob/master/Documentation/bugs.md)
46 page.
47
48 ## Email List
49 The email list for the developers and users of procps is found at
50 http://www.freelists.org/archive/procps/
51 This email list discusses the development of procps and is used by distributions
52 to also forward or discuss bugs.