|
From: Muhui J. <jia...@gm...> - 2016-10-03 09:01:45
|
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 massif. I noticed that massif will only profile the memory information for starting up nginx. I want massif to profile the related heap information when I make request to the servers. Does anyone have any ideas or comments on this? Many Thanks Regards Muhui |