Skip to content

Python endpoint to kill a process

Notifications You must be signed in to change notification settings

gspncr/python-honcho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

python-honcho

Python endpoint to kill, bounce, and start processes. Based on PSUtil: http://psutil.readthedocs.io

list all processes:

/processes

kill a process:

/kill/<process>

bounce a process:

Now has multiple OS support

/bounce/<process>

start a process:

/start/<process>

experimentally start any OS process:

Now has experimental support for all OS's

/startExperimental/<process>

mac bounce a process

/mac/bounce/<process>

mac start a process

/mac/start/<process>

restart IIS

/iis

About

Python endpoint to kill a process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages