Re: [PATCH v3] ss: introduce switch to print exact value of data rates

2019-07-01 Thread David Ahern
On 7/1/19 5:52 AM, Tomasz Torcz wrote: > Introduce -X/--exact switch to disable human-friendly printing > of data rates. Without the switch (default), data is presented as MBps/Kbps. > > Signed-off-by: Tomasz Torcz > --- > man/man8/ss.8 | 3 +++ > misc/ss.c | 12 ++-- > 2 files

[PATCH v3] ss: introduce switch to print exact value of data rates

2019-07-01 Thread Tomasz Torcz
Introduce -X/--exact switch to disable human-friendly printing of data rates. Without the switch (default), data is presented as MBps/Kbps. Signed-off-by: Tomasz Torcz --- man/man8/ss.8 | 3 +++ misc/ss.c | 12 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) Changes in