I updated NetDig to 2.0rc4 to allow just that.
Can do things like "netdig
www.yahoo.com -c 50 -t 3"
This will try to resolve
www.yahoo.com. 50 times on each of three
threads (or a total of 15 queries.) to the same server. This does
not give you perf numbers in respect the server, but you can use this
to gen load from client(s) and then PerfMon the server. Can start
up-to 1000 threads and int32.MaxValue queries per thread for each
instance of NetDig. You can start as many instances as memory will
allow. You will probably drain any one client before you stress the
server, so you will need multiple clients. Anyway, hope this can find
some use for folks. Grab it at
www.mvptools.com. Please let me know
of any issues. Cheers!