From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 00:19:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6738516A40F for ; Tue, 5 Dec 2006 00:19:56 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-scoter.atl.sa.earthlink.net (elasmtp-scoter.atl.sa.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B119E43CCA for ; Tue, 5 Dec 2006 00:19:18 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-scoter.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GrO2L-0000nO-La for freebsd-questions@freebsd.org; Mon, 04 Dec 2006 19:19:53 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kB50MXr5098407 for ; Mon, 4 Dec 2006 18:22:33 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kB50MWFQ098313 for freebsd-questions@freebsd.org; Mon, 4 Dec 2006 18:22:32 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Mon, 4 Dec 2006 18:22:32 -0600 User-Agent: KMail/1.9.4 References: <200612042123.04036.beni@brinckman.info> In-Reply-To: <200612042123.04036.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612041822.32747.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79fd53727cf61fd8b5a561825ca366774d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: network interface status 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: Tue, 05 Dec 2006 00:19:56 -0000 On Monday 04 December 2006 14:23, Beni wrote: > Hi, > > Every day, Charly Root sends me an email with the Daily Run Output. In it > is a section Network interface status who regroups per interface the > traffic. > > What do i launch (manually) to get those results (not especially by mail > but on screen is fine) ? > > Thanks, > > Beni. Beni, Check out man periodic The job is scheduled in /etc/crontab, or you can run it manually with periodic daily Check out /etc/defaults/periodic.conf to see what veriables you can use to increase or decrease the output. But make sure you follow the warnings at top and put your modifications in /etc/rc.conf lane