From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MNoW3-0007Fr-BA for garchives@archives.gentoo.org; Mon, 06 Jul 2009 13:45:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB7EFE03EF; Mon, 6 Jul 2009 13:45:53 +0000 (UTC) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191]) by pigeon.gentoo.org (Postfix) with ESMTP id 86F22E03EF for ; Mon, 6 Jul 2009 13:45:53 +0000 (UTC) Received: by yxe29 with SMTP id 29so5715403yxe.32 for ; Mon, 06 Jul 2009 06:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7etnmchtNt8go6bGoQz8RvE84e9nKfeeNgeLD8flsp0=; b=MFWurAhMMXVB96YyrHltB9dkeur5k0Darz29UHv7zk4/5mYI54GeMPNbdSsasdQqzw wsdVINOGbSaGPRpxPPm4Hl4ib71U7SVc8bBhDSstDkPNHymIiyceaJ8y3txeOU3ukbkn 6XrKnyIIRb144SNCnkg6fWodUcN9vG46jTakw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=GBkb9euYwfJFpwOJOMLD7+JFyNNmphsRDkjZlX4cJfdBHuWyebU8FReH6/jpYwc2aU 0Q84eyAQlgFMvRelZGP9bjHjAwvcNvoN3R1dHmYvSnRqYbd9Hb3w9+d46X3CORaO2J25 Rvx9bnUiINJ4cN1KvC+2OeTx9PQEEdulbHGQ0= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.90.81.9 with SMTP id e9mr619466agb.73.1246887953109; Mon, 06 Jul 2009 06:45:53 -0700 (PDT) In-Reply-To: <200907052318.54263.michaelkintzios@gmail.com> References: <49bf44f10907050333y57c46458ref174233b41de0f3@mail.gmail.com> <200907052318.54263.michaelkintzios@gmail.com> Date: Mon, 6 Jul 2009 06:45:52 -0700 Message-ID: <49bf44f10907060645j7a6e697ah2cfdc8a62c27d7c7@mail.gmail.com> Subject: Re: [gentoo-user] Monitoring data usage From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 6b25fd86-cb9b-4913-a148-957c861005c6 X-Archives-Hash: 315260650a7bb35bbf7beee249d097c8 >> > I'm using ifconfig to monitor how much data I'm using, but it seems >> > pretty high. Is there a simple way to see why I'm using so much data? >> >> $ eix ^ntop >> [I] net-analyzer/ntop >> Available versions: 3.3.9-r2 ~3.3.10-r1 {ipv6 ssl tcpd} >> Installed versions: 3.3.9-r2(14:11:46 06/25/09)(ssl tcpd -ipv6) >> Homepage: http://www.ntop.org/ntop.html >> Description: Network traffic analyzer with web interface >> >> $ > > Also iftop and lsof with some clever regex-ing if you want to see what > program > drives the connection. Thank you, iftop is great: iftop -i ppp0 -P - Grant