On Thu, Apr 11, 2013 at 12:32 AM, Marco Túlio Cícero de M. Porto
<mtcpo...@gmail.com> wrote:
>
> 2013/4/10 Ricardo Pedroso <rmdpedr...@gmail.com>
>>
>> On Wed, Apr 10, 2013 at 11:33 PM, Marco Túlio Cícero de M. Porto
>> <mtcpo...@gmail.com> wrote:
>>
>> > one thing that caught up my atention was that recently (after
>> > system/web2py
>> > upgrade) I have a higher use of memory and CPU.
>> >
>> > I was using Apache2 and it was going nuts (near 100% CPU/memory usage).
>> > Traded for Nginx and now what's getting some CPU/Memory is UWSGI (not
>> > 100%
>> > though).
>>
>> How much traffic do you have?
>> Don't you have some wild bot crawling your site?
>>
>
> Not much... although we've been running for around a year, we don't have
> more than 100 visits a day.
> Dunno about the crazy bots though... :)

you can use strace on uwsgi

# strace -p pid_of_uwsgi_process -o output_file

to have some clues of what uwsgi is doing.

Ricardo

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to