Skip to content

fdev31/procmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple process manager useful for automation and testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages