Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964809AbVIFLXj (ORCPT ); Tue, 6 Sep 2005 07:23:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964810AbVIFLXj (ORCPT ); Tue, 6 Sep 2005 07:23:39 -0400 Received: from mail.customers.edis.at ([62.99.242.131]:12718 "EHLO smtp-1.edis.at") by vger.kernel.org with ESMTP id S964809AbVIFLXi (ORCPT ); Tue, 6 Sep 2005 07:23:38 -0400 Message-ID: <431D7C37.6030006@lawatsch.at> Date: Tue, 06 Sep 2005 13:23:35 +0200 From: Philip Lawatsch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050724 Thunderbird/1.0.6 Mnenhy/0.7.2.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philip Lawatsch Cc: linux-kernel@vger.kernel.org Subject: Re: intr in /proc/stat and number of syscalls made References: <431D7A94.3080006@lawatsch.at> In-Reply-To: <431D7A94.3080006@lawatsch.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1291 Lines: 34 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/