From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:45:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E96B16A41F for ; Thu, 8 Sep 2005 21:45:01 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6599043D46 for ; Thu, 8 Sep 2005 21:45:00 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from [192.168.1.104] (really [24.250.141.71]) by centrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050908211220.QBRD14296.centrmmtao05.cox.net@[192.168.1.104]> for ; Thu, 8 Sep 2005 17:12:20 -0400 Message-ID: <4320A93D.2020500@earthlink.net> Date: Thu, 08 Sep 2005 16:12:29 -0500 From: Eric Murphy User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: command question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:45:01 -0000 Hey guys heres a quick question for you... I am trying to ping a certain website with the following command . ping yahoo.com I would like to log all requests that come back higher then 100 or any # i specify. I figured I could use the script command but im not sure how to go from there? Reason for this is to prove to my ISP that there is something wrong with my connection :) Would it also be possible to log the date and time of each requets? So inconclusion I'd like to log all icmp requests that come back higher then 100 by date and time into a log file. Thanks