From owner-cvs-src@FreeBSD.ORG Fri Feb 20 18:52:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B00A16A4CE; Fri, 20 Feb 2004 18:52:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E214443D1D; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1L2qnGe026234; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1L2qn6T026233; Fri, 20 Feb 2004 18:52:49 -0800 (PST) (envelope-from green) Message-Id: <200402210252.i1L2qn6T026233@repoman.freebsd.org> From: Brian Feldman Date: Fri, 20 Feb 2004 18:52:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/gaithrstress gaithrstress.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 02:52:50 -0000 green 2004/02/20 18:52:49 PST FreeBSD src repository Modified files: tools/regression/gaithrstress gaithrstress.c Log: Print the maximum resolution time encountered by each thread. Did you know that the resolver might keep trying on a getaddrinfo() for up to FIVE MINUTES? Revision Changes Path 1.2 +25 -5 src/tools/regression/gaithrstress/gaithrstress.c