Another VPS question! Upload speed limited :( (OpenVZ)
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 9 of 9
  1. #1

    Join Date
    Mar 2011
    Location
    Sheffield, England
    Posts
    583

    Default Another VPS question! Upload speed limited :( (OpenVZ)

    Hello,



    I reaslise I have posted a couple of other times in this section for help regarding my VPS I made!

    This is the last peice of the puzzle, I'm sure of it!

    I have an OpenVZ container with 4MB of memory and 750GB of hard drive space allocated to it. I have a seedbox fully installed and working on it but the upload speed is limited to about 2MB/sec The downlaod speed is fine (10MB/Sec+).

    Does anyone who know a bit about OpenVZ know any way I can fix it?

    Any help or suggestions would be greatly appreciated


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Jun 2011
    Location
    Paranoialand
    Posts
    1,534
    Blog Entries
    1

    Default

    Quote Originally Posted by Kitkatra View Post
    Hello,

    I reaslise I have posted a couple of other times in this section for help regarding my VPS I made!

    This is the last peice of the puzzle, I'm sure of it!

    I have an OpenVZ container with 4MB of memory and 750GB of hard drive space allocated to it. I have a seedbox fully installed and working on it but the upload speed is limited to about 2MB/sec The downlaod speed is fine (10MB/Sec+).

    Does anyone who know a bit about OpenVZ know any way I can fix it?

    Any help or suggestions would be greatly appreciated
    I hope you mean 4GB and not 4MB of memory.

    Are you sure the upload speed is really limited, because on default everything should work fine?
    Did you already tried traffic shaping with the 'tc' tool? On default OpenVZ doesn't do traffic shaping and because upload speeds with P2P can vary.
    I think you should first be sure that it's defintely not the lack of possible outcoming traffic.

    If you need help feel free to PM me, but keep in mind that asking for an invite is not considered help.

  4. #3

    Join Date
    Mar 2011
    Location
    Sheffield, England
    Posts
    583

    Default

    Hi Magister, thanks for the reply.

    Yes, lol I did mean 4Gb of memory!

    I have tested the speed of the VPS using SCP and I found that the upload speed of the VPS is limited to 1.9 at the most but from inside the server itself there are no such limits on upload.

    I didn't understand what you said about traffic shaping but I was wondering if this could be down to a setting in openvz? Can you think of any further steps I can take to troubleshoot this problem?

    Cheers :)

  5. #4

    Join Date
    Nov 2011
    Location
    United States
    Posts
    439

    Default

    What company is the VPS with? It's very possible that even though a VPS is technically your own server, you may be sharing upstream bandwidth with others. If it totally seems to cap out at exactly a certain MB/s, it is more than likely that they are restricting it at a level that you will not be able to administer -- other than inquiring with them directly what the cap is, or how it works.

  6. #5

    Join Date
    Jun 2011
    Location
    Paranoialand
    Posts
    1,534
    Blog Entries
    1

    Default

    Quote Originally Posted by sparc357 View Post
    What company is the VPS with? It's very possible that even though a VPS is technically your own server, you may be sharing upstream bandwidth with others. If it totally seems to cap out at exactly a certain MB/s, it is more than likely that they are restricting it at a level that you will not be able to administer -- other than inquiring with them directly what the cap is, or how it works.
    He bought a server and set up the VPS by himself and that's where he has troubles with.
    Otherwise your reply would be good though.

    If you need help feel free to PM me, but keep in mind that asking for an invite is not considered help.

  7. #6

    Join Date
    Nov 2011
    Location
    United States
    Posts
    439

    Default

    Quote Originally Posted by Magister View Post
    He bought a server and set up the VPS by himself and that's where he has troubles with.
    Otherwise your reply would be good though.
    Ohh, got it. I think you were on the right track with traffic shaping outgoing traffic --> Traffic shaping with tc - OpenVZ Linux Containers Wiki

    That seems like the most likely candidate, I have seen similar limitations when working between VM's.. but not at ridiculously low levels like 2MB/s.

  8. #7

    Join Date
    Mar 2011
    Location
    Sheffield, England
    Posts
    583

    Default

    Actually, the VPS was one I made myself using OpenVZ on a dedicated server. I understand what you mean, but in this case I control the main server as well as the VPS and can get easily 10MB/Sec from within my server itself but only 2MB/Sec from within the VPS. I did the tests with the SCP command to another server to ensure it was a fair test...

    Thanks for your input, I would be glad of any other suggestions regarding my problem..

    EDIT: Sorry I got sidetracked while typing! Looks like two replies got here before I got round to actually posting my reply lol!!
    Last edited by Kitkatra; November 25th, 2011 at 02:47 PM.

  9. #8

    Join Date
    Nov 2011
    Location
    United States
    Posts
    439

    Default

    Have you tried using that tc tool we are mentioning?

    I used to use iperf when testing maximum speeds between VM's & servers, etc.

    Iperf

    Try using that from main server <--> VPS .... then from VPS <---> VPS to see what kind of results it yields.

  10. #9

    Join Date
    Mar 2011
    Location
    Sheffield, England
    Posts
    583

    Default

    Quote Originally Posted by sparc357 View Post
    Ohh, got it. I think you were on the right track with traffic shaping outgoing traffic --> Traffic shaping with tc - OpenVZ Linux Containers Wiki

    That seems like the most likely candidate, I have seen similar limitations when working between VM's.. but not at ridiculously low levels like 2MB/s.
    Hmm, I will have a play with
    DEV=eth0 tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev $DEV parent 1: classid 1:1 cbq rate 256kbit allot 1500 prio 5 bounded isolated tc filter add dev $DEV parent 1: protocol ip prio 16 u32 match ip src X.X.X.X flowid 1:1 tc qdisc add dev $DEV parent 1:1 sfq perturb 10
    ..may provide the key to this.

    Also will take a look at Iperf.. Thanks :)
    Last edited by Kitkatra; November 25th, 2011 at 02:54 PM.

Similar Threads

  1. [question]keeping high ratio with super low upload speeds.
    By VectorKing in forum BitTorrent Discussion
    Replies: 14
    Last Post: February 25th, 2010, 06:25 PM
  2. Replies: 9
    Last Post: August 27th, 2009, 10:31 AM
  3. My Upload Speed
    By noname in forum Help
    Replies: 8
    Last Post: May 7th, 2009, 04:10 PM
  4. anyone else get great upload speeds with bitsoup?
    By vafangool in forum BitTorrent Discussion
    Replies: 15
    Last Post: January 25th, 2009, 08:28 AM
  5. your best upload speed ?
    By truong514021 in forum BitTorrent Discussion
    Replies: 75
    Last Post: October 23rd, 2008, 02:20 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •