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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|