All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Tracing allocators of virtual memory and main memory
Date: Wed, 11 Mar 2015 21:54:53 -0400	[thread overview]
Message-ID: <8401.1426125293@turing-police.cc.vt.edu> (raw)
In-Reply-To: Your message of "Thu, 12 Mar 2015 07:09:32 +0530." <512EDEA0-617C-46C7-9851-361F5F5FE4ED@gmail.com>

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 

  reply	other threads:[~2015-03-12  1:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 16:07 Tracing allocators of virtual memory and main memory sahil aggarwal
2015-03-11 17:30 ` Nicholas Krause
2015-03-12  1:39   ` SAHIL
2015-03-12  1:54     ` Valdis.Kletnieks at vt.edu [this message]
2015-03-12  3:10       ` SAHIL
2015-03-12  6:07         ` sahil aggarwal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8401.1426125293@turing-police.cc.vt.edu \
    --to=valdis.kletnieks@vt.edu \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.