All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] bwm-ng: move to appropiate category
@ 2013-06-05  9:00 Peter Korsgaard
  2013-07-02  2:11 ` Kelvin Cheung
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2013-06-05  9:00 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0b6af1af6fee511b5565dc3ca791e6ac9458ca15
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

bwm-ng is a networking application, not a system one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 0d4ed90..f26b1aa 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -682,6 +682,7 @@ source "package/boa/Config.in"
 source "package/bind/Config.in"
 source "package/bmon/Config.in"
 source "package/bridge-utils/Config.in"
+source "package/bwm-ng/Config.in"
 source "package/can-utils/Config.in"
 source "package/chrony/Config.in"
 source "package/connman/Config.in"
@@ -854,7 +855,6 @@ source "package/attr/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/bootutils/Config.in"
 endif
-source "package/bwm-ng/Config.in"
 source "package/cpuload/Config.in"
 source "package/htop/Config.in"
 source "package/keyutils/Config.in"

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit] bwm-ng: move to appropiate category
  2013-06-05  9:00 [Buildroot] [git commit] bwm-ng: move to appropiate category Peter Korsgaard
@ 2013-07-02  2:11 ` Kelvin Cheung
  2013-07-04  8:24   ` Kelvin Cheung
  0 siblings, 1 reply; 6+ messages in thread
From: Kelvin Cheung @ 2013-07-02  2:11 UTC (permalink / raw)
  To: buildroot

Hi Gustavo & Peter,
Last year, I submitted a patch to move bwm-ng from "Networking
applications" to "System tools".
Because bwm-ng can monitor not only network bandwidth but also disk-io
bandwidth.
So, could you just leave it as it is?

2013/6/5 Peter Korsgaard <jacmet@sunsite.dk>

> commit:
> http://git.buildroot.net/buildroot/commit/?id=0b6af1af6fee511b5565dc3ca791e6ac9458ca15
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> bwm-ng is a networking application, not a system one.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  package/Config.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/Config.in b/package/Config.in
> index 0d4ed90..f26b1aa 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -682,6 +682,7 @@ source "package/boa/Config.in"
>  source "package/bind/Config.in"
>  source "package/bmon/Config.in"
>  source "package/bridge-utils/Config.in"
> +source "package/bwm-ng/Config.in"
>  source "package/can-utils/Config.in"
>  source "package/chrony/Config.in"
>  source "package/connman/Config.in"
> @@ -854,7 +855,6 @@ source "package/attr/Config.in"
>  if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>  source "package/bootutils/Config.in"
>  endif
> -source "package/bwm-ng/Config.in"
>  source "package/cpuload/Config.in"
>  source "package/htop/Config.in"
>  source "package/keyutils/Config.in"
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



-- 
Best Regards!
Kelvin Cheung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130702/34a03e6b/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit] bwm-ng: move to appropiate category
  2013-07-02  2:11 ` Kelvin Cheung
@ 2013-07-04  8:24   ` Kelvin Cheung
  2013-07-04 16:19     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Kelvin Cheung @ 2013-07-04  8:24 UTC (permalink / raw)
  To: buildroot

ping ?

2013/7/2 Kelvin Cheung <keguang.zhang@gmail.com>

> Hi Gustavo & Peter,
> Last year, I submitted a patch to move bwm-ng from "Networking
> applications" to "System tools".
> Because bwm-ng can monitor not only network bandwidth but also disk-io
> bandwidth.
> So, could you just leave it as it is?
>
>
> 2013/6/5 Peter Korsgaard <jacmet@sunsite.dk>
>
>> commit:
>> http://git.buildroot.net/buildroot/commit/?id=0b6af1af6fee511b5565dc3ca791e6ac9458ca15
>> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>>
>> bwm-ng is a networking application, not a system one.
>>
>> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
>> ---
>>  package/Config.in |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/package/Config.in b/package/Config.in
>> index 0d4ed90..f26b1aa 100644
>> --- a/package/Config.in
>> +++ b/package/Config.in
>> @@ -682,6 +682,7 @@ source "package/boa/Config.in"
>>  source "package/bind/Config.in"
>>  source "package/bmon/Config.in"
>>  source "package/bridge-utils/Config.in"
>> +source "package/bwm-ng/Config.in"
>>  source "package/can-utils/Config.in"
>>  source "package/chrony/Config.in"
>>  source "package/connman/Config.in"
>> @@ -854,7 +855,6 @@ source "package/attr/Config.in"
>>  if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>>  source "package/bootutils/Config.in"
>>  endif
>> -source "package/bwm-ng/Config.in"
>>  source "package/cpuload/Config.in"
>>  source "package/htop/Config.in"
>>  source "package/keyutils/Config.in"
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>>
>
>
>
> --
> Best Regards!
> Kelvin Cheung
>
>
>


-- 
Best Regards!
Kelvin Cheung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130704/66c457a1/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit] bwm-ng: move to appropiate category
  2013-07-04  8:24   ` Kelvin Cheung
