* intr in /proc/stat and number of syscalls made
@ 2005-09-06 11:16 Philip Lawatsch
2005-09-06 11:23 ` Philip Lawatsch
0 siblings, 1 reply; 2+ messages in thread
From: Philip Lawatsch @ 2005-09-06 11:16 UTC (permalink / raw)
To: linux-kernel
Hi,
I'm trying to log some stats for one of my server.
Now what I wanted to log is the number of pagefaults and the number of
syscalls done since system startup.
(I'm on a system without sysenter)
I thought that /proc/stat's intr line would provide information about
how often an interrupt was called. But it looks like there are only
stats about the irqs in there and not about all interrupts.
I've already found /proc/vmstat | grep pgfault which will give me the
number of pagefaults, but I'm still looking for a way to get the number
of syscalls.
I also think that the Documenation about /proc/stat is misleading
(perhaps putting the word irq somewhere in there would be a good idea).
So, is there a way to find out how often the syscall interrupt /
sysenter handler was run? I'd actually prefer to get the number for each
interrupt because then I could also track some other nice things.
kind regards Philip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: intr in /proc/stat and number of syscalls made
2005-09-06 11:16 intr in /proc/stat and number of syscalls made Philip Lawatsch
@ 2005-09-06 11:23 ` Philip Lawatsch
0 siblings, 0 replies; 2+ messages in thread
From: Philip Lawatsch @ 2005-09-06 11:23 UTC (permalink / raw)
To: Philip Lawatsch; +Cc: linux-kernel
Philip Lawatsch wrote:
> Hi,
>
>
> I'm trying to log some stats for one of my server.
>
> Now what I wanted to log is the number of pagefaults and the number of
> syscalls done since system startup.
> (I'm on a system without sysenter)
>
> I thought that /proc/stat's intr line would provide information about
> how often an interrupt was called. But it looks like there are only
> stats about the irqs in there and not about all interrupts.
>
> I've already found /proc/vmstat | grep pgfault which will give me the
> number of pagefaults, but I'm still looking for a way to get the number
> of syscalls.
>
> I also think that the Documenation about /proc/stat is misleading
> (perhaps putting the word irq somewhere in there would be a good idea).
>
>
> So, is there a way to find out how often the syscall interrupt /
> sysenter handler was run? I'd actually prefer to get the number for each
> interrupt because then I could also track some other nice things.
I forgot to add, I'm running a 2.6.13 on x86.
kind regards Philip
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-06 11:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 11:16 intr in /proc/stat and number of syscalls made Philip Lawatsch
2005-09-06 11:23 ` Philip Lawatsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox