public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] iperf 2.0.4
@ 2010-03-14  6:48 Mike White
  2010-03-14  9:17 ` R: " Marco Atzeri
  0 siblings, 1 reply; 12+ messages in thread
From: Mike White @ 2010-03-14  6:48 UTC (permalink / raw)
  To: cygwin-apps

Hello.  I've made a cygwin package for iperf, a commonly used tool for testing IP network performance.  I believe it should be included in cygwin.

I am not a developer of the project itself.  The source comes from:
http://sourceforge.net/projects/iperf

An example of a stable Linux distro that includes the package:
http://packages.debian.org/stable/net/iperf

Here is my setup.hint file:

---
category: Net
requires: cygwin
sdesc: "Internet Protocol bandwidth measuring tool"
ldesc: "Iperf was developed by NLANR/DAST as a modern alternative for measuring maximum TCP and UDP bandwidth performance. Iperf allows the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss."
---

The packages I created may presently be downloaded from:
http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
http://www.mobitrode.com/download/iperf/setup.hint

I have tested basic functionality under cygwin in both client mode and server mode and there were no problems.  Timing seems to be reasonable.

The build was completely straightforward with no patches needed.  However, if bugs do arise, I am an experienced C/C++ coder so I should be able to maintain the package.

Regards,
Michael White

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

* R: [ITP] iperf 2.0.4
  2010-03-14  6:48 [ITP] iperf 2.0.4 Mike White
@ 2010-03-14  9:17 ` Marco Atzeri
  2010-03-16 12:49   ` Mike White
  0 siblings, 1 reply; 12+ messages in thread
From: Marco Atzeri @ 2010-03-14  9:17 UTC (permalink / raw)
  To: cygwin-apps, Mike White

--- Dom 14/3/10, Mike White ha scritto:

> Hello.  I've made a cygwin
> package for iperf, a commonly used tool for testing IP
> network performance.  I believe it should be included
> in cygwin.
> 
> I am not a developer of the project itself.  The
> source comes from:
> http://sourceforge.net/projects/iperf
> 
> An example of a stable Linux distro that includes the
> package:
> http://packages.debian.org/stable/net/iperf
> 
> Here is my setup.hint file:
> 
> ---
> category: Net
> requires: cygwin
> sdesc: "Internet Protocol bandwidth measuring tool"
> ldesc: "Iperf was developed by NLANR/DAST as a modern
> alternative for measuring maximum TCP and UDP bandwidth
> performance. Iperf allows the tuning of various parameters
> and UDP characteristics. Iperf reports bandwidth, delay
> jitter, datagram loss."
> ---
> 
> The packages I created may presently be downloaded from:
> http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
> http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
> http://www.mobitrode.com/download/iperf/setup.hint
> 
> I have tested basic functionality under cygwin in both
> client mode and server mode and there were no
> problems.  Timing seems to be reasonable.
> 
> The build was completely straightforward with no patches
> needed.  However, if bugs do arise, I am an experienced
> C/C++ coder so I should be able to maintain the package.
> 
> Regards,
> Michael White
> 
> 

Hi Mike,
build fine, but why you don't use cygport instead of 
a script that seems its predecessor ?

On setup.hint 
"requires: cygwin" is not needed anymore. You need 
"requires: libgcc1 libstdc++6"

$ cygcheck ./iperf.exe
C:\cygwin2\pub\cygwin\usr\bin\iperf.exe
  C:\cygwin2\bin\cygwin1.dll
    C:\WINDOWS\system32\ADVAPI32.DLL
      C:\WINDOWS\system32\KERNEL32.dll
        C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\RPCRT4.dll
        C:\WINDOWS\system32\Secur32.dll
  C:\cygwin2\bin\cyggcc_s-1.dll              << libgcc1
  C:\cygwin2\bin\cygstdc++-6.dll             << libstdc++6



On the files, you miss the specific 
usr/share/doc/Cygwin/iperf.README


$ tar -tjf iperf-2.0.4-1.tar.bz2
usr/
usr/bin/
usr/bin/iperf.exe
usr/share/
usr/share/doc/
usr/share/doc/Cygwin/
usr/share/doc/iperf-2.0.4/
usr/share/doc/iperf-2.0.4/AUTHORS
usr/share/doc/iperf-2.0.4/CHANGELOG
usr/share/doc/iperf-2.0.4/COPYING
usr/share/doc/iperf-2.0.4/INSTALL
usr/share/doc/iperf-2.0.4/README
usr/share/man/
usr/share/man/man1/
usr/share/man/man1/iperf.1.gz


Regards
Marco





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

* Re: R: [ITP] iperf 2.0.4
  2010-03-14  9:17 ` R: " Marco Atzeri
@ 2010-03-16 12:49   ` Mike White
  2010-03-20 21:04     ` Marco Atzeri
  0 siblings, 1 reply; 12+ messages in thread
From: Mike White @ 2010-03-16 12:49 UTC (permalink / raw)
  To: cygwin-apps, Marco Atzeri

Thanks for taking a look at the iperf package.

I have updated setup.hint, changed to using cygport, and added a cygwin-specific README.

Please review for inclusion in cygwin.

As before, files are:

http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
http://www.mobitrode.com/download/iperf/setup.hint

Thanks,
Michael White

--- On Sun, 3/14/10, Marco Atzeri <marco_atzeri@yahoo.it> wrote:

> From: Marco Atzeri <marco_atzeri@yahoo.it>
> Subject: R: [ITP] iperf 2.0.4
> To: cygwin-apps@cygwin.com, "Mike White" <mikewhite22@yahoo.com>
> Date: Sunday, March 14, 2010, 5:17 AM
> --- Dom 14/3/10, Mike White ha
> scritto:
> 
> > Hello.  I've made a cygwin
> > package for iperf, a commonly used tool for testing
> IP
> > network performance.  I believe it should be
> included
> > in cygwin.
> > 
> > I am not a developer of the project itself.  The
> > source comes from:
> > http://sourceforge.net/projects/iperf
> > 
> > An example of a stable Linux distro that includes the
> > package:
> > http://packages.debian.org/stable/net/iperf
> > 
> > Here is my setup.hint file:
> > 
> > ---
> > category: Net
> > requires: cygwin
> > sdesc: "Internet Protocol bandwidth measuring tool"
> > ldesc: "Iperf was developed by NLANR/DAST as a modern
> > alternative for measuring maximum TCP and UDP
> bandwidth
> > performance. Iperf allows the tuning of various
> parameters
> > and UDP characteristics. Iperf reports bandwidth,
> delay
> > jitter, datagram loss."
> > ---
> > 
> > The packages I created may presently be downloaded
> from:
> > http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
> > http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
> > http://www.mobitrode.com/download/iperf/setup.hint
> > 
> > I have tested basic functionality under cygwin in
> both
> > client mode and server mode and there were no
> > problems.  Timing seems to be reasonable.
> > 
> > The build was completely straightforward with no
> patches
> > needed.  However, if bugs do arise, I am an
> experienced
> > C/C++ coder so I should be able to maintain the
> package.
> > 
> > Regards,
> > Michael White
> > 
> > 
> 
> Hi Mike,
> build fine, but why you don't use cygport instead of 
> a script that seems its predecessor ?
> 
> On setup.hint 
> "requires: cygwin" is not needed anymore. You need 
> "requires: libgcc1 libstdc++6"
> 
> $ cygcheck ./iperf.exe
> C:\cygwin2\pub\cygwin\usr\bin\iperf.exe
>   C:\cygwin2\bin\cygwin1.dll
>     C:\WINDOWS\system32\ADVAPI32.DLL
>       C:\WINDOWS\system32\KERNEL32.dll
>         C:\WINDOWS\system32\ntdll.dll
>       C:\WINDOWS\system32\RPCRT4.dll
>        
> C:\WINDOWS\system32\Secur32.dll
>   C:\cygwin2\bin\cyggcc_s-1.dll     
>         << libgcc1
>   C:\cygwin2\bin\cygstdc++-6.dll     
>        << libstdc++6
> 
> 
> 
> On the files, you miss the specific 
> usr/share/doc/Cygwin/iperf.README
> 
> 
> $ tar -tjf iperf-2.0.4-1.tar.bz2
> usr/
> usr/bin/
> usr/bin/iperf.exe
> usr/share/
> usr/share/doc/
> usr/share/doc/Cygwin/
> usr/share/doc/iperf-2.0.4/
> usr/share/doc/iperf-2.0.4/AUTHORS
> usr/share/doc/iperf-2.0.4/CHANGELOG
> usr/share/doc/iperf-2.0.4/COPYING
> usr/share/doc/iperf-2.0.4/INSTALL
> usr/share/doc/iperf-2.0.4/README
> usr/share/man/
> usr/share/man/man1/
> usr/share/man/man1/iperf.1.gz
> 
> 
> Regards
> Marco
> 
> 
> 
> 
> 
>

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

* Re: R: [ITP] iperf 2.0.4
  2010-03-16 12:49   ` Mike White
@ 2010-03-20 21:04     ` Marco Atzeri
  2010-03-25 17:26       ` Corinna Vinschen
  0 siblings, 1 reply; 12+ messages in thread
From: Marco Atzeri @ 2010-03-20 21:04 UTC (permalink / raw)
  To: cygwin-apps, Mike White

--- Mar 16/3/10, Mike White  ha scritto:

> Thanks for taking a look at the iperf
> package.
> 
> I have updated setup.hint, changed to using cygport, and
> added a cygwin-specific README.
> 
> Please review for inclusion in cygwin.
> 
> As before, files are:
> 
> http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
> http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
> http://www.mobitrode.com/download/iperf/setup.hint
> 
> Thanks,
> Michael White

build fine
GTG for me.


Regards
Marco


> 




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

* Re: R: [ITP] iperf 2.0.4
  2010-03-20 21:04     ` Marco Atzeri
