PingUtil Changelog

What's new in PingUtil 0.9.0

Jan 4, 2010
  • Bugs:
  • When pinging multiple hosts with a small interval value and we don't get a response right away (or a timeout occurs) it seems to affect other pings
  • Added:
  • Ability to ping flood (i.e. spend a ping without waiting for a response before sending the next ping, will use up all CPU resources)
  • Fixes/Changes:
  • Fixed bug in 0.6.0 where it kept saying there were no pings to graph

New in PingUtil 0.8.0 (Jan 4, 2010)

  • Bugs:
  • When pinging multiple hosts with a small interval value and we don't get a response right away (or a timeout occurs) it seems to affect other pings
  • Added:
  • Ability to ping flood (i.e. spend a ping without waiting for a response before sending the next ping, will use up all CPU resources)
  • Fixes/Changes:
  • Fixed bug in 0.6.0 where it kept saying there were no pings to graph

New in PingUtil 0.6.5 (Jan 4, 2010)

  • Bugs:
  • When pinging multiple hosts with a small interval value and we don't get a response right away (or a timeout occurs) it seems to affect other pings
  • Added:
  • Ability to ping flood (i.e. spend a ping without waiting for a response before sending the next ping, will use up all CPU resources)
  • Fixes/Changes:
  • Fixed bug in 0.6.0 where it kept saying there were no pings to graph

New in PingUtil 0.6 (Jan 4, 2010)

  • Bugs:
  • When pinging multiple hosts with a small interval value and we don't get a response right away (or a timeout occurs) it seems to affect other pings
  • Added:
  • Ability to resize form elements
  • Can enable/disable error threshold
  • Ability to sweep ranges
  • Fixes/Changes:
  • Tab order in add host dialog

New in PingUtil 0.5 (Jan 4, 2010)

  • Graphing is still not implemented in this release.
  • Added:
  • Can now specify the number of network errors before stopping the ping.
  • Now supports logging to a text file
  • Can now specify to show the output of each ping
  • Fixes/Changes:
  • Changed the layout yet again
  • Now using version 2.0 of the ICMP class which implements all ICMP messages.

New in PingUtil 0.4 (Jan 4, 2010)

  • Graphing is still not implemented in this release.
  • Added:
  • Can now specify the number of network errors before stopping the ping.
  • Now supports logging to a text file
  • Can now specify to show the output of each ping
  • Fixes/Changes:
  • Changed the layout yet again
  • Now using version 2.0 of the ICMP class which implements all ICMP messages.

New in PingUtil 0.3 (Jan 4, 2010)

  • Logging and graphing is still not implemented in this release.
  • The ICMP class does not currently contain all ICMP types.
  • Added:
  • New Layout
  • Stats on pings to hosts
  • Ability to view settings for a host
  • Fixes:
  • There was a problem that a ping to a host that would timeout might not show up
  • as a timeout due to the fact that we might have seen the response from a
  • different ping that was successful. So now we check the source IP address.