1834661 Members
2877 Online
110069 Solutions
New Discussion

Data Transfer rates

 
David Muise
New Member

Data Transfer rates

I have an N4000 with an A6795A Fibre card connected to a 2Gbs McData switch port, connected to an EMC Clariion CX600. The whole pipeline is 2Gbs. Clariion has Fibre drives and ATA drives. Drive specifications indicate that average transfer rates should be in the 60 MB/sec range. H.P. Performance Assessment tools and sar output indicate I'm only getting @14-15 MB/sec. Any ideas on why this is and where to look for increasing these performance figures. Using LVM, VxFS in filesystem mode.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Data Transfer rates

You will never get the full 60 MB/sec

There is OS overhead, router/switch overhead and other tasks that impede actual performance.

The speeds you are getting are about twice what I"m getting on the 1 GB network cards(Cat 5) I just installed on my L class servers.

So, you are actually doing pretty well. We have a much faster core switch than you do, top of the line Cisco equipment.

I ran an scp test for this reply and am getting 9.3 MB/s on our core switch.


There may be some mounting options that help in /etc/fstab but you'll have to get them from other replies.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Paula J Frazer-Campbell
Honored Contributor

Re: Data Transfer rates

David

The manufature will always rate the equipment he/she are producing tested in the optimum of conditions, a card rated at 2Gbs will on a good day with a following wind using real world data be very lucky to hit 60% of its rated value.

Each device in the chain running at 60% will pass data at 60% of what it receives so:-

2Gbs Lan card circa = 1.2 gig
router receives 1.2 gbs sends at 0.72 gig
switch receives this 0.72 gig - sends at 0.432 gig and so on.


So fairly quickly the data rate is decremented.

HTH

Paula
If you can spell SysAdmin then you is one - anon
Leif Halvarsson_2
Honored Contributor

Re: Data Transfer rates

Hi,
The 60MB/s is (as I think) raw performance, perhaps what you get if you read/write direct to the raw device file. With a filesystem involved there is much more overhead, how much depends on the average filesize. If you have (for example) Data Protector you can try a disk image backup to /dev/null. I think you will get a very good transfer rate.

There is another factor, perhaps more interesting then the raw performance with filesystem and database usage, IOPS (I/O per second).