Swatch::Throttle.3pm

Langue: en

Autres versions - même langue

Version: 2004-07-19 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   use Swatch::Throttle;
 
   throttle(
            extra_cuts => @array_of_regular_expressions,
            hold_dhms => @DHMS,
            key => 'log'|<regex>|<user defined>,
            log_msg => <message>,
            threshold => <n>,
            time_from => 'realtime'|'timestamp',
            time_regex => <regex>,
           );
 
 

SWATCH SYNTAX

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

DESCRIPTION

AUTHOR

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

SEE ALSO

perl(1), swatch(1).