Git Product home page Git Product logo

aeternum's Introduction

Aeternum

A process monitor in libuv

aeternum is a simple process monitor, implemented with libuv. It is designed for simplicity and stability. It is still a work in progress.

How to Use

aeternum will currently work best on either SunOS or BSD-derivative operating systems. To compile, simply run make from the project root.

Once compiled, usage is simple:

 ./aeternum start -o outputfile -- ./otherprogram

The -- option is used to separate aeternum arguments from any arguments passed to the child process.

Options

  • start: Tells aeternum to background the process. Must be the first argument.
  • -o: File to redirect stdout to. If no separate file is provided for stderr, the same file will be used for both.
  • -e: File to redirect stderr to. (optional)
  • -p: pidfile - the name of the pidfile to use. If no relative or absolute path is provided, $HOME/.aeternum/ will be the base path used.
  • -i: inputfile - If used, the file here will be available as the stdin of the child process.

aeternum's People

Contributors

avianflu avatar bmeck avatar edef1c avatar jcrugzz avatar julianduque avatar mmalecki avatar

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.