GithubHelp home page GithubHelp logo

gping's Introduction

gping

gping serves as a wrapper around fping: Given an fping-compatible pattern, it passes said pattern directly to fping, along with flags that tell fping to perform DNS lookups as well as pings. gping then takes the resulting raw output and parses it to determine each IP's "state", based upon its ping response and DNS lookup results:

Responds to Ping Has DNS Entry State
Yes Yes Awake
No Yes Asleep
Yes No Lurking
No No Free

By default, it emits its results as terminal output, with the IPs sorted in ascending order, using emoji to indicate each address's state:

State Symbol
awake ๐Ÿ™‚
asleep ๐Ÿ’ค
lurking ๐ŸŒš
free ๐Ÿ†“

Flags

By default, it sorts the results by IP address, in ascending order. If passed the "-g" or "--group" flags without arguments, it sorts by state instead. If passed those flags with state arguments, it displays only the hosts in the specified state(s).

gping 10.141.36.0/24 -g
gping 10.141.36.0/24 -gfree
gping 10.141.36.0/24 -gasleep,lurking

If passed the -j/--json option, it will emit its results as JSON instead. (Note: The format will likely change before 1.0.)

Warning/Disclaimer

This is a pre-release version. Flags and the exact structure of the JSON output, to name but two, are likely to change before the official 1.0 version.

gping's People

Contributors

hivehand avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.