The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "File::Tail"

File::Tail - Perl extension for reading from continously updated files River stage two • 9 direct dependents • 19 total dependents

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-wa...

MGRABNAR/File-Tail-1.3 - 02 Aug 2015 14:23:35 UTC - Search in distribution

File::Tail::App - Perl extension for making apps that tail files River stage zero No dependents

Adds two methods for a File::Tail object and one function. tail_app() As in the SYNOPSIS, creates an app that processes a file's tail line by line. Its only arg is a hashref with these keys: new Required. This is an array ref of the array you give to...

DMUEY/File-Tail-App-0.4 - 11 Feb 2012 23:51:49 UTC - Search in distribution

File::Tail::Dir - Tail all matching files in a given set of directories River stage one • 1 direct dependent • 1 total dependent

Monitors and processes any lines appended to the end of one or more files in a given list of directories, keeping state between sessions, and using kernel notification of file change events to maximise efficiency. A list of directories is given to mo...

JJSCHUTZ/File-Tail-Dir-0.16 - 27 Sep 2013 06:03:56 UTC - Search in distribution

File::Tail::FAM - Tail using the File Alteration Monitor (FAM) River stage zero No dependents

"File::Tail::FAM" reports when new data chunks are appended to a given file. Similar to the Unix command $ tail -f filename it watches a file grow continuously and reports whenever a new chunk of data has been added. Differently from the traditional ...

MSCHILLI/File-Tail-FAM-0.02 - 20 Oct 2005 05:03:55 UTC - Search in distribution

File::Tail::Lite - Perl module for seekable 'tailf' implementation River stage one • 1 direct dependent • 1 total dependent

This module is made for seekable 'tailf' implementation. File::Tail is good, but it can not seek when reading started,so we may miss contents if programe crash. This module slove the problem. And it is quite simple and easy to use....

CHENGANG/File-Tail-Lite-0.02 - 01 Dec 2014 06:52:16 UTC - Search in distribution

Tail::Tool::File - Looks after individual files River stage zero No dependents

IVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC - Search in distribution
  • tailt - Tail files using the Tail::Tool library

Event::File::tail - 'an tail [CB]<-f>' implementation using Event River stage zero No dependents

Event::FileTail is an attempt to reproduce the behaviour of the 'tail -f' using Event as the backend. The main difference between this module and other modules that tries to implement it is that it leaves room for parallel processing using Event....

RSD/Event-File-0.1.1 - 15 Oct 2001 18:06:20 UTC - Search in distribution

File::Tail::Scribe - Monitor and send the tail of files to a Scribe logging system. River stage zero No dependents

Basically this module connects File::Tail::Dir to Log::Dispatch::Scribe. It monitors files in a given directory (or set of directories), such as Apache log files in /var/log/httpd, and as the log files are written to, takes the changes and sends them...

JJSCHUTZ/File-Tail-Scribe-0.13 - 07 Apr 2010 04:19:28 UTC - Search in distribution

File::Tail::Inotify2 - Simple interface to tail a file using inotify. River stage zero No dependents

Yet another module to tail a file. Even if the file are renamed by logrotate(8), this module tail a new file created by logrotate(8)....

YSASAKI/File-Tail-Inotify2-1.02 - 28 Mar 2018 09:51:04 UTC - Search in distribution

Redis::AOF::Tail::File - Read redis aof file in realtime River stage zero No dependents

This extension can be used for synchronous data asynchronously from redis to MySQL. Maybe you can code like below. use DBI; use Redis::AOF::Tail::File; use Storable qw(retrieve store); # variables in this comment should be defined # $data_source, $us...

CHENGANG/Redis-AOF-Tail-File-0.06 - 09 Dec 2014 08:35:08 UTC - Search in distribution

File::SmartTail River stage zero No dependents

The File::SmartTail module provides functionality modeled on the UNIX tail command, but enhanced with a variety of options, and the capability to "remember" how far it has processed a file, between invocations. rtail.pl is not normally used directly,...

MPREWITT/File-SmartTail-v1.0.2 - 22 Nov 2015 01:08:16 UTC - Search in distribution

App::RabbitTail::FileTailer - responsible for tailing a file and invoking a callback for each line. River stage zero No dependents

An instance of App::RabbitTail::FileTailer manages tailing a file with exponential backoff of checking if the file has been written when no bytes are available to minimise system load....

BOBTFISH/App-RabbitTail-0.002 - 28 Apr 2011 15:01:20 UTC - Search in distribution

Log::Saftpresse::Input::FileTail - log input for following a file River stage zero No dependents

This input watches a file for newly appended lines....

BENNING/Log-Saftpresse-1.6 - 26 Nov 2016 08:59:15 UTC - Search in distribution
  • saftpresse - a modular and configurable logfile analyzer

Message::Passing::Input::FileTail - File tailing input River stage two • 19 direct dependents • 19 total dependents

MSTROUT/Message-Passing-0.117 - 28 Apr 2020 16:36:21 UTC - Search in distribution

App::headtail - head+tail River stage zero No dependents

PERLANCAR/App-headtail-0.001 - 27 Dec 2023 09:42:13 UTC - Search in distribution

Rex::Commands::Tail - Tail a file River stage two • 18 direct dependents • 18 total dependents

With this module you can tail a file....

FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC - Search in distribution

IO::Tail - follow the tail of files/stream River stage zero No dependents

HIO/IO-Tail-0.01 - 19 May 2007 06:23:22 UTC - Search in distribution

MultiTail - Tail multiple files for Unix systems River stage zero No dependents

This perl library uses perl5 objects to make it easy to tail a dynamic list of files and match/except lines using full regular expressions. File::MultiTail; will tail multiple files and return the records read to a Data Structure. The Data Structure ...

SGMIANO/MultiTail-0.5 - 01 Jun 1999 11:58:16 UTC - Search in distribution

Dancer::Plugin::Tail - Tail a file from Dancer River stage zero No dependents

This plugin will allow you to tail a file from within Dancer. It's designed to be unobtrusive. So, it is functional just by calling it from your scripts. Add or remove entries from the configuration file to activate or deactivate files that may be vi...

JACKB/Dancer-Plugin-Tail-0.0003 - 03 Aug 2015 20:47:01 UTC - Search in distribution

Dancer2::Plugin::Tail - Tail a file from Dancer2 River stage zero No dependents

This plugin will allow you to tail a file from within Dancer2. It's designed to be unobtrusive. So, it is functional just by calling it from your scripts. Edit entries in the Dancer configuration to setup routes and activate files that may be tailed....

JACKB/Dancer2-Plugin-Tail-0.017 - 19 Nov 2018 05:46:10 UTC - Search in distribution
335 results (0.154 seconds)