Skip to main content

process daemonizer client-server library

Project description

=========================
pdem - Process Daemonizer
=========================

Purpose
-------

A tool, consists of server and client, used to run long processes, collect information from the processes, such as
progress and time elapsed and astimated.
Client could command to run process, kill process, get info about live or already dead process.

Install
-------

::
# pip3 install pdem


Usage of library
----------------

Write config file to ~/.config/pdem-server.conf

::
$ pdem-server writeConf --conf ~/.config/pdem-server.conf --daemonize Yes --logLevel WARNING --daemonLogFile /tmp/pdem.log

Start server with default params, or by params, written to ~/.config/pdem-server.conf:

::
$ pdem-server start

Status of server:

::
$ pdem-server status

Stop server:

::
$ pdem-server stop

Display help:

::
$ pdem-server help

Display help on

Run as client, send command to server, display result and exit:

display list of running processes:
::
$ pdem-server do proclist

display list of running and dead processes:
::
$ pdem-server do proclist showdead

run process by a server (bash0 would became it's identifier, "name"):
::
$ pdem-server runprocess bash0 bash_interpreter local /bin/bash

kill running process by a server:
::
$ pdem-server kill bash0







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

pdem-0.1.4.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

pdem-0.1.4-py3-none-any.whl (16.5 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