Coder Social home page Coder Social logo

uprocman's Introduction

UProcman - A user-friendly and user-level process manager
Copyright (C) 2016 Zürcher Hochschule für Angewandte Wissenschaften
https://blog.zhaw.ch/icclab/category/research-approach/themes/cloud-robotics/
====================================================================

UProcman manages groups of processes launched through it. Child processes
and former children turned into zombies are safely tracked and traced.
All processes can be assigned to tenants with a per-tenant accounting
of when and how long each process was invoked. This makes uprocman
a suitable solution for when root access is not possible or desired
and still a multi-tenant process management is needed.

Note: This started out as procman, but as there are many procmans already,
it is now named uprocman. Still the executable and all files are named
procman.

Invocation:
-----------

./procman start <...> starts an application process
./procman -T start <...> does the same but wraps the execution into a tracer
./procman -t <...> start <...> launches the process for a specific tenant

./procman status shows the status of the launched processes, potentially of all tenants
./procman -T status gives full insight into the tracing and zombie processes
./procman -t <...> status limits the status view to one tenant

./procman stop <...> stops the process again, no matter if -T was used or not
./procman -t <...> stop <...> obviously does the same for a specific tenant

Files:
------
tracer/procman-tracetest.sh is the working tracer (the python one does not work)
.procman.db and .procman.<...>.db are the generic and tenant-specific pid lists
.procman.log and .procman.<...>.log are the associated accounting logs
.procman.pid.* are temporary tracer support files
.procman.tenants is the list of tenants

uprocman's People

Watchers

 avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.