Name: | python34-setproctitle |
---|---|
Version: | 1.1.6 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 83557 |
License: | BSD |
RPM: | python34-setproctitle-1.1.6-2.el7.aarch64.rpm |
Source RPM: | python3-setproctitle-1.1.6-2.el7.src.rpm |
Build Date: | Thu Jun 28 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/setproctitle |
Summary: | Python module to customize a process title |
Description: | Python module allowing a process to change its title as displayed by system tool such as ps and top. It's useful in multiprocess systems, allowing to identify tasks each forked process is busy with. This technique has been used by PostgreSQL and OpenSSH. It's based on PostgreSQL implementation which has proven to be portable. |