
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
proctitle
Advanced tools
Simple context manager so that tasks can be reflected in the process names of Celery workers.
For instance:
from proctitle import *
with ProcTitle("intense task"):
do_something_intense()
Can also be used as a function decorator:
from proctitle import *
import time
@ProcTitle("delay")
def g(n):
time.sleep(n)
g(10) # during this time, the proc title is "python - delay"
@ProcTitle("sleeping", replace=True)
def f(n):
time.sleep(n)
f(10) # during this time, the proc title is just "sleeping"
FAQs
Context Manager to set/reset the current process name.
We found that proctitle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.