App-RunStopRun
view release on metacpan or search on metacpan
- Disable failing signal tests; print diagnostics.
0.07 2023-11-23
- Skip signal test if system has issues with it.
- Fix operator precedence in call to exit. (RT #150537)
0.06 2023-11-15
- Fix the INT and TERM signal handlers to exit with the correct status.
0.05 2022-12-16
- Convert the limit to a percentage if given as a decimal fraction.
0.04 2022-05-02
- Add an option to disable creating a new process group or determining
associated PGIDs.
0.03 2022-04-30
- Update prereqs; List::Util 1.45 needed for uniq().
0.02 2022-04-30
- Add separate tty options, a la SSH.
bin/run-stop-run view on Meta::CPAN
Be verbose.
=item B<-n>, B<--dry-run>
Don't send any signals, just print the command (if given), or list the
PIDs/PGIDs it would affect.
=item B<-l>, B<--limit> I<PERCENT>
The percent of time to run. The default value is 50.0; possible values are
1..99. Specify this with only one of B<--run> or B<--stop>. The other will be
derived.
=item B<-r>, B<--run> I<SECONDS>
The number of seconds to run. The default value is 1.0. Specify this with only
one of B<--limit> or B<--stop>. The other will be derived.
=item B<-s>, B<--stop> I<SECONDS>
( run in 1.692 second using v1.01-cache-2.11-cpan-39bf76dae61 )