flow 0.3.5

A realtime log analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Usage: flow <input> [options]
       flow (--init=<path>)
       flow -h | --help
       flow -v | --version

Options:
  --init=<path>           Generates a sample config at the provided location.
  -c, --config=<config>   Path to a config file. Defaults to looking in the current directory and user home.
  -n, --lines=<lines>     Output the last NUM lines. Default is 10.
  -m, --max=<max>         Maximum amount of lines to be stored in memory. Default is 3000.
  -h, --help              Show this screen.
  -v, --version           Show flow version number and exit.