iperf-devel-3.5-1.11 >  A [Ьp9|v^5OjzQ Tmi رC(*D15VTQws%jWy97pޕ;(,*6`uխn- JLt8%85гG-C,9`'] "ºB2WV\k]p;+x?+hd  =\`lp  0 : D X  4Haza(89:F(@G(XH(lI(X(Y(\(](^(b)_c*d*[e*`f*cl*eu*xv*z++++"+dCiperf-devel3.51.11A tool to measure network performanceIperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters. This package contains development files.[Рthunderx6t]SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://software.es.net/iperf/linuxaarch64A.tA큤[Н[Н[РZ[Н6c3c122f33e8a64900d64317654e3ff67cfee7f9207a3b55242b0554031bb10652c42914d7d79fe5e95d0d1b821556d9f06bf756ac910fe085a46d238a33e5949c569b677c5ec452b60f06a622e79184514c00a874c54d9f2cad66d8a1e68ff3libiperf.so.0.0.0rootrootrootrootrootrootrootrootrootrootiperf-3.5-1.11.src.rpmiperf-develiperf-devel(aarch-64)    libiperf0pkgconfig(uuid)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.53.0.4-14.6.0-14.0-15.2-14.14.1ZkZ@Y@WhV@V@Vn@V\:@U!#Tq@TMSǺSǺS2@S1oO^@LwKmsvec@suse.commsvec@suse.commsvec@suse.comaj@ajaissle.demsvec@suse.complinnell@opensuse.orgmsvec@suse.comp.drouand@gmail.comaj@ajaissle.deseife+obs@b1-systems.comschwab@linux-m68k.orgmsvec@suse.commsvec@suse.comandreas.stieger@gmx.deaj@ajaissle.decoolo@suse.comreddwarf@opensuse.orgpoletti.marco@gmail.com- update to 3.5 * Bug fixes mostly- update to 3.3 * Bug fixes- update to 3.2 * Authentication mechanism added * New --dscp option allows specifying the DSCP value * Details: https://github.com/esnet/iperf/blob/master/RELEASE_NOTES * Bug fixes- update to version 3.1.3 * fixes [boo#984453] [CVE-2016-4303] JSON parsing vulnerability * also includes support for fair-queueing, per-socket based pacing of tests on platforms that support it (currently recent Linux distributions), as well as several other fixes.- update to version 3.1.2 * Bug fixes- Fix url so OBS is happy.- update to version 3.1.1 * Minor bugfixes- Update to version 3.1 * SCTP support has been added (with the --sctp flag), on Linux, FreeBSD, and Solaris (issue #131). * Setting CPU affinity now works on FreeBSD. * Selection of TCP congestion now works on FreeBSD, and is now called --congestion (the old --linux-congestion option works but is now deprecated). * A new -I option for the server causes it to write a PID file, mostly useful for daemon mode (issue #120). * A --logfile argument can now force all output to go to a file, rather than to a file. This is especially useful when running an iperf3 server in daemon mode (issue #119). * Various compatibility fixes for Android (issue #184, issue #185), iOS (issue #288), NetBSD (issue #248), Solaris (issue #175, issue [#178], issue #180, issue #211), vxWorks (issue #268). * A --udp-counters-64bit flag has been added to support very long-running UDP tests, which could cause a counter to overflow (issue #191). * A --cport option to specify the client-side port has been added (issue #207, issue #209, issue #239). * Some calculation errors with the -O feature have been fixed (issue [#236]). * A potential crash in the iperf3 server has been fixed (issue #257, issue #258). * Many miscellaneous bug fixes. * Consumers of libiperf can now get the JSON output for a just-completed test (issue #147). * Detection of various optional features has been improved to check for the presence or absence of platform functionality, not the name of platforms. * Out-of-tree builds now work (issue #265). - Do not provide static library - Update iperf-3.0.5_disable-profiling.patch > iperf-disable-profiling.patch- iperf 3.0.11 * This maintenance release adds a -1 flag to make the iperf3 execute a single test and exit, needed for an upcoming bwctl release. A few other bugs are also fixed.- iperf 3.0.10, user-visible changes: * UDP tests now honor the -w option for setting the socket buffer sizes (issue #219).- Apply profiling patch whenever %optflags includes -fomit-frame-pointer- iperf 3.0.9 * Bug fixes- iperf 3.0.5 * A timing issue which caused measurement intervals to be wrong with TCP tests on lossy networks has been fixed * It is now possible to get (most of) the server-side output at the client by using the --get-server-output flag * A number of bugs with --json output have been fixed - rebased iperf-3.0.2_disable-profiling.patch on 3.0.5 code (now is iperf-3.0.5_disable-profiling.patch)- iperf 3.0.3 * Summary structures in the JSON output are now included, even if there is only one stream. * A possible buffer overflow in iperf_error.c has been fixed (replaced iperf-3.0.2_strncat_bufferoverflow.patch) * Example programs now build correctly - clean spec- iperf project moved from SourceForge to Google Code and now to GitHub. License changed from NCSA to BDS-3-Clause - Update to 3.0.2 This version, sometimes referred to as iperf3, is a redesign of an original version developed at NLANR/DAST. iperf3 is a new implementation from scratch, with the goal of a smaller, simpler code base, and a library version of the functionality that can be used in other programs. iperf3 also a number of features found in other tools such as nuttcp and netperf, but were missing from the original iperf. These include, for example, a zero-copy mode and optional JSON output. Note that iperf3 is NOT backwards compatible with the original iperf. - Added iperf-3.0.2_strncat_bufferoverflow.patch: * Prevent buffer overflow in strncat - Added iperf-3.0.2_disable-profiling.patch: * Disable profiling on x86 (option '-pg' is incompatible with invoked option '-fomit-frame-pointer') - Changes in 3.0.2 * iperf3 now builds on Linux systems that do not support TCP_CONGESTION. Most notably this allows iperf3 to work on CentOS 5. * An abort on MacOS 10.9 has been fixed (issue #135). * Added -I flag for the server to write a PID file, mostly useful for daemon mode (issue #120). * A bug that could break some TCP tests on FreeBSD has been fixed. * TCP snd_cwnd output is now printed by default on Linux (issue #99). * In JSON output, the --title string no longer has a colon and two spaces appended (issue #139). * A buffer for holding formatted numeric values is now properly-sized so that output is not truncated (issue #142). * Some memory leaks have been fixed. * A -d flag enables debugging output. * libtoolize is now invoked correctly from the bootstrap.sh script. * The test unit format can now be set from the API (issue #144). * libiperf is now built as both shared and static libraries. - Changes in 3.0.1 * Added the following new flags - D, --daemon run server as a daemon - L, --flowlabel set IPv6 flow label (Linux only) - C, --linux-congestion set congestion control algorithm (Linux only) - k, --blockcount #[KMG] number of blocks (packets) to transmit (instead of -t or -n) * Bug fixes - Changes in 3.0-RC5 * Added the following new flags - F, --file name xmit/recv the specified file - A, --affinity n/n,m set CPU affinity (Linux only) - J, --json output in JSON format - Z, --zerocopy use a 'zero copy' method of sending data - O, --omit N omit the first n seconds - T, --title str prefix every output line with this string * more useful information in 'verbose' mode * Many bug fixes - Changes in 3.0b4 * Added support for binding to a specific interface (-B) * Added support for IPv6 mode (-6) * Setting TCP window size (-w) is now supported * Updates to iperf_error * Added new errors * Should generate more relavent messages * Stream list now managed by queue.h macros * Test structures are now kept intact after a test is run (for API users) * Improved interval timer granularity * Support for decimal values * Many bug fixes - Changes in 3.0b3 * Better error handling * All errors now handled with iperf_error() * All functions that can return errors return NULL or -1 on error and set i_errno appropriately * Iperf API intruduced * Support for adding new protocols * Added support for callback functions * on_connect - executes after a connection is made to the server * on_new_stream - executes after a new stream is created * on_test_start - executes right before the test begins * on_test_finish - executes after the test is finished * Added early support for verbose mode (-V) - Changes in 3.0b2 * UDP mode now supported * Support for setting bandwidth (-b) * Parallel UDP stream support * Reverse mode UDP support * Support for setting TCP_NODELAY (-N), disabling Nagle's Algorithm * Support for setting TCP MSS (-M) * Note: This feature is still in development. It is still very buggy. - Changes in 3.0b1 * TCP control socket now manages messages between client and server * Dynamic server (gets test parameters from client) * Server can now set test options dynamically without having to restart. * Currently supported options: -l, -t, -n, -P, -R * Future options: -u, -b, -w, -M, -N, -I, -T, -Z, -6 * Results exchange * Client can now see server results (and vice versa) * Reverse mode (-R) * Server sends, client receives- disable _service file for factory update - update license to be spdx.org conform- Update to 2.0.5 * bumped default TCP send/recv buffer to 128K (this is not the kernel buffer that controls the window, but rather the Iperf internal buffer) * honor -i flag when for a server (-s) when using TCP * Exit rather than warn on connection failure * Reduce CPU usage * "neater" output for some units, eg Kbps, Mbps, Gbps * addresses some typos * prevent underflow when the amount of data to be transmitted (-n) is not a multiple of the buffer size (-l) * print report headers only once * use appropriate report header for UDP tests - Cleaned with spec-cleaner- Initial package, version 2.0.4thunderx6 15273043523.5-1.113.5-1.11iperf_api.hlibiperf.soiperf-develLICENSElibiperf.3.gz/usr/include//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/iperf-devel//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/0afe29d9827894a70bb4e55c45ea06f2-iperfcpioxz5aarch64-suse-linuxC source, ASCII textdirectoryUTF-8 Unicode textC source, ASCII text (gzip compressed data, max compression, from Unix)*-)SQutf-8e702d3262dbfaf45d81502263a8c70940a41968c55696d2f03f922099ac50121?P7zXZ !t/w!*] crv(vX0|$HPT;SH2\L#u'gh?v`^rR{)B<\v\2%' k}^DL}kt :qoCxK;$(b75:wQeŏ~ؿ\G\x|nܤKTvDIF|( 'gʻuI_9dJajC{"vð 7pUz;gAV1r4j͘ ''.XI&)XWj1~@+P ޥ=T|͊uPU]Sl#;joXyl7="wET׾FWГ]"G͆5g례K-$/y":Yo_^%;\ϡ/>5uHص"eW>h5c w;:Uh>e nYDOlt۽ON!_)'b7۵,`Q*=f^i.x߹[uTY{R:.H̕w+!E5&q|=7P#' Klά+x-5v4Af@1T((1[>mkBz6 *O2x'JdblWNMz# "9//ǧev.îbf0gwȆ~0Zf% Z\#h͞6Bg"@t;oewt~$OДu_7IpwrR~]I U#a:6(}U1uhY5rbDn#WVz&|;18I89f TSK vO :OW.e82)Gw5GYX Ubt '_ T {+BL[ŷ^2%4OT(4}9?27d~rx)%}}?:GQ'cϑR8UXLk~ʏĚe=J.b:cϺBxO ]D{j".fnPj)P2P-1:+,b;]U-^m,z2%eW?1%z(_6hLTP`H&En BizYo4!}J  }m&{ZJnO;؂uрfF7u~h!o30 \a[1dn|8mAe]rti  ?Yr[@&sD ʰ9@j vgmqO 5=WgeޤDR|ijA|r7>\A讜 {QӐ̕>s/UЖi罗pN#ցP|"[uPNq;[$L/>:_=:j;-K e[wZ .3jE=k,bllؙ󏰱0$ڷȾYh,yb~Q8ή'ϡ UXl݊9 wgXpu~JV~[ 8YX iZ^ ŪoëTk{BX[bY|ݡ˧_Ock^n$(DҶHe4%VD `.3ȸyJH1ӝΙbl˒uahG'hqKN2q!9X0& ^ ֡U/c=tlU]. * 5}RAѠŃω56Y\ PtPIJV#a5Pj}D`5ywe+FqġJ7 UH4 4q1Q®] a`%WSf+e٥ D&#lZY1/fW,jXRlFaio`Y{0ZyPf׬ ;6~/.پbMLc$2Q)^^ /T/>М(*9dY/&ejkD=yoM˼/]z: W=f)$@da?j eۜ*bTZqj4$֎݄V*&:ol1#~llIw\+;q(Sj<ܐgaP;[HzؘƓD&,Me^ÙFmkHZ]q#|f%9X}#ljb~I49٧fCZp`fH]N-f[(sCD)$5>y$\Vck 8ߊ c ju`=FqgXiLJ|`ntf?%*j=A91z5Qϖ!ȮvyL~c7J6V t ӣ 4Xwm(BrpKAtܣ Ǚ-ܔ͈JŇ&Ȗ7xhڪ>Z@_uߓ" t洐cIQE%p`U\Աe%/iUJR{kp%ّm6s;*\)cy|͒vrkh7ꏚ%#OW~'GZN6?IO *;Wν DD-:\l.ZF`} {skky1bn|M^G|OW}F`N| %}<<~ ^˛yw("ë\\5*7Vz EmQkAJ#_^\49x_J#xv" |O^PgB-+KCzX]8C: bqʷ;aN%jh㤭iL'7!n"vd5XGO[ pY yo/#Ip%ܐ K޳N5t"`M8M(MgHsݰH1,[T/bei=1E\,֞xҝ dTg5H 2^N/{O-[ qKY: Y/+c?ŊdS4=šGڲꎼj":nEIV62vr~1>C+5yVz|1/S!xTZ!1XK!/~"nKzT:~SHȒ帡dNP G?'W= HCK+t[2kTw~#;"? KR$9 Dցo| SrI`a"l8GcK9RM٪חQiiA g3H4[FTdDC5.,\#Ng1/2!Cx)XY+.ς}L'd:{\J(0J5xsГ>q`8]k1N_W/{^m2к8sҮګGBIFTH֚M<j-ȉ-xx8Vx3jtG ^P]΀>L&R ,og6Mwj)Du^C}f\ Xy0L ڿ30eV>~jR[%ǵwZ;SibDu֚RH^&K2USS<>&X[q z# E$=V3tK@Sc=ˁ gG<훬G }*&XqJ=Df'~$;UOcUv?|x>s[Uοj ̿;]]5>jyEULI7tmK­JA.v(ގrex7J-s-l6.#nŢD`iŁ6VYT,mU2𢜈4sgB,pTZ9 C!u3ZC9_UJg[@0a+|d, {@~AdOKө @tӚu*٤?۹mK]WPbШ)4)Tb8bV@0 797XCa%ow|(" yRC氦x-GzwZ}\i"H^% $]  = ++iXB,Op q>;+Bƃ{(ל؟~=&$Kud$>K%wYZefZO؈"zw[ DZ}_Q[uΩT,S[z2b| Ʃ|uc4Ӌlf(}qu:r G\-,S:`M͢;S5abԤr =5_]}o^{LhSip3l|4 ,ĕ8_!_BՑCo54?⻄kvLvu{~j<-* ?5#vO*]'4uUn2fq#`^v W Vx?KK׀I$0N=dz.!>*7]M:gEW*tҧNSl" &Y!.<%';dѦ:̄؇, "Iuq d'/o%N簥%gv@Lͳi~C<:I;={\WbUw]xdq?Nշ" [OxyiIoܽ~M}~6!sfnߚ3Vq0v+:6g{O!-5 *N|~Bc&+c`'& u佁?Ũ#9 郴ܿ&ev_wcTM_x!QZ>İ1fnJX{1-\ \X- p4 FSJ`)Tӝz,hI?/9!Y7imacB=V'Mèȡ(4.ꒇV} Pk+66zVT,I(iXƎ'(=ߣ&!JԤn;gʎgVonʱBN]Sl[/1vƩq^)XݏJ7$ \L*D5Tn4ܯ6Vâ_؋GY`'/4qƋp~Za"#j3+WXMmY:̷D3x甛}UT`;DibBf#HF.vy,:1DI?yWt4S;82!oD󻝖uwk|}cOׁRsDB.AC5A f0H#}$>G`E#P)lep0APPb׌rnXeRr7$,\E9wdu\{+gg jFq: ~%/\Y;sDLCt8A2GKNZ͉a~ۋ>aWg؝;(YM:(𷜇O }Ӝ ϜLFgѕ2zRçG|D聞bK0R0=#ָ ߱UjKzT`Ariz頁"Lm@߱ 1ĜO>--07}ѩ 27xL* Mk>.w*A=?k%k{8SV2v# ( 7WO@ŁPyϩЍ7 4nZnW1S{+ xl#2= cE@oVCb2Xt!vuu(͇ iIb{=zչg5@C R(GhV2T?:Kaߑ >Go5ś֞BK ѱo<HP<%/S=8!9'M~#U<ϛv)VkX-*o1ۖԆY(SP1ȌG ,!kٚxm'^sqXGݒ PнɗG.4;JNV TbjՅ2*?a\PZ+HyݕsmUTRc