linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <florian@openwrt.org>
To: Ben Greear <greearb@candelatech.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	Johannes Berg <johannes@sipsolutions.net>,
	linux-wireless@vger.kernel.org
Subject: Re: [RFC 2/2] mac80211:  Support getting sta_info stats via ethtool.
Date: Fri, 16 Mar 2012 15:59:46 +0100	[thread overview]
Message-ID: <4F635562.6090505@openwrt.org> (raw)
In-Reply-To: <4F63543A.2000108@candelatech.com>

Le 03/16/12 15:54, Ben Greear a écrit :
> On 03/16/2012 07:18 AM, Florian Fainelli wrote:
>> Hello,
>>
>> Le 03/16/12 14:49, John W. Linville a écrit :
>>> On Thu, Mar 15, 2012 at 11:56:24AM -0700, Ben Greear wrote:
>>>> On 03/15/2012 11:52 AM, Johannes Berg wrote:
>>>>> On Thu, 2012-03-15 at 10:39 -0700, greearb@candelatech.com wrote:
>>>>>> From: Ben Greear<greearb@candelatech.com>
>>>>>>
>>>>>> This lets ethtool print out stats related to station
>>>>>> interfaces. Does not yet get stats from the underlying
>>>>>> driver.
>>>>>
>>>>> Hmm. What's the advantage of using ethtool over iw, which already 
>>>>> has a
>>>>> bunch of these numbers?
>>>>
>>>> Well, ethtool api might be easier for some apps to use,
>>>> and perhaps easier for users to read if all they want
>>>> are stats.
>>>
>>> And they can use the same tool for both wired and wireless interfaces
>>> -- could be handy.
>>
>> iw already provides statistics which are relevant for wireless 
>> interfaces. I really don't see the point in also reporting them via 
>> ethtool, also it is going to
>> be error prone if someone updates the netlink interface and forgets 
>> about the ethtool one.
>
> Ethtool provides what it provides.  If it's missing a stat, I or 
> someone else can add it.

What if we don't want to bloat ethtool with new stats? I mean, someone 
else one day will see wireless stats in, and say, hey why don't I add 
atm, x25, or any protocol of the moment to ethtool, then what do we do?

>
> And if it's not there, then users can do without or get it elsewhere.
>
> iw does not provide any way to get underlying wifi radio counters, and
> the only other way I've found is to parse various debugfs files that
> are subject to change at a whim. 

That's another topic, if debugfs interface changes you should complain 
to their maintainers.

> Ethtool is a step up from that at least.
>
> iw is also not supposed to be screen-scraped, while ethtool stats are a
> fairly easily parsed output so scripts and such could use that.

Why not fix iw instead so its output gets nicely parsed?
Would there be no reporting tool that I would not object, otherwise I 
prefer to keep things where they are consistent, that is, iw configures 
and reports stats for wireless, and so does ethtool for Ethernet interfaces.
--
Florian

  reply	other threads:[~2012-03-16 15:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15 17:39 [RFC 1/2] cfg80211: Add framework to support ethtool stats greearb
2012-03-15 17:39 ` [RFC 2/2] mac80211: Support getting sta_info stats via ethtool greearb
2012-03-15 18:52   ` Johannes Berg
2012-03-15 18:56     ` Ben Greear
2012-03-16 13:49       ` John W. Linville
2012-03-16 14:18         ` Florian Fainelli
2012-03-16 14:54           ` Ben Greear
2012-03-16 14:59             ` Florian Fainelli [this message]
2012-03-16 16:39               ` Ben Greear
2012-03-16 17:14               ` Rick Jones
2012-03-15 18:55   ` Johannes Berg
2012-03-15 19:03     ` Ben Greear
2012-03-15 19:05       ` Johannes Berg
2012-03-15 18:50 ` [RFC 1/2] cfg80211: Add framework to support ethtool stats Johannes Berg
2012-03-15 18:52   ` Ben Greear

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

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

  git send-email \
    --in-reply-to=4F635562.6090505@openwrt.org \
    --to=florian@openwrt.org \
    --cc=greearb@candelatech.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).