From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262953AbTELXnK (ORCPT ); Mon, 12 May 2003 19:43:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262955AbTELXnK (ORCPT ); Mon, 12 May 2003 19:43:10 -0400 Received: from holomorphy.com ([66.224.33.161]:1205 "EHLO holomorphy") by vger.kernel.org with ESMTP id S262953AbTELXnI (ORCPT ); Mon, 12 May 2003 19:43:08 -0400 Date: Mon, 12 May 2003 16:55:18 -0700 From: William Lee Irwin III To: "Perez-Gonzalez, Inaky" Cc: "'Chris Friesen'" , "'Linux Kernel Mailing List'" Subject: Re: how to measure scheduler latency on powerpc? realfeel doesn' t work due to /dev/rtc issues Message-ID: <20030512235518.GN8978@holomorphy.com> Mail-Followup-To: William Lee Irwin III , "Perez-Gonzalez, Inaky" , 'Chris Friesen' , 'Linux Kernel Mailing List' References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org William Lee Irwin III wrote: >>> I don't understand why you're obsessed with interrupts. Just run your >>> load and spray the scheduler latency stats out /proc/ From: Chris Friesen [mailto:cfriesen@nortelnetworks.com] >> I'm obsessed with interrupts because it gives me a higher sampling rate. >> I could set up and itimer for a recurring 10ms timeout and see how much >> extra I waited, but then I can only get 100 samples/sec. With >> /dev/rtc (on intel) you can get 20x more samples in the same amount >> of time. On Fri, May 09, 2003 at 05:39:03PM -0700, Perez-Gonzalez, Inaky wrote: > Okay, crazy idea here ... > You are talking about a bladed system, right? So probably you > have two network interfaces in there [it should work only with > one too]. > What if you rip off the driver for the network interface and > create a new breed. Set an special link with a null Ethernet > cable and have one machine sending really short Ethernet frames This is ridiculous. Just make sure you're not sharing interrupts and count cycles starting at the ISR instead of wakeup and tag events properly if you truly believe that to be your metric. You, as the kernel, are notified whenever the interrupts occur and can just look at the time of day and cycle counts. -- wli