On 2015-11-03 at 19:06:50 +0100, Vadim Kochan <[email protected]> wrote: > Add -o,--sort option to perform flows sorting by rate/bytes/pkts. > Add -d,--dir option to choose the direction to sort (default is dst).
I'm really reluctant to adding more and more command line options, especially for these use cases. These are options that a user might want to change during the runtime of flowtop. Thus, I'd rather see these implemented as in-program commands (see function presenter()), which makes the whole concept of sorting much easier to use and document. In the future we could then also add a help screen explaining the command keys, akin to the one in bmon [1] whose interface I quite like. [1] https://github.com/tgraf/bmon What do you think? -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
