- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Limit ftp bandwith
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 07:48 AM
тАО10-24-2003 07:48 AM
and has to be shared with other traffic. I can not use QoS. Does anybody know of an application or of a parameter that can be used
to limit the ftp bandwith?
Thanks for any help
Daniel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 07:53 AM
тАО10-24-2003 07:53 AM
Re: Limit ftp bandwith
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 08:14 AM
тАО10-24-2003 08:14 AM
Solution--bwlimit=KBPS limit I/O bandwidth, KBytes per second
which may meet your needs.
http://rsync.samba.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 09:25 AM
тАО10-24-2003 09:25 AM
Re: Limit ftp bandwith
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 10:49 AM
тАО10-24-2003 10:49 AM
Re: Limit ftp bandwith
Tput = W/RTT
You can, since you have the RTT (or at least an aproximation of it) and the desired throughput, solve for W.
Now you can edit the /etc/inetd.conf file to specify the desired window size in a -B option. That will deal with inbound requests. To deal with outbound requests, you will need to wrap a shell script around the ftp client, also giving a -B option.
Now, this will be on a session by session basis, not the aggregate for FTP. So, in theory if enough FTP transfers are opened they can still take all the bandwidth.
There may also be a way to limit the bandwidth to FTP traffic with ipfilter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2003 12:45 AM
тАО10-25-2003 12:45 AM
Re: Limit ftp bandwith
Hope this helps
-Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2003 08:53 AM
тАО10-25-2003 08:53 AM
Re: Limit ftp bandwith
I'll try some of them but since we are in the middle of System Accept Tests I have to delay these action.
Daniel