From owner-freebsd-questions Mon Dec 15 22:05:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA27417 for questions-outgoing; Mon, 15 Dec 1997 22:05:11 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA27397 for ; Mon, 15 Dec 1997 22:05:05 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct56.citytel.net [204.244.99.9]) by citytel1.citytel.net (8.8.4/8.7.3) with ESMTP id WAA19264; Mon, 15 Dec 1997 22:02:34 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id VAA15662; Mon, 15 Dec 1997 21:26:29 -0800 (PST) Date: Mon, 15 Dec 1997 21:26:28 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: Brian Somers cc: freebsd-questions Subject: Re: Log times for ppp... In-Reply-To: <199712152352.XAA15175@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 15 Dec 1997, Brian Somers wrote: > Yep. I rationalized the throughput and uptime stuff recently (see > throughput.c, added November 18). You now get throughput and uptime > for the physical modem and for the IPCP layer. On-the-fly throughput > is only measured if you ``enable throughput'', but uptime and overall > throughput are always measured. > > This info is also available using ``show modem'' and ``show ipcp''. Well here goes. Just grabbed the source for this version of PPP and will have a go at it. I installed the other version so this shouldnt be any different I would guess. Any tips/tricks to install on my 2.1.7 box? Thanks.