com.buzzsurf.dns
Class SpeedTest

java.lang.Object
  |
  +--com.buzzsurf.dns.SpeedTest

public class SpeedTest
extends java.lang.Object

This class tests the speed of DNS resolutions by looking up the IP Addresses of multiple domain names. It reads the domain names from file you specify on the command like, 1 name per line.

There are a number of important things to consider when speed testing your DNS resolution system!

Version:
0.9
Author:
Paul Cowan (pwc21@yahoo.com)

Constructor Summary
SpeedTest(java.lang.String inputFileName, int numThreads)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  java.lang.String nextDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedTest

public SpeedTest(java.lang.String inputFileName,
                 int numThreads)
Method Detail

main

public static void main(java.lang.String[] args)

nextDomain

protected java.lang.String nextDomain()