procman

command module
v0.0.0-...-5fa9d4e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2021 License: MIT Imports: 7 Imported by: 0

README

procman

procman, the process manager, helps manage the execution of long running processes.

Installation

Download your system's binary from the latest release. Releases are done automatically on every merge.

Usage

procman -h

The simplest invocation ensures that your command runs forever:

procman ls -lh

You can enforce restarts based on the process status:

procman -mem 50 python some_file.py

If you want to separate your command's stdout and stderr:

procman -logfile out ls -lh

Additionally, you can redirect procman's own logging:

procman -logfile command_out ls -lh > procman_out

Supported systems

Linux, macOS, and Raspberry Pi.

Windows is currently not supported.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL