https://github.com/nning/pinglog
Small tool to ping continuously and save log as JSON
https://github.com/nning/pinglog
Last synced: over 1 year ago
JSON representation
Small tool to ping continuously and save log as JSON
- Host: GitHub
- URL: https://github.com/nning/pinglog
- Owner: nning
- Created: 2021-04-16T16:14:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T16:43:51.000Z (over 5 years ago)
- Last Synced: 2025-02-08T05:16:07.108Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pinglog
Small tool to ping continuously and save log as JSON
## Usage
Usage of ./pinglog:
-c int
count of packets to be sent
-d string
destination (default "1.1.1.1")
-i int
output write interval in seconds (default 10)
-o string
output path (default "pinglog.json")
## Build
make