zing
Multi-Process Management System
zing - multi-process management system Usage: zing <command> [<app>] [options] Commands: install Create an application cartridge logs Tap logs and output to STDOUT monitor Monitor the specified application (start if not started) pid Display an application process ID restart Restart the specified application start Start the specified application stop Stop the specified application update Hot-reload application processes Options: -a,--appdir [string] Directory of the app file -b,--backlog [flag] Produce log output using the backlog -d,--piddir [string] Directory for the pid file -h,--handle [string] Provide a handle (namespace) -i,--libdir, +1 [string] Directory for @INC -l,--level [string] Reduce log output by log-level -n,--package [string] Provide a process package name -p,--process [string] Reduce log output by process name -r,--target [string] Provide a target (package) -s,--search, +1 [string] Reduce log output by search string -t,--tag [string] Reduce log output by process tag -v,--verbose [flag] Produce verbose log output
This tool lets you start, stop, and monitor Perl 5 processes using the Zing toolkit from the command-line.
Al Newkirk, awncorp@cpan.org
awncorp@cpan.org
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".
Wiki
Project
Initiatives
Milestones
Contributing
Issues
To install Zing, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zing
CPAN shell
perl -MCPAN -e shell install Zing
For more information on module installation, please visit the detailed CPAN module installation guide.