Re: Tracing memory in production django process with systemtap

2016-08-04 Thread Lei G
在 2016年8月5日星期五 UTC+8上午1:41:04,Lei G写道: > Hi all, > > Recently I met some python memory problems with Django and uwsgi, and found > to find exactly which part is causing the problem, so I went to use systemtap > to tracing the problem, and here are some problems that I met:

Tracing memory in production django process with systemtap

2016-08-04 Thread Lei G
Hi all, Recently I met some python memory problems with Django and uwsgi, and found to find exactly which part is causing the problem, so I went to use systemtap to tracing the problem, and here are some problems that I met: It seems python needs to patch some 'probes' into the source code,