From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24187 invoked by alias); 12 Sep 2008 11:05:58 -0000 Received: (qmail 24180 invoked by uid 22791); 12 Sep 2008 11:05:58 -0000 X-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.189) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Sep 2008 11:05:21 +0000 Received: by ti-out-0910.google.com with SMTP id d10so592483tib.12 for ; Fri, 12 Sep 2008 04:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=AST9364rHelU1iI7f8Icr0oALkWa0RfvUX51TlWh2WY=; b=j+NO2QU8EyBD7ijCQzpazeiPTcOsB7MUbIU7RrXmjEjgox9/oekLZBSZYmDlHLJolf ufdouB6x6Y/PxKJL3T55nPSy9oiWF5+nqC52IDM6O1Y+rxxZGX6Cwb/WX7ttdvpqQ9b3 wjheXJhDc5SW0P5Blvxeou6w8R4rk74mzAPY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nJnrXZiwexfGR6zyqKuHeQUpk9/bQ9U6LTmPLJ8SD2emzj3kT8jZ43l3ZRhBMhQHu5 Ti+cdEJgmUGxw1sDYKSjwDJQWn7cpvCDLhBreHlQqxqQEFuM5W9WjZEBUtAYVyNrR/F9 Z7pGCFxvzY76dVbp7kQwolRLpBN2FPUt3QAy8= Received: by 10.110.69.5 with SMTP id r5mr5088759tia.17.1221217517734; Fri, 12 Sep 2008 04:05:17 -0700 (PDT) Received: by 10.110.60.20 with HTTP; Fri, 12 Sep 2008 04:05:17 -0700 (PDT) Message-ID: <8b6758ea0809120405l771d4298n9850f047a17b05a2@mail.gmail.com> Date: Fri, 12 Sep 2008 11:05:00 -0000 From: "Eugene Teo" To: "satya komaragiri" Subject: Re: Instrumenting XEN and KVM using Systemtap Cc: systemtap@sourceware.org In-Reply-To: <146c63b10809110707h4257023dw91bc4ab3dae66b39@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <146c63b10809110707h4257023dw91bc4ab3dae66b39@mail.gmail.com> Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00636.txt.bz2 Hi Satya, On Thu, Sep 11, 2008 at 10:07 PM, satya komaragiri wrote: [...] > Interested in working further with systemtap, he gave me this suggestion > about instrumenting XEN and KVM. We felt that getting information > about the guest from the host might be an interesting project. By that, I mean writing useful tapsets that one can use to write meaningful scripts to instrument or gather information from the running guest. Thanks, Eugene