Load Averages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AzteK
    Confirmed User
    • Feb 2001
    • 3451

    #1

    Load Averages

    I am so fresh when it comes to linux administration. Anyways, what do you keep your load averages at before getting a new server?
  • MetaMan
    I AM WEB 2.0
    • Jan 2003
    • 28682

    #2
    You know how we know you're a big loser?

    Comment

    • Juicy D. Links
      So Fucking Banned
      • Apr 2001
      • 122992

      #3
      around 2 teaspoons I avg each time I shoot a load

      Comment

      • AzteK
        Confirmed User
        • Feb 2001
        • 3451

        #4
        anymore idiots?

        Comment

        • beerptrol
          Confirmed Asshole
          • Feb 2003
          • 12722

          #5
          I just dumped a big steaming load
          “If we are to have another contest in the near future of our national existence, I predict that the dividing line will not be Mason and Dixon's but between patriotism and intelligence on the one side, and superstition, ambition and ignorance on the other.”
          -- Ulysses S. Grant

          Comment

          • AzteK
            Confirmed User
            • Feb 2001
            • 3451

            #6
            common, it's gfy, anymore clowns?

            Comment

            • chaze
              Confirmed User
              • Aug 2002
              • 9774

              #7
              Depends on how many CPU you have. But we keep our load averages around .30 and let it peek to 4.0 on quad core servers.

              The site is usually the issue not the server, if you are using too much load then tweak your site run smoother. We have site that gets over a mil hits a month on a p4.
              Last edited by chaze; 01-13-2011, 05:58 PM.
              Like the desert needs the rain
              We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

              Comment

              • arock10
                Confirmed User
                • Jan 2006
                • 6217

                #8
                .5 load maybe less
                Sup

                Comment

                • TidalWave
                  Confirmed User
                  • Sep 2007
                  • 2706

                  #9
                  the load is not just cpu, its an average based on cpu, ram, hdd load (not amount of storage being used).

                  so it can be any number and server is still ok.
                  you need to figure it out by checking cpu usage, ram usage (and if theres swap usage) and current read/write load on the hdd
                  www.SwiftNode.com

                  Comment

                  • Barry-xlovecam
                    It's 42
                    • Jun 2010
                    • 18083

                    #10
                    BTW, 1min 5min 15 min are the load average .04 1.20 2.30 representations you see in top or uptime ... So, the answer is "how long is a rope?"

                    The more CPU's or CPU cores that you have the higher load you can tolerate ...

                    Interesting reading, see: http://www.linuxjournal.com/article/9001 and
                    http://overclockedtech.com/?p=257

                    Comment

                    • AzteK
                      Confirmed User
                      • Feb 2001
                      • 3451

                      #11
                      Originally posted by Barry-xlovecam
                      BTW, 1min 5min 15 min are the load average .04 1.20 2.30 representations you see in top or uptime ... So, the answer is "how long is a rope?"

                      The more CPU's or CPU cores that you have the higher load you can tolerate ...

                      Interesting reading, see: http://www.linuxjournal.com/article/9001 and
                      http://overclockedtech.com/?p=257
                      that makes sense to me, thank you.

                      Thanks for everyone else responded maturely.

                      Comment

                      • AzteK
                        Confirmed User
                        • Feb 2001
                        • 3451

                        #12
                        Originally posted by Barry-xlovecam
                        BTW, 1min 5min 15 min are the load average .04 1.20 2.30 representations you see in top or uptime ... So, the answer is "how long is a rope?"

                        The more CPU's or CPU cores that you have the higher load you can tolerate ...

                        Interesting reading, see: http://www.linuxjournal.com/article/9001 and
                        http://overclockedtech.com/?p=257
                        Here is my output

                        sar -q

                        Average: 5 85 1.02 1.17 1.18

                        Considering it's on VPS with not even dedicated single core, the load average is above what it should be.

                        Comment

                        • Ron Bennett
                          Confirmed User
                          • Oct 2003
                          • 1653

                          #13
                          Originally posted by AzteK
                          Here is my output

                          sar -q

                          Average: 5 85 1.02 1.17 1.18

                          Considering it's on VPS with not even dedicated single core, the load average is above what it should be.
                          VPS is presumably much of the reason.

                          Regardless of the marketing claims, a VPS is going to be far more limiting than a dedicated server. Nothing against VPS per se, but load limitations / uneven loads is going to be issue when sharing a traditional VPS server.

                          Amazon's EC2, while similar in some aspects to a VPS, is structured differently and hence may be a better solution, in particular, for larger sites that want to be able to smoothly scale up and down in responses to loads. With that said, that's likely overkill for what you're seeking, but anyways, for more details see http://aws.amazon.com/ec2/

                          First thing to do is find out what the process, CPU load, memory limits, etc are for your VPS service (details likely buried in the TOS / welcome email) - you may be able to make simple changes to reduce the load.

                          Also, many VPS services, especially for new customers, will assist in finding out what is causing the higher load and, especially if it's due to other users / server overloading, will offer to move the account to a less loaded and/or more powerful VPS server.

                          And finally, if anticipating much growth, price out dedicated servers - if you're handy with server administration, that will greatly reduce the cost. Otherwise, go with managed - costs a lot more, but far less problems, and better support.

                          Hope this helps.

                          Ron
                          Domagon - Website Management and Domain Name Sales

                          Comment

                          • AzteK
                            Confirmed User
                            • Feb 2001
                            • 3451

                            #14
                            Originally posted by Ron Bennett
                            VPS is presumably much of the reason.

                            Regardless of the marketing claims, a VPS is going to be far more limiting than a dedicated server. Nothing against VPS per se, but load limitations / uneven loads is going to be issue when sharing a traditional VPS server.

                            Amazon's EC2, while similar in some aspects to a VPS, is structured differently and hence may be a better solution, in particular, for larger sites that want to be able to smoothly scale up and down in responses to loads. With that said, that's likely overkill for what you're seeking, but anyways, for more details see http://aws.amazon.com/ec2/

                            First thing to do is find out what the process, CPU load, memory limits, etc are for your VPS service (details likely buried in the TOS / welcome email) - you may be able to make simple changes to reduce the load.

                            Also, many VPS services, especially for new customers, will assist in finding out what is causing the higher load and, especially if it's due to other users / server overloading, will offer to move the account to a less loaded and/or more powerful VPS server.

                            And finally, if anticipating much growth, price out dedicated servers - if you're handy with server administration, that will greatly reduce the cost. Otherwise, go with managed - costs a lot more, but far less problems, and better support.

                            Hope this helps.

                            Ron
                            Thanks for your nice reply. A VPS is limited compared to dedicated solution. Interesting you mention amazon because I've been reading their website about the various web services they're offering and I'm planning on using their CDN once I reach a certain point. I've asked my hosting to upgrade my VPS on a week trial so I can have my sites run smoothly while I figure out a better solution. Taking a closer look at my processes I'm getting a lot of apache requests and mySQL is taking a huge amount of processing. For what I'm doing, this makes complete sense. I've been avoiding a dedicated because I like to keep my overhead at a minimum. I defiantly need a managed solution.

                            Comment

                            Working...