public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: William Cohen <wcohen@redhat.com>
To: "Paddie O'Brien" <paddieobrien@gmail.com>
Cc: systemtap@sourceware.org
Subject: Re: pfaults.stp
Date: Thu, 05 Sep 2013 15:11:00 -0000	[thread overview]
Message-ID: <52289F13.2070200@redhat.com> (raw)
In-Reply-To: <CAOK12DY46FmPB8mWWpR25TbEw+bVZJBRo9-YHmFQYdoZ29Gxrg@mail.gmail.com>

On 09/04/2013 05:14 PM, Paddie O'Brien wrote:
> Hi,
> 
> I'm running a simple program and attempting to use examples/memory/pfaults.stp
> to see the page faults it generates. The program runs but pfaults.stp
> stays quiet
> every time (even the first). I know I'm missing something stupid but...
> 
> Shouldn't I see something?!
> 
> Thanks,
> Paddie
> 

Hi Paddie,

On Fedora 19 running on an x86_64 machine I just ran the example and I got the expected output like:

$  stap pfaults.stp
...
18974551:2368:0x7f6e429bf000:w:minor:11
18974610:2368:0x7f6e429c0000:w:minor:1
18974671:2368:0x7f6e429c1000:w:minor:1
18974743:2368:0x7f6e429c2000:w:minor:11
18974801:2368:0x7f6e429c3000:w:minor:1
18974858:2368:0x7f6e429c4000:w:minor:0
18974920:2368:0x7f6e429c5000:w:minor:1

You might also do "stap -v pfaults.stp" to see if is just taking a while to get the instrumentation started. On a machine that everything has been running a while you might not get much output.  Did you try to start a new program to trigger some page faults?  You can check that you are getting some page faults doing something like:

$ /usr/bin/time calc
/usr/bin/time: cannot run calc: No such file or directory
0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 248maxresident)k
0inputs+0outputs (0major+49minor)pagefaults 0swaps


Could you provide a bit more information about the environment you are running things in as listed on https://sourceware.org/systemtap/wiki/HowToReportBugs?

-Will

      reply	other threads:[~2013-09-05 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-04 21:14 pfaults.stp Paddie O'Brien
2013-09-05 15:11 ` William Cohen [this message]

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=52289F13.2070200@redhat.com \
    --to=wcohen@redhat.com \
    --cc=paddieobrien@gmail.com \
    --cc=systemtap@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).