This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-75-g2e25167


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  2e2516781661f5a4b41e4dc79d423250e057f271 (commit)
      from  561079c8601d7ded6fe958b4cec3d0f7aec1ee63 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2e2516781661f5a4b41e4dc79d423250e057f271
Author: David J. Wilder <wilder@wilder.ibm.com>
Date:   Thu Oct 8 11:00:20 2009 -0700

    This script (tcp_trace) can be used to trace tcp connection parameters and state changes.  This work was original inspired by Stephen Hemminger's TCP cwnd snooper (net/ipv4/tcp_probe.c). Tcp_trace is a helpful tool for troubleshooting connection performance issues.

-----------------------------------------------------------------------

Summary of changes:
 testsuite/systemtap.examples/index.html            |    3 +
 testsuite/systemtap.examples/index.txt             |    8 +
 testsuite/systemtap.examples/keyword-index.html    |    6 +
 testsuite/systemtap.examples/keyword-index.txt     |   16 +
 .../systemtap.examples/network/tcp_trace.meta      |   14 +
 testsuite/systemtap.examples/network/tcp_trace.stp |  744 ++++++++++++++++++++
 testsuite/systemtap.examples/network/tcp_trace.txt |   26 +
 7 files changed, 817 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.examples/network/tcp_trace.meta
 create mode 100755 testsuite/systemtap.examples/network/tcp_trace.stp
 create mode 100644 testsuite/systemtap.examples/network/tcp_trace.txt


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]