|
From: Joël K. <jkr...@gm...> - 2016-10-03 10:57:49
|
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 <jia...@gm...> wrote: > 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 > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > |