What Script to really test out a VPS

Discussion in 'Site & Server Administration' started by Colbyt, Apr 7, 2007.

  1. #1
    What can I install on a vps to really test out how well it handles a load.

    I realize load is based on total users/requests so I may have to ask for some help to hit it from more than one source at a time.

    But what is the most demanding load you can think of?


    phpBB seems to load really quick with only me using it. :)
     
    Colbyt, Apr 7, 2007 IP
  2. eddy2099

    eddy2099 Peon

    Messages:
    8,028
    Likes Received:
    568
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, I always fine that doing backups and log analyzer seems to be quite taxing on the server.

    Incidentally, making this benchmarking script http://www.webhostingtalk.com/showthread.php?t=308055 would be able to test the ability of your VPS. The higher the score the better.
     
    eddy2099, Apr 7, 2007 IP
    Colbyt likes this.
  3. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yep...I had run that benchmark and posted my results there.

    Also simulating 100 concurrent hits to your website and monitoring the load is a good idea...as thats what a server does the most.

    I'n one ssh window :
    
    ab -n 100 http://yoursite.tld
    
    Code (markup):
    In another : (a little after you issued the above command)
    
    uptime
    
    Code (markup):
     
    agnivo007, Apr 7, 2007 IP
    Colbyt likes this.
  4. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Easy one. http://www.torrentflux.com . It runs bitcomet through a web based gui, just make sure its not a torrent thats going to get you in trouble though ;)

    I run torrentflux servers and nothing uses those cpus like 6 fast torrents.
     
    Valve-Hosting, Apr 7, 2007 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Quite right...but some providers prohibit the use of torrent related stuff on their servers; even for benchmark...so be careful. Your actions are logged and they may boot you out!
     
    agnivo007, Apr 7, 2007 IP
  6. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yeah, sorry, thats a very good point.
     
    Valve-Hosting, Apr 7, 2007 IP
  7. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #7
    Excellent post. With 24 hours worth of logs I can process much.

    I'm not sure I can handle command line stuff necessary to unzip and run the script. Maybe I need to invite my son over for dinner. :)

    Thanks.
     
    Colbyt, Apr 8, 2007 IP
  8. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #8
    Another great suggestion. This one I think I can handle. :)

    Thanks.
     
    Colbyt, Apr 8, 2007 IP
    agnivo007 likes this.