5cc68e
[![build status](https://gitlab.com/ci/projects/2142/status.png?ref=master)](https://gitlab.com/ci/projects/2142?ref=master)
5cc68e
procps
5cc68e
======
5cc68e
5cc68e
procps is a set of command line and full-screen utilities that provide
5cc68e
information out of the pseudo-filesystem most commonly located at /proc.
5cc68e
This filesystem provides a simple interface to the kernel data structures.
5cc68e
The programs of procps generally concentrate on the structures that describe
5cc68e
the processess running on the system.
5cc68e
5cc68e
The following programs are found in procps:
5cc68e
* *free* - Report the amount of free and used memory in the system
5cc68e
* *kill* - Send a signal to a process based on PID
5cc68e
* *pgrep* - List processes based on name or other attributes
5cc68e
* *pkill* - Send a signal to a process based on name or other attributes
5cc68e
* *pmap* - Report memory map of a process
5cc68e
* *ps* - Report information of processes
5cc68e
* *pwdx* - Report current directory of a process
5cc68e
* *skill* - Obsolete version of pgrep/pkill
5cc68e
* *slabtop* - Display kernel slab cache information in real time
5cc68e
* *snice* - Renice a process
5cc68e
* *sysctl* - Read or Write kernel parameters at run-time
5cc68e
* *tload* - Graphical representation of system load average
5cc68e
* *top* - Dynamic real-time view of running processes
5cc68e
* *uptime* - Display how long the system has been running
5cc68e
* *vmstat* - Report virtual memory statistics
5cc68e
* *w* - Report logged in users and what they are doing
5cc68e
* *watch* - Execute a program periodically, showing output fullscreen
5cc68e
5cc68e
## Reporting Bugs
5cc68e
There are a few ways of reporting bugs or feature requests:
5cc68e
5cc68e
1. Your distributions bug reporter. If you are using a distribution your first
5cc68e
port of call is their bug tracker. This is because each distribution has their
5cc68e
own patches and way of dealing with bugs. Also bug reporting often does not need
5cc68e
any subscription to websites.
5cc68e
2. GitLab Issues - To the left of this page is the issue tracker. You can report
5cc68e
bugs here.
5cc68e
3. Email list - We have an email list (see below) where you can report bugs.
5cc68e
The problem with this method is bug reports often get lost and cannot be
5cc68e
tracked. This is especially a big problem when its something that will take
5cc68e
time to resolve.
5cc68e
5cc68e
If you need to report bugs, there is more details on the
5cc68e
[Bug Reporting](https://gitlab.com/procps-ng/procps/blob/master/Documentation/bugs.md)
5cc68e
page.
5cc68e
5cc68e
## Email List
5cc68e
The email list for the developers and users of procps is found at
5cc68e
http://www.freelists.org/archive/procps/
5cc68e
This email list discusses the development of procps and is used by distributions
5cc68e
to also forward or discuss bugs.