From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from mail.toke.dk by mail.toke.dk with LMTP id 3r0SH8oPeV0pCAAAOr1fkg (envelope-from ) for ; Wed, 11 Sep 2019 17:16:26 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=E+TjAFk5 Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 54D50665B58 for ; Wed, 11 Sep 2019 17:16:24 +0200 (CEST) Received: from [::1] (port=52094 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1i84M2-008QmA-Lo; Wed, 11 Sep 2019 18:16:22 +0300 Received: from out-17.smtp.github.com ([192.30.252.200]:54287) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1i84Lt-008Qh4-Qk for flent-users@flent.org; Wed, 11 Sep 2019 18:16:19 +0300 Date: Wed, 11 Sep 2019 08:15:33 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1568214933; bh=pt4MOVXR7tsUjHEYifW+ts31Ygrz4ejyDfWp999nA+8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E+TjAFk5aoG7e3AAH4lH7ytU4ibf2skovfb5yta08LC35Fm7naGMtXwJcawXQemOZ +G6zLHAOJ3LOjUnB26/oyg2RroCy3WcquBFLB7MZxCMvvoz1d853pjE9QEXolIAYSr xIX9X7tpGccXhLQEvRvgT7FVCaPc1VsGUS65Z02E= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] Charting ping_hosts (#181) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.27 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Subscribed Content-Type: multipart/mixed; boundary="===============3227759580164304190==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============3227759580164304190== Content-Type: multipart/alternative; boundary="--==_mimepart_5d790f9580c08_7d53f8601acd96c11038"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d790f9580c08_7d53f8601acd96c11038 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Rich Brown writes: >> Doing this dynamically in the GUI would be a nice feature, though, but > not quite trivial unfortunately... > > Yes. I once worked on the plotting portion of a program, and nothing is trivial. > > So I come back to my request to select the ping_host value in lieu of latency to the -H host in the default plot. Here are sample results: the ~30 msec readings for the extra host match a concurrent fping run. Thanks. > > ``` > avg median # data pts > Ping (ms) ICMP : 49.68 47.80 ms 339 > Ping (ms) ICMP gstatic.com (extra) : 30.41 28.05 ms 350 > ``` I think the right thing here would be to just have the ping plot(s) glob for all available ping flows, and display them next to each other... So which pots are you using? :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/181#issuecomment-530427810 ----==_mimepart_5d790f9580c08_7d53f8601acd96c11038 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Rich Brown <notifications@github.com> writes:

>> Doing this dynamically in the GUI would be a nice feature, though, but
> not quite trivial unfortunately...
>
> Yes. I once worked on the plotting portion of a program, and nothing is trivial.
>
> So I come back to my request to select the ping_host value in lieu of latency to the -H host in the default plot. Here are sample results: the ~30 msec readings for the extra host match a concurrent fping run. Thanks.
>
> ```
> avg median # data pts
> Ping (ms) ICMP : 49.68 47.80 ms 339
> Ping (ms) ICMP gstatic.com (extra) : 30.41 28.05 ms 350
> ```

I think the right thing here would be to just have the ping plot(s) glob
for all available ping flows, and display them next to each other...

So which pots are you using? :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5d790f9580c08_7d53f8601acd96c11038-- --===============3227759580164304190== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============3227759580164304190==--