@ 2010-03-25 17:26       ` Corinna Vinschen
  0 siblings, 0 replies; 12+ messages in thread
From: Corinna Vinschen @ 2010-03-25 17:26 UTC (permalink / raw)
  To: cygwin-apps

On Mar 20 21:04, Marco Atzeri wrote:
> --- Mar 16/3/10, Mike White  ha scritto:
> 
> > Thanks for taking a look at the iperf
> > package.
> > 
> > I have updated setup.hint, changed to using cygport, and
> > added a cygwin-specific README.
> > 
> > Please review for inclusion in cygwin.
> > 
> > As before, files are:
> > 
> > http://www.mobitrode.com/download/iperf/iperf-2.0.4-1-src.tar.bz2
> > http://www.mobitrode.com/download/iperf/iperf-2.0.4-1.tar.bz2
> > http://www.mobitrode.com/download/iperf/setup.hint
> > 
> > Thanks,
> > Michael White
> 
> build fine
> GTG for me.

Thanks for the reviwe and thanks for the new package.  I've uploaded it
to cygwin.com.  Mike, please send an announcement to the cygwin-announce
list according to http://cygwin.com/setup.html#submitting


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: [ITP] iperf 2.0.4
  2009-02-25 10:56   ` Clifford George
  2009-02-25 14:22     ` Corinna Vinschen
@ 2009-02-25 20:19     ` Dr. Volker Zell
  1 sibling, 0 replies; 12+ messages in thread
From: Dr. Volker Zell @ 2009-02-25 20:19 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Clifford George writes:

    > Sorry, thought I had followed the rules in 'submitting a new package',
    > point 2, my apologies.

    > As far as I am aware this is not in any Linux Distro.

    > No FTP site, but the packages I made are attached.

    > I would like iperf in cygwin, if there is no support for that then so be
    > it.

Packaging looks good, but your source package has no hint how you
created the binary package, see

 o http://cygwin.com/setup.html#package_contents
    
    > Regards
    > Cliff George

Ciao
  Volker
  

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

* Re: [ITP] iperf 2.0.4
  2009-02-25 17:39       ` Lee D.Rothstein
@ 2009-02-25 17:52         ` Corinna Vinschen
  0 siblings, 0 replies; 12+ messages in thread
From: Corinna Vinschen @ 2009-02-25 17:52 UTC (permalink / raw)
  To: cygwin-apps

On Feb 25 12:39, Lee D.Rothstein wrote:
> Corinna Vinschen wrote:
>> On Feb 25 05:56, Clifford George wrote:
>>> As far as I am aware this is not in any Linux Distro.
>>
>> It's in Fedora, afaics.
>>   
> I vote yes.

It's in Fedora so there's no need to vote.  But it would help if you
could review the package for correct packaging.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* Re: [ITP] iperf 2.0.4
  2009-02-25 14:22     ` Corinna Vinschen
@ 2009-02-25 17:39       ` Lee D.Rothstein
  2009-02-25 17:52         ` Corinna Vinschen
  0 siblings, 1 reply; 12+ messages in thread
From: Lee D.Rothstein @ 2009-02-25 17:39 UTC (permalink / raw)
  To: cygwin-apps

Corinna Vinschen wrote:
> On Feb 25 05:56, Clifford George wrote:
>   
>> Sorry, thought I had followed the rules in 'submitting a new package',
>> point 2, my apologies.
>>
>> As far as I am aware this is not in any Linux Distro.
>>     
>
> It's in Fedora, afaics.
>
>
> Corinna
>
>   
I vote yes.

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

* Re: [ITP] iperf 2.0.4
  2009-02-25 10:56   ` Clifford George
@ 2009-02-25 14:22     ` Corinna Vinschen
  2009-02-25 17:39       ` Lee D.Rothstein
  2009-02-25 20:19     ` Dr. Volker Zell
  1 sibling, 1 reply; 12+ messages in thread
From: Corinna Vinschen @ 2009-02-25 14:22 UTC (permalink / raw)
  To: cygwin-apps

On Feb 25 05:56, Clifford George wrote:
> Sorry, thought I had followed the rules in 'submitting a new package',
> point 2, my apologies.
> 
> As far as I am aware this is not in any Linux Distro.

It's in Fedora, afaics.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* RE: [ITP] iperf 2.0.4
  2009-02-25 10:23 ` Corinna Vinschen
