From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f42.google.com ([209.85.160.42]:37180 "EHLO mail-pl0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964788AbeCPPkN (ORCPT ); Fri, 16 Mar 2018 11:40:13 -0400 Received: by mail-pl0-f42.google.com with SMTP id w12-v6so6133585plp.4 for ; Fri, 16 Mar 2018 08:40:13 -0700 (PDT) Subject: Re: [PATCH] ss: introduce switch to print exact value of data rates To: Tomasz Torcz , netdev@vger.kernel.org References: <7b955a90-788d-07be-19ef-64fb481022ee@gmail.com> <20180311162621.26387-1-tomasz.torcz@nordea.com> <20180311162621.26387-2-tomasz.torcz@nordea.com> From: David Ahern Message-ID: Date: Fri, 16 Mar 2018 08:40:06 -0700 MIME-Version: 1.0 In-Reply-To: <20180311162621.26387-2-tomasz.torcz@nordea.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On 3/11/18 9:26 AM, Tomasz Torcz wrote: > Introduce -X/--exact switch to disable human-friendly printing > of datarates. With the switch, data is not presented as MBps/Kbps. > > Signed-off-by: Tomasz Torcz > --- > misc/ss.c | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > still not a fan of --exact for the long name, but I can't think of anything better at the moment. Please update the man page as well.