From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu) Date: Wed, 11 Mar 2015 21:54:53 -0400 Subject: Tracing allocators of virtual memory and main memory In-Reply-To: Your message of "Thu, 12 Mar 2015 07:09:32 +0530." <512EDEA0-617C-46C7-9851-361F5F5FE4ED@gmail.com> References: <53D6E252-3780-488F-B836-D2D16FF5A74E@gmail.com> <512EDEA0-617C-46C7-9851-361F5F5FE4ED@gmail.com> Message-ID: <8401.1426125293@turing-police.cc.vt.edu> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, 12 Mar 2015 07:09:32 +0530, SAHIL said: > Yeah right, pidstat which read /proc gives me VSZ ans RSS but i need to > backtrace when VSZ/RSS is high which indicates process is allocating memory > which it is not even using. Do you mean pages it isn't *currently* using, or has *never* used? Also, note that VSZ refers to the virtual size, which may include pages currently out on swap, while RSS refers to actually resident pages. And then there's the other great bugaboo, shared pages that are mapped by more than one process. What exactly are you trying to do? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 848 bytes Desc: not available Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150311/8be57a0c/attachment.bin