CMD + K

setproctitle

Community

A library to allow customization of the process title.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::setproctitle

Usage Tracking

1.2.2
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

The setproctitle module allows a process to change its title (as displayed by system tools such as ps, top or MacOS Activity Monitor).

Changing the title is mostly useful in multi-process systems, for example when a master process is forked: changing the children's title allows to identify the task each process is busy with. The technique is used by PostgreSQL and the OpenSSH Server for example.

About

Summary

A library to allow customization of the process title.

Last Updated

Apr 1, 2025 at 00:08

License

BSD-3-Clause

Total Downloads

9

Supported Platforms

linux-64