@ 2009-02-25 10:56   ` Clifford George
  2009-02-25 14:22     ` Corinna Vinschen
  2009-02-25 20:19     ` Dr. Volker Zell
  0 siblings, 2 replies; 12+ messages in thread
From: Clifford George @ 2009-02-25 10:56 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]

Sorry, thought I had followed the rules in 'submitting a new package',
point 2, my apologies.

As far as I am aware this is not in any Linux Distro.

No FTP site, but the packages I made are attached.

I would like iperf in cygwin, if there is no support for that then so be
it.

Regards
Cliff George

-----Original Message-----
From: cygwin-apps-owner@cygwin.com [mailto:cygwin-apps-owner@cygwin.com]
On Behalf Of Corinna Vinschen
Sent: 25 February 2009 10:23
To: cygwin-apps@cygwin.com
Subject: Re: [ITP] iperf 2.0.4

On Feb 25 04:40, Clifford George wrote:
> Category: Utils
> Requires: cygwin
> sesc: "Measures maximum TCP and UDP bandwidth"
> ldesc: "was developed by NLANR/DAST as a modern alternative for
> measuring
> maximum TCP and UDP bandwidth performance. Iperf allows the tuning of
> various parameters and UDP characteristics. Iperf reports bandwidth,
> delay jitter and datagram loss"
> 
> URL: sourceforge.net/projects/iperf

Erm... thanks for contributing but... can you please follow the
submission guidelines?  See http://cygwin.com/setup.html

Specificially:

- Direct URLs to the Cygwin specific binary and source packages,
  following the Cygwin package naming convention.

- If you don't want to rely on needing 5 votes for this package, please
  tell us a stable Linux distro in which this package is packed as well.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: iperf-2.0.4-1-src.tar.bz2 --]
[-- Type: application/octet-stream, Size: 196661 bytes --]

[-- Attachment #3: iperf-2.0.4-1.tar.bz2 --]
[-- Type: application/octet-stream, Size: 44877 bytes --]

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

* Re: [ITP] iperf 2.0.4
  2009-02-25  9:40 Clifford George
@ 2009-02-25 10:23 ` Corinna Vinschen
  2009-02-25 10:56   ` Clifford George
  0 siblings, 1 reply; 12+ messages in thread
From: Corinna Vinschen @ 2009-02-25 10:23 UTC (permalink / raw)
  To: cygwin-apps

On Feb 25 04:40, Clifford George wrote:
> Category: Utils
> Requires: cygwin
> sesc: "Measures maximum TCP and UDP bandwidth"
> ldesc: "was developed by NLANR/DAST as a modern alternative for
> measuring
> maximum TCP and UDP bandwidth performance. Iperf allows the tuning of
> various parameters and UDP characteristics. Iperf reports bandwidth,
> delay jitter and datagram loss"
> 
> URL: sourceforge.net/projects/iperf

Erm... thanks for contributing but... can you please follow the
submission guidelines?  See http://cygwin.com/setup.html

Specificially:

- Direct URLs to the Cygwin specific binary and source packages,
  following the Cygwin package naming convention.

- If you don't want to rely on needing 5 votes for this package, please
  tell us a stable Linux distro in which this package is packed as well.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

* [ITP] iperf 2.0.4
@ 2009-02-25  9:40 Clifford George
  2009-02-25 10:23 ` Corinna Vinschen
  0 siblings, 1 reply; 12+ messages in thread
From: Clifford George @ 2009-02-25  9:40 UTC (permalink / raw)
  To: cygwin-apps

Category: Utils
Requires: cygwin
sesc: "Measures maximum TCP and UDP bandwidth"
ldesc: "was developed by NLANR/DAST as a modern alternative for
measuring
maximum TCP and UDP bandwidth performance. Iperf allows the tuning of
various parameters and UDP characteristics. Iperf reports bandwidth,
delay jitter and datagram loss"

URL: sourceforge.net/projects/iperf

Best Regards
Cliff George
Paradise Datacom

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

end of thread, other threads:[~2010-03-25 17:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-14  6:48 [ITP] iperf 2.0.4 Mike White
2010-03-14  9:17 ` R: " Marco Atzeri
2010-03-16 12:49   ` Mike White
2010-03-20 21:04     ` Marco Atzeri
2010-03-25 17:26       ` Corinna Vinschen
  -- strict thread matches above, loose matches on Subject: below --
2009-02-25  9:40 Clifford George
2009-02-25 10:23 ` Corinna Vinschen
2009-02-25 10:56   ` Clifford George
2009-02-25 14:22     ` Corinna Vinschen
2009-02-25 17:39       ` Lee D.Rothstein
2009-02-25 17:52         ` Corinna Vinschen
2009-02-25 20:19     ` Dr. Volker Zell

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 read-only IMAP folder(s) and NNTP newsgroup(s).