Re: [Valgrind-users] Valgrind Massif Nginx

2016-10-03 Thread Rick Leir
You looked in |massif.out.|, for the output, I hope. If that does not help, there is info that suggests you might need |--pages-as-heap=yes| http://valgrind.org/docs/manual/ms-manual.html#ms-manual.not-measured Nginx has child processes, as you will have seen here:

[Valgrind-users] Valgrind Massif Nginx

2016-10-03 Thread Muhui Jiang
Hi I hope this this the right mailing list for technical support. Recently, I tried to use Valgrind to analysis the popular server. I use the tool massif in valgrind to try to analysis the heap allocation inside Nginx. I use the command valgrind --tool=massif /path/to/nginx to start the

Re: [Valgrind-users] Valgrind Massif Nginx

2016-10-03 Thread Joël Krähemann
Hi May be you are interested in remote debugging: http://valgrind.org/docs/manual/manual-core-adv.html bests, Joël On Mon, Oct 3, 2016 at 11:01 AM, Muhui Jiang wrote: > Hi > > I hope this this the right mailing list for technical support. > > Recently, I tried to use