LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-08-2013, 09:23 AM   #31
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963

Quote:
Originally Posted by sarath@slashroot.in View Post
Hi..

Speed testing using iperf is a credible method.
Because iperf can be used to modify even the operating system window size while testing the speed. Window size plays a major role in throughput.
Also you can determine the jitter, and data grams dropped using iperf. It works on a client server model.
I recommend going thorough Network Speed test using iperf
All you seem to be doing with your posts is re-opening old threads, and posting links back to the company you work for, to download/use some third-party utility. LQ does have rule about advertising/spamming, but that's a determination for the moderators to make, but you were warned about it before.

Also, re-opening threads that are all over a year old (and in some cases, EIGHT years old), just to post your website, isn't very effective.
 
Old 02-08-2013, 10:27 AM   #32
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Moderator Response

Hi,

The link: Network Speed test using iperf does provide useful information for members within this thread. I see no violation since sarath@slashroot.in post provides helpful information to LQ members that wish to verify the speed of connection within this thread or for that matter anyone who reaches this thread.

As to iperf;
Quote:
excerpt from https://en.wikipedia.org/wiki/Iperf
Iperf is a commonly used network testing tool that can create TCP and UDP data streams and measure the throughput of a network that is carrying them. Iperf is a tool for network performance measurement written in C++. Iperf was developed by the Distributed Applications Support Team (DAST) at the National Laboratory for Applied Network Research (NLANR).
Iperf allows the user to set various parameters that can be used for testing a network, or alternately for optimizing or tuning a network. Iperf has a client and server functionality, and can measure the throughput between the two ends, either unidirectionally or bi-directionally. It is open source software and runs on various platforms including Linux, Unix and Windows.
  • UDP: When used for testing UDP capacity, Iperf allows the user to specify the datagram size and provides results for the datagram throughput and the packet loss.
  • TCP: When used for testing TCP capacity, Iperf measures the throughput of the payload. One thing to note is that Iperf uses 1024*1024 for megabytes and 1000*1000 for megabits.
Typical Iperf output contains a timestamped report of the amount of data transferred and the throughput measured.
Iperf is significant as it is a cross-platform tool that can be run over any network and output standardized performance measurements. Thus it can be used for comparison of wired and wireless networking equipment and technologies in an unbiased way[citation needed]. Since it is also open source, the measurement methodology can be scrutinized by the user as well.
I see no issue with directing a member to a utility;
Quote:
excerpt from http://iperf.sourceforge.net/
Iperf 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 original thread is about 11 months old, thread resurrection by sarath@slashroot.in and providing useful information(constructive) is not a violation.

As to a spam violation, providing a informative link is not a violation. The linked site is not a commercial venue but a site to help others via compiled information;
Quote:
excerpt from http://www.slashroot.in/about-us

Slashroot.in is a technical Blog site platform for howtos, documentation, tutorials and articles. We will be concentrating more on topics related to Linux. However we will also be including topics relevant to other platforms from time to time. The content we publish here in slashroot.in is our notes and observations on a topic of interest, which might prove useful to others. We will be very much delighted to accept modification or correction requests through our comment section, which will improve ours and other's grasp over the topic.
As a member, I reference sites of this sort all the time to LQ members in hope of helping to solve their issue/query. I know of other members who do the same.

Hope this helps to clarify things a bit!
 
Old 01-29-2014, 04:19 AM   #33
pmendl
LQ Newbie
 
Registered: Jan 2014
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by onebuck View Post
I see no violation since sarath@slashroot.in post provides helpful information to LQ members that wish to verify the speed of connection within this thread or for that matter anyone who reaches this thread.
Hope my information will be (seen as ) helpfull too.

Brief:
While older Debian kernel modules r8169.ko has some issue reducing 1GB cards to run on 100MB speed, installing new version (rmmod old, modprobe new) SOLVED the problem (at least for me). As of this writting the pre-compiled module lib/modules/3.12-1-amd64/kernel/drivers/net/ethernet/realtek/r8169.ko is current "testing" and I have seen no issue (either LAN, NAS or Internet) since install.

Longer story:
After reading this thread I decided to download official module from the Realtek web and compile from source. Following the readme instructions I did rmmod r8169, as this is the step #1 in accompanied readme document. DO NOT follow this sequence literrary, as rmmoding this module instantly (and silently) disabled my Ethernet interface. Trying to compile in further steps I ran into missing kernel-dev packages and through aptitude learned, that my internet connection has gone.

As a temporary workaround I decided to modprobe the module back. Now I found out, that I have two different versions available:

/lib/modules/3.2.0-4-amd64/kernel/drivers/net/ethernet/realtek/r8169.ko 72424 2013-09-20
originating from official (curent as of writting) Debian installation CD
and
/lib/modules/3.12-1-amd64/kernel/drivers/net/ethernet/realtek/r8169.ko 97984 2013-12-29
downloaded during update to testing (jessie as of writting) distro.

Not a surprise I decided to use newer version and voila - network runs 1GB speed out of box instantly. No reboot or networking restart needed even.

Hope this will help all the patient, who have followed this thread to this end .

Last edited by pmendl; 01-29-2014 at 04:20 AM. Reason: I forgot append module name to the end of path in the brief summary.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] VPS - check network speed dlugasx Linux - Server 3 11-06-2012 12:08 AM
Network speed check pinga123 Linux - Newbie 6 03-11-2010 04:17 AM
check network speed lukeprog Red Hat 5 06-11-2009 12:47 AM
No network conection when there really is. gamewolf Debian 2 10-13-2007 11:08 PM
Can't configure a PPPOE network conection during installation. doraimom Debian 12 04-07-2006 03:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration