Skip to main content

Allow customization of the process title.

Project description

Author:

Daniele Varrazzo

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

setproctitle-0.2.tar.gz (10.9 kB view details)

Uploaded Source

File details

Details for the file setproctitle-0.2.tar.gz.

File metadata

  • Download URL: setproctitle-0.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for setproctitle-0.2.tar.gz
Algorithm Hash digest
SHA256 66a92dd8bf7036965f207e0a26b56e81972074c19b6d40a932a4b7e25950d75b
MD5 4448b3246f43ce69afb597e8fa48ff1f
BLAKE2b-256 c53f59ccd1b99d17b855045cf3a996c673deaf088c0f80f1a2d38f22e31e0acd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page