Flent-users discussion archives
 help / color / mirror / Atom feed
From: "Toke Høiland-Jørgensen" <notifications@github.com>
To: tohojo/flent <flent@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [Flent-users] [tohojo/flent] packet loss stats (#106)
Date: Sun, 15 Oct 2017 17:18:05 +0000 (UTC)	[thread overview]
Message-ID: <tohojo/flent/issues/106/336726462@github.com> (raw)
In-Reply-To: <tohojo/flent/issues/106@github.com>


[-- Attachment #1.1: Type: text/plain, Size: 1739 bytes --]

Pete Heist <notifications@github.com> writes:

> Thanks again both for your kind help and feedback on this. I hope it's
> useful, and if not, it sure was fun anyway!

Very nice, and definitely useful! :)

Took it for a quick spin on localhost, some oddities from my initial
fiddling:

- On first run I expected it to work similar to ping, i.e., output data
  points as packets come in. Instead I almost immediately get a summary.
  Ah, it's running for a single second, and needs -v to output
  per-packet datapoints. For one-off command-line use it might be more
  useful to default to a more ping-like output (i.e., run until killed,
  output data points)?

- Hmm, -d 10 doesn't work. Ah, -d 10s does. Maybe default to seconds if
  no unit is given?

- Let's look at the json output. Oops, -o stdout outputs garbage to the
  terminal; ah, it's gzipped and needs -nogzip. Probably better to
  default stdout to not being gzipped? And instead of adding an
  extension, do the opposite and detect whether or not to gzip from the
  supplied file name instead? If I do '-o test.json' I get
  'test.json.json.gz' which is confusing. Also, supplying a filename of
  '-' creates '-.json.gz' instead of outputting to stdout. And the
  output file is written even if I cancel with Ctrl+C.

I consider all these minor issues, though, and overall it looks good!
I'll see if I can find some time to add support to Flent and try it out
in my testbed in various scenarios. Not sure if I'll have time this
week, though, have another deadline to attend to...

-Toke


-- 
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/106#issuecomment-336726462

[-- Attachment #1.2: Type: text/html, Size: 5112 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

  parent reply	other threads:[~2017-10-15 17:18 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tohojo/flent/issues/106@github.com>
2017-09-26  9:41 ` Toke Høiland-Jørgensen
2017-09-26 18:35 ` Toke Høiland-Jørgensen
2017-10-10  9:08 ` Toke Høiland-Jørgensen
2017-10-15 17:18 ` Toke Høiland-Jørgensen [this message]
2017-10-16 15:54 ` Toke Høiland-Jørgensen
2017-10-31 11:12 ` Toke Høiland-Jørgensen
2017-10-31 12:02 ` Toke Høiland-Jørgensen
2017-11-16  9:57 ` Toke Høiland-Jørgensen
2017-11-16 12:15 ` Toke Høiland-Jørgensen
2017-11-16 12:17 ` Toke Høiland-Jørgensen
2017-11-16 12:48 ` Toke Høiland-Jørgensen
2017-11-16 13:07 ` Toke Høiland-Jørgensen
2017-11-16 13:18 ` Toke Høiland-Jørgensen
2017-11-16 14:47 ` Toke Høiland-Jørgensen
2017-11-16 18:09 ` Toke Høiland-Jørgensen
2017-11-16 18:11 ` Toke Høiland-Jørgensen
2017-11-17 14:58 ` Toke Høiland-Jørgensen
2017-11-18 13:04 ` Toke Høiland-Jørgensen
     [not found] ` <tohojo/flent/issues/106/345442147@github.com>
2017-11-18 19:07   ` Dave Taht
2017-11-20 12:11 ` Toke Høiland-Jørgensen
2017-11-20 13:21 ` Toke Høiland-Jørgensen
2017-11-20 21:14   ` Dave Taht
2017-11-20 21:44     ` Dave Taht
2017-11-20 16:01 ` Toke Høiland-Jørgensen
2017-11-20 20:58 ` Toke Høiland-Jørgensen
2017-11-21 10:36 ` Toke Høiland-Jørgensen
2017-11-21 14:53 ` Toke Høiland-Jørgensen
2017-11-21 21:56 ` Toke Høiland-Jørgensen
2017-11-22  7:49 ` Toke Høiland-Jørgensen
2017-11-22 12:03 ` Toke Høiland-Jørgensen
2017-11-22 12:05 ` Toke Høiland-Jørgensen
2017-11-22 12:06 ` Toke Høiland-Jørgensen
2017-11-22 13:34 ` Toke Høiland-Jørgensen
2017-11-22 21:57 ` Toke Høiland-Jørgensen
     [not found] ` <tohojo/flent/issues/106/332043470@github.com>
2017-11-26 16:49   ` Matthias Tafelmeier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.flent.org/postorius/lists/flent-users.flent.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tohojo/flent/issues/106/336726462@github.com \
    --to=notifications@github.com \
    --cc=flent@noreply.github.com \
    --cc=reply+01ead4bf420e0609726ad302b3bcc83fa7332e74f077001192cf0000000115fb5a4d92a169ce0ceefa50@reply.github.com \
    --cc=subscribed@noreply.github.com \
    --subject='Re: [Flent-users] [tohojo/flent] packet loss stats (#106)' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox