Testing server load capacity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Naughty
    Confirmed User
    • Jul 2001
    • 6487

    #1

    Testing server load capacity

    Is there a tool to test a new server for load capacity?

    We're moving servers, but before making the final switch, we'd like to 'hammer' it with some requests to see it it can cope. I know i saw tools before, but i forgot where.


    You know of, or have such tool(s)?
    seks.ai for sale - ping me
  • BladeZ
    So Fucking Banned
    • Mar 2004
    • 272

    #2
    google.nl/search?rlz=1C1GGGE_nlNL460NL460&gcx=c&sourceid=chr ome&ie=UTF-8&q=new+server+load+test

    Comment

    • CurrentlySober
      Too lazy to wipe my ass
      • Aug 2002
      • 38946

      #3




      Huhh.. Huhhhh... You said 'LOAD'...


      👁️ 👍️ 💩

      Comment

      • Naughty
        Confirmed User
        • Jul 2001
        • 6487

        #4
        Originally posted by BladeZ
        google.nl/search?rlz=1C1GGGE_nlNL460NL460&gcx=c&sourceid=chr ome&ie=UTF-8&q=new+server+load+test
        Already there obviously. Rather have recommendations than salespitches.

        lol @sobermofo
        seks.ai for sale - ping me

        Comment

        • Jensen
          Confirmed User
          • Apr 2001
          • 3790

          #5
          Visual Studio? It includes a load test tool which enables a developer to execute a variety of tests to simulate real user load.

          Others could be Apache JMeter (desktop client) perhaps?

          Comment

          • CurrentlySober
            Too lazy to wipe my ass
            • Aug 2002
            • 38946

            #6
            Originally posted by CurrentlySober




            Huhh.. Huhhhh... You said 'LOAD'...
            & "Tool"...


            👁️ 👍️ 💩

            Comment

            • marlboroack
              So Fucking Banned
              • Jul 2010
              • 9327

              #7
              Originally posted by CurrentlySober




              Huhh.. Huhhhh... You said 'LOAD'...
              meehee huh

              Comment

              • dubsix
                Confirmed User
                • Dec 2004
                • 363

                #8
                http://en.wikipedia.org/wiki/Web_server_benchmarking

                Comment

                • AdultEUhost
                  ORLY?
                  • Oct 2005
                  • 2579

                  #9
                  What OS are you running?

                  I would ask your host to hand you over some performance test results, if your box is managed that shouldn't be a weird question in my opinion and that will give you an idea about if they know what they are doing or not too...:2cents
                  ICQ: 267-443-722 / leon [at] adulteuhost [dotcom]

                  Nominated for an XBIZ Award as "Webhost of the Year" in 2007, 2012, 2013 and 2014

                  Comment

                  • raymor
                    Confirmed User
                    • Oct 2002
                    • 3745

                    #10
                    ab (ApacheBench) is the standard tool.
                    http://httpd.apache.org/docs/2.0/programs/ab.html

                    In practical terms, the CPU and RAM are about a thousand times as fast as the drives, so one a web server the capability of the machine is limited by the drives. Therefore, drive specs tell 90% of the story. That and check whether the machine is using the "noatime" setting. Noatime will increase performance by 15%-50%.

                    That's the capability of the machine. What about software? Well, the server software pretty much just sends a message to the OS asking it to read a file from the drive and send it to the network card. Assuming a gigabit network card, the drive is again the slow part. The web server software really doesn't make much difference as long as it's not doing something extremely dumb. The main thing it can do or not do is force noatime despite the setting. lighttpd, for example, accidentally forces noatime even if the server admin has said not to use that setting.

                    So anyway, for most sites, check the drive and RAID controller specs. That's basically your capacity right there.
                    For historical display only. This information is not current:
                    support@bettercgi.com ICQ 7208627
                    Strongbox - The next generation in site security
                    Throttlebox - The next generation in bandwidth control
                    Clonebox - Backup and disaster recovery on steroids

                    Comment

                    • CYF
                      Coupon Guru
                      • Mar 2009
                      • 10973

                      #11
                      Originally posted by raymor
                      ab (ApacheBench) is the standard tool.
                      http://httpd.apache.org/docs/2.0/programs/ab.html
                      +1 for ab, that's what I was going to suggest. Nice tool for testing webservers.
                      Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                      AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                      Comment

                      • raymor
                        Confirmed User
                        • Oct 2002
                        • 3745

                        #12
                        Having said what I did Bonnie++ might be a good year to run as well. I'm assuming a pretty typical porn site load. A massive account of traffic to a poorly written PHP script such running say FHGs on a poorly designed database is a different type of load that will suffer more on different hardware. A lot of video encoding, say re-encoding each time a video is played, is something else again. Your test needs to represent the type of load you have.
                        For historical display only. This information is not current:
                        support@bettercgi.com ICQ 7208627
                        Strongbox - The next generation in site security
                        Throttlebox - The next generation in bandwidth control
                        Clonebox - Backup and disaster recovery on steroids

                        Comment

                        Working...