Skip to content

pikrzysztof/holefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log hole finder

Reads through logfile and prints lines with suspiciously large holes.

Has two strategies:

Maxhole

print biggest hole in a given file

Threshold

print all the holes larger than a given threshold

Usage:

USAGE:
    holes [OPTIONS] <--maxhole|--threshold <THRESHOLD>>

FLAGS:
    -h, --help       Prints help information
    -m, --maxhole
    -V, --version    Prints version information

OPTIONS:
    -f, --file <FILE>              Sets a logfile to read from. [default: -]
    -t, --threshold <THRESHOLD>    minimum hole length to report about (ms).

About

Finds holes in logfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages