nning / pinglog

Small tool to ping continuously and save log as JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small tool to ping continuously and save log as JSON


Languages

Language:Go 92.2%Language:Makefile 7.8%