1Swatch::Throttle(3) User Contributed Perl Documentation Swatch::Throttle(3)
2
3
4
6 Swatch::Throttle - Perl extension for throttling and thresholding in swatch(1)
7
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
22 throttle threshold=<n>,\
23 delay=<hours>:<minutes>:<seconds>,\
24 key=log|regex|<regex>
25
28 E. Todd Atkins, todd.atkins@stanfordalumni.org
29
31 perl(1), swatch(1).
32
33
34
35perl v5.32.0 2020-07-29 Swatch::Throttle(3)