Ubuntu Networking :: Iperf Throughput Test Between Two NIC'S?

May 30, 2011

I have pc with two NIC's (eht0 and eth1). I want to test throughput switch/router.I can ping on both interfaces.Connection Diagram:

eth0 -> Patchcord -> testing devices -> Patchcord -> eth1

I run two iperf:

-s -B 192.168.1.10 (eth0)
-c 192.168.1.20 -B 192.168.1.20 (eth1)

Results:

[ 3] 0.0-10.0 sec 4.45 GBytes 3.82 Gbits/sec

The test results are false because I use 100Mb/s NIC's. I can't use two pc's for test.I tried to do the same test under windows 7 x64 it and works properly, but under windows xp there occurs the same problem like under ubuntu.

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Iperf :Can't Run Or Install Iperf?

Dec 20, 2009

How can I install iperf (and jperf) and ntop???? I need these to resolve some issues with the LAN throughput. See this link for more info. how-to-speedtest-lan-traffic-on-windows-and-linux-clients-and-servers This is the message I get.

[root@localhost ~]# yum install jperf
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.monash.edu.au
* base: ftp.monash.edu.au
* extras: mirror.primusdatacentre.com.au

[Code]...

View 2 Replies View Related

Networking :: Setup My Firewall To Use Iperf?

Oct 27, 2009

How do i set up my firewall to allow traffic from iperf?

View 6 Replies View Related

Networking :: How To Check Bandwidth - Get Value Of Throughput

Apr 15, 2011

My objective is when the throughput is increase my shell script is Print a message. But the Question is how to check the bandwidth.

View 1 Replies View Related

Networking :: Total Throughput Of A 100mbps Line?

Nov 14, 2010

Lets assume we have a 100mbps connection between two servers in same switch. then How much is the total throughput of the connection between servers. For example if I am downloading with 70mbps from other server , do I still have 100mbps upload BW available ? or 30mbps is available ? in other words for a 100mbps connection , the limit of download+upload is 100mbps ? or we have 100mbps download and 100mbps upload available ?

View 12 Replies View Related

Networking :: Tuning For High Throughput Reverse-proxy Server?

Jan 18, 2011

I have an enormous quadcore machine with 16gb ram and dual gigabit NICs. It used to be for MySQL but we have upgraded the whole database infrastructure so now this server is left floating. I had the great idea of turning this into a reverse-proxy (using apache mod_proxy) and it really handles a ton of requests. But I have a feeling that we are not getting the most use out of what it can offer.

Our traffic consists of a few thousand very small (less than 10 byte) ajax calls per second, and frequently I find we are running out of kernel allocated network stack to handle all the requests. Often we get the kern.log warning "possible SYN flooding on port 80. Sending cookies." and other things like this. Obviously we are not getting SYN flooded, we just have very high demand.

So far I have found a few kernel tuning guides to tell the kernel to allocate more of the base system memory for networking but every guide I have found has been for the purpose of increasing the performance between WAN links (direct backbones between offices etc) and usually with very large file sizes being the priority. One such example (and great) write up is here:

cyberciti.biz/faq/linux-tcp-tuning/

I was hoping some people could provide further input, such as along the lines of disabling nf_conntrack (to speed up socket set up/tear down time) or anything that will speed up a high throughput proxy like mine. Any links to studies or benchmarks between different configurations or hardware gets extra points!

View 7 Replies View Related

Programming :: Running Iperf On Machine From Web Interface

May 22, 2011

I'm not sure if I'm posting in the correct section, so please move it if it isn't.I currently have a bunch of laptops for testing a distributed network - throughput etc., using a bunch of bash scripts that send or listen to multiple addresses and ports, which run iperf. But at the moment I have to run it from each machine, or log in through ssh.To make this easier, I'd like to be able to present a bunch of buttons and selections from a web interface, so I can just put in the hostname of each laptop, and then click on a presented 'send' or 'listen' button to then execute iperf, and be able to kill it early if need by, say, by a 'stop' button.

What is the best way to go about this? Python, JavaScript, Java Servlet?And how would I do it? Just one of the above on Apache or something on each laptop?I just don't which direction to start heading in. Any help would be greatly appreciated.BTW. The network is considered to be not connected to the Internet, so I'm not too concerned about security, but if you've got any suggestion of how to start and stop iperf securely from a web interface on a machine, I'm interested.

View 2 Replies View Related

Software :: Not Able To Run Traffic For IPV6 Using Iperf / Solution For This?

Jun 18, 2009

I am using iperf v2.0.4 to run traffic. I am able to send and receive traffic for IPV4. But i am not able to run traffic for IPV6.

I am having redhat Linux.code...

Can anyone please tell me whether i am missing any parameter or i am following the wrong procedure?

Can anyone please tell me the exact way to test the traffic for IPV6?

View 1 Replies View Related

General :: Iperf Won't Export All Command Output To Text File?

Oct 18, 2010

I've created a script to test network speeds but I've run in to a little problem. The command outputs this:

Code:
Client connecting to 192.168.111.230, UDP port 5001
Sending 1470 byte datagrams

[code]...

View 1 Replies View Related

Ubuntu :: Slow USB Throughput After Natty Update?

Jul 7, 2011

I accepted the latest Natty update about which I was notified a couple of days ago (I don't remember exactly). I don't remember a new kernel being pushed out, but for the record I'm on 2.6.38-8-generic right now. I'm trying to interact with a USB compact flash reader and I'm getting ridiculously low throughput (less than 1 MB per second). Before this latest upgrade, I don't remember this being a problem.

Better yet, does anybody know what might be wrong and what I might be able to do to fix this?

View 2 Replies View Related

Software :: See The Tps Or Throughput Of Any Machine

Aug 4, 2011

i want to know the throughput of my pc after i enable RFS and RPS configuration. how to calculate tps or how to see throughput ......

View 1 Replies View Related

Ubuntu Installation :: Warning - Can't Create Test File /var/lib/mysql/mosty.lower-test

Mar 15, 2010

I am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command

Code:

scripts/mysql_install_db --basedir=/home/mosty/mysql

the error is

Code:

Installing MySQL system tables...
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test

[code]....

You can try to start the mysqld daemon with:

shell> /home/mosty/mysql/bin/mysqld --skip-grant &

and use the command line tool /home/mosty/mysql/bin/mysql to connect to the mysql database and look at the grant tables:

shell> /home/mosty/mysql/bin/mysql -u root mysql
mysql> show tables

View 1 Replies View Related

Red Hat / Fedora :: Calculating The Throughput Of A Server?

Feb 21, 2011

I have read many articles on hdparam to calculate the disk read and write speeds and some on interface and CPU limits. But is there a structured way of calculating the maximum throughput of a server including all the subsystems. Like storage, CPU, network, memory and so on? So that I can create a script that i can run on a newly installed Linux machine and calculate the maximum throughput .

View 4 Replies View Related

Software :: Measuring Network Throughput

May 15, 2010

I want to know the actual maximum throughput of my lan at home.Could you suggest some free monitoring tools for me to use

View 2 Replies View Related

Ubuntu Servers :: Lucid Slow Throughput To Windows Machines

Jun 16, 2010

Having finally got Samba shares and printer shares working on my Lucid Lynx server, I've noticed that the throughput from/to those shares is very slow to what I was used to when I had those shares on a W2K server.Having Googled this problem, I noted that there was a known issue with this in Karmic (believe Brian Wu was looking at it). However, I don't see any results in Google as to this being a problem in Lucid.

I know ipv6 can cause a problem in this regard but having issued the command:
lsmod | grep inet6
I know that ipv6 is indeed disabled on my Lucid server. Any further information on whether the error reported in Karmic still applies in Lucid, and can this be addressed in any way?

View 1 Replies View Related

Fedora Servers :: Several Postfix - Test Antivirus Scan Using Eicar Test Virus ?

Apr 8, 2009

I have installed Postfix + Amavisd-new, then I am started all services (and configured main.cf and master.cf to use amavis).

The questions are:

1) I am trying to test antivirus scan using eicar test virus

Code:

And the message is successfully delivered to mailbox with mark "CLEAN" in maillog. But I cant see any attachment using

Code:

Where is my mistake?

2) Should I update clam and how I can do it?

3) Is spamassassin enabled by default in amavis (I have started daemon)?

4) Where configuration files of spamassassin is stored?

View 1 Replies View Related

Server :: Enable Buffered I/O For Increased Disk Throughput?

Sep 1, 2010

How do I enable buffered I/O for increased disk throughput on Linux ?

View 3 Replies View Related

General :: Execute Scen-20-test And Vbr-20-test In Ns-allinone-2.34?

Mar 26, 2011

I have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.

View 1 Replies View Related

Server :: Generate Very Large Files And Simulate A Consistent Throughput To The LUN

Jul 6, 2010

I have a test RHEL5 box, sitting in a brand new Dell blade rack on a PowerEdge M610, with a lovely Emulex OCm10102-F-M FCoE card connected to a Cisco Nexus 5000 switch. The whole setup is extremely new (the cards only recently became available for purchase.) We've finally worked with Emulex to get the cards functional, and we are ready to some stress testing to the SAN. My question now is, is there a good tool I can use to generate a large amount of traffic to a LUN? The Wintel team used a windows-only tool that showed an average of 6gigs/second throughput, so I need something that can generate very large files and simulate a consistent throughput to the LUN. I found iozone, but I'm having a devil of a time with it.

View 2 Replies View Related

Ubuntu Networking :: How To Test NIC Card

Feb 8, 2011

All of a sudden lost the Internet connection on Ubuntu10.04

$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.088 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.067 ms

[code]....

View 1 Replies View Related

Ubuntu Networking :: How To Test A Route Through A Machine

Nov 19, 2010

I have a 10.04 install with 2 network cards. wlan0, and eth0. wlan0 is the internet connection. eth0 is the local network. I want to be able to have internet connection sharing between eth0 and wlan0. I have set everything up, using firestarter.

is there a way of testing the eth0->wlan0 routing from the machine itself? The routing table looks sound, but I would like a quick way of confirming it. Is there a tool, like PING or TRACEROUTE which will let me say "ping [URL] going through eth0" ?

View 2 Replies View Related

Ubuntu Networking :: Test For BT Pairing In Bash?

Dec 18, 2010

I want to test whether or not my phone is connected from bash. I'm finding lots of information about /dev/rfcomm0, but that's not on my system (Ubuntu 10.04). The device pairs just fine, and I can connect with gammu just fine, and I have the device address ("00:1F:5D:37:17:FB").I just need something I can put in a bash script to say "Is this connected or not" akin to testing for a file's existence:

Code:
if [ -f /home/steven/arbitrary filename ]
then

[code]....

View 2 Replies View Related

Ubuntu Networking :: Speed Test By Command Line?

Jun 26, 2010

I'm using a remote dedicated server running ubuntu server edition, and I have no idea what the upload/download speeds are.Is there a reliable method to test these speeds via the command line?

View 2 Replies View Related

Ubuntu Networking :: Vista Prints Test Page But Nothing Else?

Oct 18, 2010

I've installed Ubuntu 10.10 on an old box to use as an office print/fax and file server. I tried the server edition but I had no chance with command line programming so I've just used normal Ubuntu.

Ubuntu itself is working fine and I've installed my HP Officejet printer and it's fully working on the Ubuntu box. SAMBA and CUPS are installed.

I've then added the printer onto my Vista machine and here's where the fun starts. The Vista box sees the printer on Ubuntu, adds it with no problem and happily prints test pages, but I can't get it printing anything else.

I can't for the life of me find any reason why it would print a test page, but not print from Word, adobe or even a browser.

View 3 Replies View Related

Ubuntu Networking :: Setting Up Web Design Test Server?

Dec 19, 2010

I do not know much at all when it comes to setting up hardware--servers, switches, etc.

I have a 1701HG 2Wire wireless router that I use for my home network. I have an old pentium 3 tower that is just laying around, and I want to be able to host my projects on it for testing. Basically, I just want to be able to do everything on my laptop and then upload it to the server for testing.

I have set up an Ubuntu LAMP server on the desktop and am able to do everything I want via SFTP; however, I want to be able to type in "projectx.local" in a browser on my laptop to go to one test site, "projectz.local" to go to another, etc.

Is this possible, since I do not have the server set up as my gateway? It is merely connected to the router like everything else.

View 2 Replies View Related

Networking :: How To Test If Bind9 Really Working

Dec 15, 2010

Set up a server with Bind, Dovecote, Apache etc. Registered a domain and made all the necessary things for it to work. The server can send/receive mail on my domain, but when I try to look up the site I have it returns a lookup failure. I know Apache is working as I can browse the site when I used my ip address but I can't when I use the domain name. Anyone got a few tricks I could try to dumb down and find the possible failures I did when setting this up?

View 7 Replies View Related

Networking :: CLI Speed Test That Can Run In A Script?

Nov 3, 2010

I'm trying to identify when WAN bandwidth is compromisedI don't want to run this continuously, but would like something that I can put in a script for testing purposes. All the speed tests I've foundhile quite adequate otherwise, utilize a GUI interface.Similarly, is there a linux-based client / server pair that I can use to test out LAN /VLAN issues?

View 13 Replies View Related

Ubuntu Networking :: Finding A Software Which Search+test Proxies

Feb 15, 2010

There's such thing for Ubuntu too?A software which search+test proxies... that's all I do need

View 1 Replies View Related

Ubuntu Networking :: Test For Packet Loss On Wireless Connection?

Feb 27, 2010

Just want to know if my connection will be good for voip like skype...

View 1 Replies View Related

Ubuntu Networking :: How To Test Cifs Is Actually Mounted In Script File

Mar 12, 2010

I would like to be able to test that a network mounted cifs(samba) share is actually mounted in a script file to do backups. I want to do this so that when my automatic backups run they actually go to the remote location or fail. Currently, if there is a network problem that prevents the network share from mounting, the files simply get copied to the folder (e.g. /media/backupmount) and end up filling up my small local hard drive.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved