> On 26 Aug 2015, at 8:53 pm, Julien Delafontaine <[email protected]> wrote: > > > When you are running your application with typical level of requests, what is > the CPU usage of each process? > > I don't see the individual numbers, but there is a 60% of the total CPU > resource available, plus or minus 20. > "Loads/procs" says 2 to 4. > Mostly memory is full, so I guess if it does not have to swap 2GB that will > solve many problems.
If that is 60% of both cores, then you probably don’t really want to be pushing the load much higher anyway, and so you have some headroom, be considering scaling out to more machines as your next step. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
