Skip to content

eclesh/slowtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slowtail

slowtail prints any lines of a file that have appeared since the last time slowtail ran. It is useful in cron jobs that need to keep track of where they left off reading a file.

slowtail was inspired by logtail from the logcheck project[1]. For an example use case, see Etsy's logster[2].

[1] http://logcheck.org [2] https://github.com/etsy/logster

Quick start

$ make
gcc -o slowtail slowtail.c
$ ./slowtail access.log

License

slowtail is licensed under the MIT license.

About

slowtail tails a log file for a cron job or other intermittent process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages