Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-04-2010, 04:41 AM
|
#1
|
|
Member
Registered: Mar 2008
Posts: 70
Rep:
|
ways to increase ftp transter speed
Dear All,
I can transfer file at 2MBps using ftp.I need to increase it to 5MBps,I tried changing following values in /etc/sysctl.conf
# increase TCP max buffer size setable using setsockopt()
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use
# set max to at least 4MB, or higher if you use very high BDP paths
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
and then executed sysctl -p,
but then too there is no change in the transfer speed.Can anyone please guide me how to increase the ftp transfer speed.I am using vsftp.
With Regrads,
Keerti
|
|
|
|
02-04-2010, 05:05 PM
|
#2
|
|
Senior Member
Registered: Aug 2009
Posts: 3,497
|
Have you checked whether the limit is within the network ? ... where are the client and server located ? .. same lan ? .. over the internet ?
|
|
|
|
02-05-2010, 04:54 AM
|
#3
|
|
Member
Registered: Mar 2008
Posts: 70
Original Poster
Rep:
|
hi kbp,
My client and server are in the same lan.
With regards,
Keerti
|
|
|
|
02-05-2010, 05:07 AM
|
#4
|
|
Senior Member
Registered: Aug 2009
Posts: 3,497
|
Then I would suggest that the path between them has restrictions, are there any firewalls between the two machines ? ... also can you ensure both machines are connected at least at 100 Mb full duplex ?
|
|
|
|
02-05-2010, 08:53 AM
|
#5
|
|
Member
Registered: Mar 2008
Posts: 70
Original Poster
Rep:
|
hi kbp,
no i dont have any firewall between two machines
With regards,
Keerti
|
|
|
|
02-06-2010, 04:08 AM
|
#6
|
|
Senior Member
Registered: Aug 2009
Posts: 3,497
|
How about speed/duplex settings ? ... ( ethtool ethX )
|
|
|
|
02-07-2010, 04:10 AM
|
#7
|
|
Member
Registered: Mar 2008
Posts: 70
Original Poster
Rep:
|
hi kbp,
This is the output of mii-diag command
Using the default interface 'eth0'.
Basic registers of MII PHY #1: 3100 786d 0243 0c54 01e1 4de1 0003 0003.
The autonegotiated capability is 01e0.
The autonegotiated media type is 100baseTx-FD.
Basic mode control register 0x3100: Auto-negotiation enabled.
You have link beat, and everything is working OK.
Your link partner advertised 4de1: Flow-control 100baseTx-FD 100baseTx 10baseT.
End of basic transceiver information.
I have tested ftp transfer without I/O transfer as
ftp> put "|dd if=/dev/zero bs=1M count=100" /dev/null,
I am getting ftp transfer speed upto 37MB/s.
I am accessing the files from pendrive for ftp transfer,
and the output of hdparm -t /dev/sda1 is
hdparm -t /dev/sda1
/dev/sda1:
Timing buffered disk reads: 28 MB in 3.09 seconds = 9.07 MB/sec
so ,accessing pendrive dumping my ftp speed?
With regards,
Keerti
|
|
|
|
02-07-2010, 04:31 AM
|
#8
|
|
Senior Member
Registered: Aug 2009
Posts: 3,497
|
Most likely... try testing the write speed to your pen drive as well, it'll probably be slower than the read performance
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:39 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|