From owner-freebsd-net@FreeBSD.ORG Sat Jul 28 06:15:58 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D5A2106564A for ; Sat, 28 Jul 2012 06:15:58 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id E5D1C8FC0C for ; Sat, 28 Jul 2012 06:15:57 +0000 (UTC) Received: by ggnm2 with SMTP id m2so4520775ggn.13 for ; Fri, 27 Jul 2012 23:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=yt8I34lVTjK+y7HYrh7G0cVUqzDiFB2/ou0sJOkLZpk=; b=LTOGnJeFIVrfTtuSyYnvuNcaSCyhuBH2BkvbzmLUJ0oXBq0zLQcquEsblnX0WSpp8B r0t4u6uiDfl18oFd8yiGS6K4cBa5fLQYG7cMhozybD1896ytnAWxj6rSiN5fn55BWWZq xU9Zot03q6AUx4SQ+DnW5IkF5Rqi7L6ylajUA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=yt8I34lVTjK+y7HYrh7G0cVUqzDiFB2/ou0sJOkLZpk=; b=ZdzJ492x63kDglwkVTOLYZZ1smXMqMBtOwUtMTILRNwShPBS6AlmTEJ72cc6V6QMqT WGrMM3EpiS5C5DAXnhEuiDzQbXd4T/EfeRREBVqAu2v9QokELPi0kKD2t4zW6TKuBrSr sPyqgFc26/i8JNhsdoG2CLgJDrKyMB7RnjZtawN0lSHXnYvxkrLyd2qdbAE93rIHYyEB GGqySygx60XMsTVgeM2TttMOc17MJVuLPcqpoqgPaZDuRBNWEQXAd41+XK6ORwhukma/ IKP5cNiljN4yMpcrM3IvI4sDgC1U7cPfz+NjLMQgkaYDG2UpgdI4zSiV7/0J4dI10z6e 2OPw== Received: by 10.42.61.134 with SMTP id u6mr3138435ich.11.1343456156904; Fri, 27 Jul 2012 23:15:56 -0700 (PDT) Received: from DataIX.net (adsl-99-109-126-173.dsl.klmzmi.sbcglobal.net. [99.109.126.173]) by mx.google.com with ESMTPS id fe7sm2244575igc.14.2012.07.27.23.15.51 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 23:15:56 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q6S6FJUr005222 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 Jul 2012 02:15:20 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q6S6FBGQ005069; Sat, 28 Jul 2012 02:15:11 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Sat, 28 Jul 2012 02:15:11 -0400 From: Jason Hellenthal To: Adarsh Joshi Message-ID: <20120728061511.GA3452@DataIX.net> References: <5E4F49720D0BAD499EE1F01232234BA87743A5E910@AVEXMB1.qlogic.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <5E4F49720D0BAD499EE1F01232234BA87743A5E910@AVEXMB1.qlogic.org> X-Gm-Message-State: ALoCoQmxrfg/8ZVq4Un8oixAn5scUdYQmVZPc0a8u2vpaykLpxcMUf8slnfOHsqmGxiGA11vthBA Cc: "freebsd-net@freebsd.org" Subject: Re: check pending callouts X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 06:15:58 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 27, 2012 at 02:59:37PM -0700, Adarsh Joshi wrote: > Hi, >=20 > Is there a way to check pending callouts? > I mean, like a command or utility, or do I have to panic the kernel and c= heck it at the debugger prompt? >=20 You should be able to dtrace that out and uncover whats going on with a little intellect. The D language itself might take a little learning but it would be worth your while to pick it up now instead of later. --=20 - (2^(N-1)) JJH48-ARIN --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJQE4NuAAoJEBSh2Dr1DU7WZXwH/0OOEqgGWrj5j6Jz8e3eExOu EwG5IRLpKs7SqGbDdc5LGEnqGiA/gbEj4Ot2a9uWkLJ2kln8beMzlNUXkMA40bso MLq+6aunfOf2+L1rLG89domahqlITo+04kuuP9EsLjWYPa+PmU2z1KMotE3+HBOp gUjiG3UdgBFsW4kCSqtve1A7N7f3oiGgd4GGeZvDZrTSt1ehxfwaRMC9vFB8s8h8 00yK2ffoIChbIkb0F6fqNlCOwGQTUdkQMJODGsC8TH7d+IPOESvkhLii/HjRCid9 GcWtP0RSbInO55StNNgf8C5tWJaJWoFE2EhPjWYuA9AUY4GhhkzvpALoTLKf7Fk= =zXRw -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--