David Daugherty wrote:

Are there tools/commands I can use to determine the resolution time
that my lookups are taking? A lot of my web browser requests are
timing out (name lookups) and I have to keep hitting refresh until it
finally resolves.


I'd try using dig:

> dig www.freebsd.org

At the end look for the query time:

;; Query time: 3 msec
;; WHEN: Sun Jan  2 09:33:07 2005
;; MSG SIZE  rcvd: 211

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to