From owner-freebsd-isp Tue Aug 19 14:34:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA07023 for isp-outgoing; Tue, 19 Aug 1997 14:34:24 -0700 (PDT) Received: from ns1.flask.com (root@ns1.flask.com [207.67.43.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA07017 for ; Tue, 19 Aug 1997 14:34:20 -0700 (PDT) From: skat@flask.com Received: (from skat@localhost) by ns1.flask.com (8.7.6/8.6.12) id QAA14232; Tue, 19 Aug 1997 16:34:18 -0500 (CDT) Date: Tue, 19 Aug 1997 16:34:18 -0500 (CDT) To: Nicholas Merrill cc: freebsd-isp@FreeBSD.ORG Subject: Re: WinNT to FreeBSD In-Reply-To: <3.0.3.32.19970819160929.0375cc84@calyx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 19 Aug 1997, Nicholas Merrill wrote: > At 02:35 AM 8/20/97 +0800, you wrote: > >We are currently operating an ISP under Windows NT Server 4, and are > >seriously thinking about changing and running it under FreeBSD 2.2.2. > > > >There is only one thing holding us back, it is very important that we keep > >track of our users, such as login times and length of login plus how much > >they are downloading per call. > > > >Windows NT displays all this information easily, I have not yet found a > >way to receive the same level of info from FreeBSD .. Can anyone please > >suggest some ideas? As we _REALLY_ want to change over ASAP. > > > >Thank you, > >Jason McKay. > > Actually I heard it wasn't possible to track any information like that > with FreeBSD. That may be the one edge that NT has in this competition. > > Nick > > > You can get login time and length of login from "last" command. If you want cummulative time per users, try "ac". I'm not sure how to get the number of bytes transfered per users. Shin