live-logs

Display live traffic on a map.

Downloads
10
Stars
10

Live Logs

Display live traffic on a map.

Install

npm install -g live-logs

Usage

  Usage: live-logs [options]

  Display live traffic on a map.

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -s, --host <host>          hostname or IP address
    -u, --username <username>  ssh username
    -k, --key <key>            private key path
    -l, --log <log>            access log path on server
    -r, --regex [regex]        regex for matching the IP address

Example

live-logs -s 123.123.123.123 -u root -k ~/.ssh/key -l /var/log/site.access.log

License

MIT