sPinger

Description: If you’re up for it, some background is in order for this application. If not, skip to the TL;DR section below. In a network operations environment, there was always a need to quickly ping large numbers of IP addresses. The best application, by far, that I found is an app called HELIUM PINGer. Even though it’s an older app, it is a truly multi-threaded, outstandingly fast application that works extremely well. It was indispensable when I worked in network operations several years ago and I still keep it in my network app toolbox. If you need such an app, look no further. Another application in this vein is the professionally done PingInfoView by the incomparable Nir Sofer. I keep that installed as well.

Now, on to sPinger. During my tenure in network operations (2000-2010), I wrote a suite of applications, in my spare time, that my group used. One of these was a mass pinger, like the above, with a few extra features that we used extensively.

  1. The first was the ability to quickly ping entire lists of subnets for only the reachable addresses. This allowed to you create a basic baseline of reachable customers and devices before, say, making a network change. You could easily see if your changes, in realtime, had any adverse affects in regards to reachability.
  2. Another feature was in regards to IP subnet generation. Even though HELIUM PINGer has a subnet generator, you can only generate one subnet’s worth of addresses at a time. We needed the ability to simply paste in a list of subnets and quickly generate the addresses for all of them.

My applications are written in AutoHotkey so the main drawback of my original mass pinger app was that it was single-threaded because AutoHotkey itself is single-threaded. For DonationCoder’s NANY 2017 promotion, I wanted to see if I could rewrite that app with some pseudo-multi-threading and I’ve accomplished that. However, there is no way my app can compete with HELIUM PINGer when it comes to CPU usage when multiple threads are in use. Again, if you need an app like this for heavy-duty use, just get HELIUM PINGer already. That said, the multi-thread functionality is entirely configurable within sPinger, so you should be able to find a happy medium. As a final treat, I’ve made the list icons configurable and have included lots of fun themes I put together (see screenshot below).

TL;DR:
Ping multiple IP addresses and hostnames with fun icon themes. Features:

  • Pseudo multi-threaded.
  • Quickly generate lists of all addresses from a list of subnets.
  • Quickly generate lists of only pingable addresses from a list of subnets (not available on Windows 8/10).
  • DNS scan mode to quickly retrieve hostnames from IP addresses.
  • Fun icon themes in the list to show good, bad, and TTL expired pings.
  • Configurable list — colours, fonts, etc.

Version: 1.0.1  (2016-12-31)  💾 DOWNLOAD sPinger v1.0.1   

Supported OS: Windows 7/8/10. Probably works, but not tested, on Windows XP/Vista.

History: Changelog

Installation: Unzip sPinger.zip to its own folder and run sPinger.exe.

Discussion forum: Here

PAD file: Here

Screenshots:

 

  • Version 1.0.1
  • Downloads 7315
  • File Size
  • File Count 1
  • Create Date 2016-12-31
  • Last update 2016-12-31 10:45:24
  • Last Updated 2018-01-16