From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12701 invoked by alias); 23 Dec 2011 08:27:17 -0000 Received: (qmail 12682 invoked by uid 22791); 23 Dec 2011 08:27:10 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Dec 2011 08:26:57 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Re0Sv-0003MV-5Q from Fredrik_Oestman@mentor.com for systemtap@sourceware.org; Fri, 23 Dec 2011 00:26:57 -0800 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 23 Dec 2011 00:26:56 -0800 Received: from EU-MBX-04.mgc.mentorg.com ([169.254.4.220]) by SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) with mapi id 14.01.0289.001; Fri, 23 Dec 2011 08:26:55 +0000 From: "Oestman, Fredrik" To: "systemtap@sourceware.org" CC: "Oestman, Fredrik" Subject: [PATCH 03/10] Correct and consistent .meta files for example Date: Fri, 23 Dec 2011 08:28:00 -0000 Message-ID: <524C960C5DFC794E82BE548D825F05CF01D4A2@EU-MBX-04.mgc.mentorg.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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: 2011-q4/txt/msg00410.txt.bz2 Signed-off-by: Fredrik =D6stman --- testsuite/systemtap.examples/io/deviceseeks.meta | 2 +- testsuite/systemtap.examples/io/disktop.meta | 2 +- testsuite/systemtap.examples/io/io_submit.meta | 2 +- testsuite/systemtap.examples/io/ioblktime.meta | 2 +- testsuite/systemtap.examples/io/iostat-scsi.meta | 2 +- testsuite/systemtap.examples/io/iotime.meta | 4 ++-- testsuite/systemtap.examples/io/iotop.meta | 2 +- testsuite/systemtap.examples/io/mbrwatch.meta | 9 ++++++++- testsuite/systemtap.examples/io/traceio.meta | 2 +- testsuite/systemtap.examples/io/traceio2.meta | 2 +- testsuite/systemtap.examples/io/ttyspy.meta | 9 ++++++++- 11 files changed, 26 insertions(+), 12 deletions(-) diff --git a/testsuite/systemtap.examples/io/deviceseeks.meta b/testsuite/s= ystemtap.examples/io/deviceseeks.meta index 32285ec..94c8a69 100644 --- a/testsuite/systemtap.examples/io/deviceseeks.meta +++ b/testsuite/systemtap.examples/io/deviceseeks.meta @@ -3,7 +3,7 @@ name: deviceseeks.stp version: 1.0 author: Dominic Duval keywords: disk -subsystem: disk +subsystem: disk io status: production exit: user-controlled output: histogram diff --git a/testsuite/systemtap.examples/io/disktop.meta b/testsuite/syste= mtap.examples/io/disktop.meta index 1d0ce04..c03362b 100644 --- a/testsuite/systemtap.examples/io/disktop.meta +++ b/testsuite/systemtap.examples/io/disktop.meta @@ -3,7 +3,7 @@ name: disktop.stp version: 1.0 author: Oracle keywords: disk -subsystem: disk +subsystem: disk io status: production exit: user-controlled output: timed diff --git a/testsuite/systemtap.examples/io/io_submit.meta b/testsuite/sys= temtap.examples/io/io_submit.meta index 7bbc33a..2dcb5b4 100644 --- a/testsuite/systemtap.examples/io/io_submit.meta +++ b/testsuite/systemtap.examples/io/io_submit.meta @@ -6,7 +6,7 @@ keywords: io backtrace subsystem: io status: production exit: user-controlled -output: sorted on-exit +output: sorted-list on-exit scope: system-wide description: When a reschedule occurs during an AIO io_submit call, accumu= late the traceback in a histogram. When the script exits prints out a sorte= d list from most common to least common backtrace. test_check: stap -p4 io_submit.stp diff --git a/testsuite/systemtap.examples/io/ioblktime.meta b/testsuite/sys= temtap.examples/io/ioblktime.meta index ff895a3..b17ff8a 100644 --- a/testsuite/systemtap.examples/io/ioblktime.meta +++ b/testsuite/systemtap.examples/io/ioblktime.meta @@ -3,7 +3,7 @@ name: ioblktime.stp version: 1.0 author: William Cohen keywords: io -subsystem: kernel +subsystem: io status: production exit: user-controlled output: sorted-list diff --git a/testsuite/systemtap.examples/io/iostat-scsi.meta b/testsuite/s= ystemtap.examples/io/iostat-scsi.meta index 6aa4c5d..5b3121a 100644 --- a/testsuite/systemtap.examples/io/iostat-scsi.meta +++ b/testsuite/systemtap.examples/io/iostat-scsi.meta @@ -1,4 +1,4 @@ -title: iostat for SCSI Devices +title: IO Statistics for SCSI Devices name: iostat-scsi.stp version: 1.0 author: anonymous diff --git a/testsuite/systemtap.examples/io/iotime.meta b/testsuite/system= tap.examples/io/iotime.meta index 30e0599..9685273 100644 --- a/testsuite/systemtap.examples/io/iotime.meta +++ b/testsuite/systemtap.examples/io/iotime.meta @@ -2,8 +2,8 @@ title: Trace Time Spent in Read and Write for Files name: iotime.stp version: 1.0 author: Daniel Berrange and Will Cohen -keywords: syscall read write time io -subsystem: syscall +keywords: profiling syscall io file +subsystem: syscall io status: production exit: user-controlled output: trace diff --git a/testsuite/systemtap.examples/io/iotop.meta b/testsuite/systemt= ap.examples/io/iotop.meta index 52a8e2f..cec03b3 100644 --- a/testsuite/systemtap.examples/io/iotop.meta +++ b/testsuite/systemtap.examples/io/iotop.meta @@ -1,4 +1,4 @@ -title: Periodically Print I/O Activity by Process Name +title: Periodically Print IO Activity by Process Name name: iotop.stp version: 1.0 author: anonymous diff --git a/testsuite/systemtap.examples/io/mbrwatch.meta b/testsuite/syst= emtap.examples/io/mbrwatch.meta index 344c951..6a6f0dd 100644 --- a/testsuite/systemtap.examples/io/mbrwatch.meta +++ b/testsuite/systemtap.examples/io/mbrwatch.meta @@ -1,6 +1,13 @@ -title: Monitor read/write of MBR (boot sector) area of block devices +title: Monitor Read/Write of the Boot Sector Area of Block Devices name: mbrwatch.stp +version: 1.0 +author: anonymous keywords: io monitoring disk +subsystem: io +status: proposed +exit: user-controlled +output: trace +scope: system-wide description: The mbrwatch.stp script reports any attempted reads/writes o= f the first few sectors of a raw block device. test_check: stap -p4 mbrwatch.stp test_installcheck: stap mbrwatch.stp -c "dd of=3D/dev/null count=3D1 if=3D= /dev/`grep -v major /proc/partitions | grep . | awk '{print $4}' | head -1`" diff --git a/testsuite/systemtap.examples/io/traceio.meta b/testsuite/syste= mtap.examples/io/traceio.meta index 77e7f5d..e6f047f 100644 --- a/testsuite/systemtap.examples/io/traceio.meta +++ b/testsuite/systemtap.examples/io/traceio.meta @@ -1,4 +1,4 @@ -title: Track Cumulative I/O Activity by Process Name +title: Track Cumulative IO Activity by Process Name name: traceio.stp version: 1.0 author: Red Hat diff --git a/testsuite/systemtap.examples/io/traceio2.meta b/testsuite/syst= emtap.examples/io/traceio2.meta index 432978c..b9d314a 100644 --- a/testsuite/systemtap.examples/io/traceio2.meta +++ b/testsuite/systemtap.examples/io/traceio2.meta @@ -1,4 +1,4 @@ -title: Watch I/O Activity on a Particular Device +title: Watch IO Activity on a Particular Device name: traceio2.stp version: 1.0 author: Red Hat diff --git a/testsuite/systemtap.examples/io/ttyspy.meta b/testsuite/system= tap.examples/io/ttyspy.meta index eee5537..febb79c 100644 --- a/testsuite/systemtap.examples/io/ttyspy.meta +++ b/testsuite/systemtap.examples/io/ttyspy.meta @@ -1,6 +1,13 @@ -title: Monitor tty typing. +title: Monitor TTY Typing name: ttyspy.stp +version: 1.0 +author: anonymous keywords: io tty monitoring +subsystem: io +status: proposed +exit: user-controlled +output: trace +scope: system-wide description: The ttyspy.stp script uses tty_audit hooks to monitor recent = typing activity on the system, printing a scrolling record of recent keystr= okes, on a per-tty basis. test_support: stap -l 'kernel.function("tty_audit_add_data")' test_check: stap -gp4 ttyspy.stp --=20 1.7.6.4