Skip to main content

Helps starting & stopping programs

Project description

ProcManager

An command line to start and stop long-running processes.

Usage

Run some program (python -m http.server) and keep track of it under the name httpd:

procmgr start -n httpd python -m http.server

To list currently running processes:

procmgr list

To remove track of no-longer running processes:

procmgr clean

To stop a running process:

procmgr stop <name>

if not specified, name defaults to the process name (first argument of start)

To watch the output of some process:

procmgr watch <name>

Installation

pip install procmanager

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

procmanager-1.0.6.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

procmanager-1.0.6-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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