SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-File-Tail rpm build for : OpenSuSE. For other distributions click perl-File-Tail.

Name : perl-File-Tail
Version : 1.3 Vendor : openSUSE
Release : lp152.3.2 Date : 2019-09-20 22:37:21
Group : Development/Libraries/Perl Source RPM : perl-File-Tail-1.3-lp152.3.2.src.rpm
Size : 0.07 MB
Packager : https://bugs_opensuse_org
Summary : Perl extension for reading from continously updated files
Description :
The primary purpose of File::Tail is reading and analysing log files while
they are being written, which is especialy usefull if you are monitoring
the logging process with a tool like Tobias Oetiker\'s MRTG.

The module tries very hard NOT to \"busy-wait\" on a file that has little
traffic. Any time it reads new data from the file, it counts the number of
new lines, and divides that number by the time that passed since data were
last written to the file before that. That is considered the average time
before new data will be written. When there is no new data to read,
\'File::Tail\' sleeps for that number of seconds. Thereafter, the waiting
time is recomputed dynamicaly. Note that \'File::Tail\' never sleeps for more
than the number of seconds set by \'maxinterval\'.

If the file does not get altered for a while, \'File::Tail\' gets suspicious
and startschecking if the file was truncated, or moved and recreated. If
anything like that had happened, \'File::Tail\' will quietly reopen the file,
and continue reading. The only way to affect what happens on reopen is by
setting the reset_tail parameter (see below). The effect of this is that
the scripts need not be aware when the logfiles were rotated, they will
just quietly work on.

Note that the sleep and time used are from Time::HiRes, so this module
should do the right thing even if the time to sleep is less than one
second.

The logwatch script (also included) demonstrates several ways of calling
the methods.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-File-Tail-1.3-lp152.3.2.noarch.rpm
ftp.icm.edu.pl  perl-File-Tail-1.3-lp152.3.2.noarch.rpm
ftp.icm.edu.pl  perl-File-Tail-1.3-lp152.3.2.noarch.rpm
     

Provides :
perl(File::Tail)
perl-File-Tail

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/File
/usr/lib/perl5/vendor_perl/5.26.1/File/Tail.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-File-Tail
/usr/share/doc/packages/perl-File-Tail/Changes
/usr/share/doc/packages/perl-File-Tail/README
/usr/share/doc/packages/perl-File-Tail/Tail.pm.debug
/usr/share/doc/packages/perl-File-Tail/logwatch
/usr/share/doc/packages/perl-File-Tail/select_demo
/usr/share/man/man3/File::Tail.3pm.gz

 
ICM