Allow customization of the process title.
Project description
The library allows a process to change its title (as displayed by system tools such as ps and top).
The procedure is hardly portable across different systems. A good implementation is provided by PostgreSQL: this module is a wrapper around it.
Installation
You can use easy_install to install the module: to perform a system-wide installation use:
sudo easy_install setproctitle
If you are an unprivileged user or you want to limit installation to a local environment, you can use the command:
easy_install -d /target/path setproctitle
Notice that easy_install requires /target/path to be in your PYTHONPATH.
Module content
The module exports the following functions:
- setproctitle(title)
Set title as the title for the current process.
- getproctitle()
Return the current process title.
Module status
Albeit the core part of the code has been tested on a wild variety of platforms, the compiling procedure for the Python module has currently been tested on GNU/Linux only.
Other known implementations and discussions
procname: a module exposing the same functionality, but less portable and not well packaged.
Issue 5672: where the introduction of such functionality into the stdlib is being discussed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file setproctitle-0.1.tar.gz
.
File metadata
- Download URL: setproctitle-0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e68bbee6c43c0465d632fe42d1204e9622d15445c99dd7048615a02867e98412 |
|
MD5 | 656e7c494510067445d1386a2ebc5498 |
|
BLAKE2b-256 | adb73650003fd5c221b0448099585894cfffed42b6c616ea728e007fb9012247 |