@ 2013-07-04 16:19     ` Yann E. MORIN
  2013-07-04 16:34       ` Gustavo Zacarias
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2013-07-04 16:19 UTC (permalink / raw)
  To: buildroot

Kelvin, Peter, All,

> 2013/7/2 Kelvin Cheung <keguang.zhang@gmail.com>
> > Hi Gustavo & Peter,
> > Last year, I submitted a patch to move bwm-ng from "Networking
> > applications" to "System tools".
> > Because bwm-ng can monitor not only network bandwidth but also disk-io
> > bandwidth.
> > So, could you just leave it as it is?

Agreed.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit] bwm-ng: move to appropiate category
  2013-07-04 16:19     ` Yann E. MORIN
@ 2013-07-04 16:34       ` Gustavo Zacarias
  2013-07-05  2:52         ` Kelvin Cheung
  0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2013-07-04 16:34 UTC (permalink / raw)
  To: buildroot

On 07/04/2013 01:19 PM, Yann E. MORIN wrote:

> Kelvin, Peter, All,
> 
>> 2013/7/2 Kelvin Cheung <keguang.zhang@gmail.com>
>>> Hi Gustavo & Peter,
>>> Last year, I submitted a patch to move bwm-ng from "Networking
>>> applications" to "System tools".
>>> Because bwm-ng can monitor not only network bandwidth but also disk-io
>>> bandwidth.
>>> So, could you just leave it as it is?
> 
> Agreed.

Well, sysstat handles I/O bandwidth as well, and it's in hardware
handling, should we move it too? Or maybe bwm-ng to hardware?
Most of the time i tend to think "System Tools" as "Basic Tools" (i.e.
things needed for a system to boot & run, non-busybox based that is).
For that matter we could also move it to "Debugging, profiling and
benchmark".
At least for me it clearly doesn't belong in the System Tools category.
bwm-ng IMHO would most likely be used to measure network bandwidth
rather than disk I/O on embedded systems (which usually lack disk).
Regards.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit] bwm-ng: move to appropiate category
  2013-07-04 16:34       ` Gustavo Zacarias
@ 2013-07-05  2:52         ` Kelvin Cheung
  0 siblings, 0 replies; 6+ messages in thread
From: Kelvin Cheung @ 2013-07-05  2:52 UTC (permalink / raw)
  To: buildroot

2013/7/5 Gustavo Zacarias <gustavo@zacarias.com.ar>

> On 07/04/2013 01:19 PM, Yann E. MORIN wrote:
>
> > Kelvin, Peter, All,
> >
> >> 2013/7/2 Kelvin Cheung <keguang.zhang@gmail.com>
> >>> Hi Gustavo & Peter,
> >>> Last year, I submitted a patch to move bwm-ng from "Networking
> >>> applications" to "System tools".
> >>> Because bwm-ng can monitor not only network bandwidth but also disk-io
> >>> bandwidth.
> >>> So, could you just leave it as it is?
> >
> > Agreed.
>
> Well, sysstat handles I/O bandwidth as well, and it's in hardware
> handling, should we move it too? Or maybe bwm-ng to hardware?
> Most of the time i tend to think "System Tools" as "Basic Tools" (i.e.
> things needed for a system to boot & run, non-busybox based that is).
> For that matter we could also move it to "Debugging, profiling and
> benchmark".
> At least for me it clearly doesn't belong in the System Tools category.
> bwm-ng IMHO would most likely be used to measure network bandwidth
> rather than disk I/O on embedded systems (which usually lack disk).
>

Indeed.
However, you forgot storage devices in embedded systems such as MTD, SD
card and etc.
I believe that some of us are interested in the bandwidth of this kind of
device.
First and last, 'Networking applications' is definitely inappropriate for
bwm-ng.


> Regards.
>
>
>


-- 
Best Regards!
Kelvin Cheung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130705/3adcf3f5/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-05  2:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-05  9:00 [Buildroot] [git commit] bwm-ng: move to appropiate category Peter Korsgaard
2013-07-02  2:11 ` Kelvin Cheung
2013-07-04  8:24   ` Kelvin Cheung
2013-07-04 16:19     ` Yann E. MORIN
2013-07-04 16:34       ` Gustavo Zacarias
2013-07-05  2:52         ` Kelvin Cheung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.