Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/live-logs
Display live traffic on a map.
https://github.com/octalmage/live-logs
Last synced: 24 days ago
JSON representation
Display live traffic on a map.
- Host: GitHub
- URL: https://github.com/octalmage/live-logs
- Owner: octalmage
- Created: 2015-08-11T17:17:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T11:51:49.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T16:56:52.117Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live Logs [![](https://img.shields.io/npm/v/live-logs.png)](https://www.npmjs.com/package/live-logs)
> Display live traffic on a map.![](https://cloudup.com/iso9-SCOvCD+)
## 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 hostname or IP address
-u, --username ssh username
-k, --key private key path
-l, --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
```
## LicenseMIT