Name: | python3-setproctitle |
---|---|
Version: | 1.1.10 |
Release: | 17.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 47712 |
License: | BSD |
RPM: | python3-setproctitle-1.1.10-17.el8.x86_64.rpm |
Source RPM: | python-setproctitle-1.1.10-17.el8.src.rpm |
Build Date: | Fri Dec 13 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://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 multi-process 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. |