<div dir="ltr">So, there might be some way by which I will be able to get constant part process.(Text + stack).<div>In my calculations, for finding out this constant part I was referring to:</div><div><br></div><div>VMSize (from /proc/pid/status) - stats.allocated (from jemalloc).</div><div><br></div><div>But, after few allocations only I can see that this difference is not remaining constant.</div><div>I feel that along with stats.allocated, I need to consider some more stats for finding out this constant.</div><div><br></div><div>Thanks,</div><div>Prajakta</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 16, 2015 at 4:35 PM, Konstantin Tokarev <span dir="ltr"><<a href="mailto:annulen@yandex.ru" target="_blank">annulen@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
16.10.2015, 14:01, "Prajakta" <<a href="mailto:praj.jagtap@gmail.com">praj.jagtap@gmail.com</a>>:<br>
> Hi,<br>
><br>
> I want to calculate VM size of process.<br>
> In /proc/pid/status, we get amount of VM size used by the process.<br>
> I want to get same counter with the help of jemalloc.<br>
<br>
You cannot, because jemalloc takes care about heap only.<br>
<br>
><br>
> For that I was making use of stats.allocated.<br>
><br>
> Do I need to take into consideration any other statistics for getting VM Size?<br>
><br>
> Thanks,<br>
> Prajakta<br>
> ,<br>
><br>
> _______________________________________________<br>
> jemalloc-discuss mailing list<br>
> <a href="mailto:jemalloc-discuss@canonware.com">jemalloc-discuss@canonware.com</a><br>
> <a href="http://www.canonware.com/mailman/listinfo/jemalloc-discuss" rel="noreferrer" target="_blank">http://www.canonware.com/mailman/listinfo/jemalloc-discuss</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Regards,<br>
Konstantin<br>
</font></span></blockquote></div><br></div>