From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vx0-f171.google.com (mail-vx0-f171.google.com [209.85.220.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id E9D8920069D for ; Tue, 18 Oct 2011 11:45:12 -0700 (PDT) Received: by vcbfk13 with SMTP id fk13so1355322vcb.16 for ; Tue, 18 Oct 2011 11:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=BJHC7wSUu0jXnLTCC2lJt6qX3C6Hj4PC4l6IBrUj3jc=; b=CU2qLXU/4RRSlLFdRMRpv8lU56ZjYwY/2x3kTLn0ckZsG4VdjYDC/aVSK33rvwYJDV 44rCGSxYNkcDqYzfc/N4ZzfYdz3fnmI+AHSdKXDE5GuPSOdvSq9BbXr88wpjorZgDYCc vLR4uoblaVp6ybCLo3yCBcOgPC4oEotB8OH74= MIME-Version: 1.0 Received: by 10.182.2.164 with SMTP id 4mr432247obv.49.1318963511790; Tue, 18 Oct 2011 11:45:11 -0700 (PDT) Received: by 10.182.43.168 with HTTP; Tue, 18 Oct 2011 11:45:11 -0700 (PDT) In-Reply-To: References: <7iaa8yv3x3.fsf@lanthane.pps.jussieu.fr> Date: Tue, 18 Oct 2011 14:45:11 -0400 Message-ID: From: Harry Bock To: bloat@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Bloat] Plotting ping times in real time? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 18:45:13 -0000 I know of no Linux program that does this, but if you're willing to bite the bullet and run wine, you can use MultiPing by Nessoft[1]. It works quite well under wine, but requires superuser permissions to create a raw socket, so YMMV. You could probably set the wine executable to have CAP_NET_RAW so you don't have to run it as root. [1] http://www.nessoft.com/multiping/download.html On Tue, Oct 18, 2011 at 2:19 PM, Petri Rosenstr=F6m wrote: > > Hi, > > gnome-nettool probably goes in the same pool as mtr, but I suggest it any= way. > > http://projects.gnome.org/gnome-network//screenshots.shtml > > Best regards > Petri Rosenstr=F6m > > > > On Tue, Oct 18, 2011 at 9:07 PM, Jesper Louis Andersen > wrote: > > On Tue, Oct 18, 2011 at 15:13, Juliusz Chroboczek = wrote: > >> Has anyone written a Linux program that plots ping times in real time? > >> I.e. that gives the same information as running ping in an extra windo= w > >> (with no -c argument), but graphically? > > > > My guess would be gnuplot, use "-" as a file to read from stdin. But I > > don't know if it will actually do it real-time. > > > > http://users.softlab.ece.ntua.gr/~ttsiod/gnuplotStreaming.html > > > > is a way it seems. Basically, go UNIX on it and feed the output of a > > ping-tool as the input of something which can real-time plot data as > > they arrive. > > > > > > -- > > J. > > _______________________________________________ > > Bloat mailing list > > Bloat@lists.bufferbloat.net > > https://lists.bufferbloat.net/listinfo/bloat > > > _______________________________________________ > Bloat mailing list > Bloat@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/bloat