1Swatch::Throttle(3)   User Contributed Perl Documentation  Swatch::Throttle(3)
2
3
4

NAME

6         Swatch::Throttle - Perl extension for throttling and thresholding in swatch(1)
7

SYNOPSIS

9         use Swatch::Throttle;
10
11         throttle(
12                  extra_cuts => @array_of_regular_expressions,
13                  hold_dhms => @DHMS,
14                  key => 'log'|<regex>|<user defined>,
15                  log_msg => <message>,
16                  threshold => <n>,
17                  time_from => 'realtime'|'timestamp',
18                  time_regex => <regex>,
19                 );
20

SWATCH SYNTAX

22         throttle threshold=<n>,\
23                  delay=<hours>:<minutes>:<seconds>,\
24                  key=log|regex|<regex>
25

DESCRIPTION

AUTHOR

28       E. Todd Atkins, todd.atkins@stanfordalumni.org
29

SEE ALSO

31       perl(1), swatch(1).
32
33
34
35perl v5.30.0                      2019-07-27               Swatch::Throttle(3)
Impressum