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).

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.

The procedure is hardly portable across different systems. PostgreSQL provides a good multi-platform implementation: this module is a Python wrapper around PostgreSQL code.

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

The module can be currently compiled and effectively used on the following platforms:

  • GNU/Linux

  • BSD

  • MacOS X

  • Windows

Notice that on Windows there is no way to change the process string: what the module does is to create a Named Object whose value can be read in tools such as Process Explorer.

The module can probably work on HP-UX, but I haven’t found any to test with. It is unlikely that it can work on Solaris instead.

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.

Releases history

Version 0.4

Version 0.3

  • Module works on Mac OS X 10.2. Reported working on OS X 10.6 too.

Version 0.2

  • Added prctl() call on Linux >= 2.6.9 to update /proc/self/status.

Version 0.1

  • Initial public release.

Project details


Download files

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

Source Distributions

setproctitle-0.4.zip (16.1 kB view details)

Uploaded Source

setproctitle-0.4.tar.gz (12.7 kB view details)

Uploaded Source

File details

Details for the file setproctitle-0.4.zip.

File metadata

  • Download URL: setproctitle-0.4.zip
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for setproctitle-0.4.zip
Algorithm Hash digest
SHA256 a594f94a6d2ecf1b9ce43d567b0b2378649c6260f6c0e46cc23e50ac7db07e83
MD5 beb7c2d15946412cce5c6edf858a1d1a
BLAKE2b-256 1413ab029e5356190c00b8960be2efbe16299fa943271da2a3d3e7db34bac210

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for setproctitle-0.4.tar.gz
Algorithm Hash digest
SHA256 4fbf0ec34e7dda0a3eda4ef4fcbfc39182358e97b94d904411e190e5825051f5
MD5 b6a4855a0e9087fd1c30da148468fe07
BLAKE2b-256 32f22846f72220df83d17c6e6fbc1cf4cc3f54095319e6a1a19c10d3cb075ee9

See more details on using hashes here.

Provenance

Supported by

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