diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-25 17:53:16 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-25 17:53:16 -0500 |
commit | e0c4dae873d0c7365f928fa2e72450f33b69ca3d (patch) | |
tree | 2369821f0425a83ee59596f5924ef4b52314562c /doc | |
parent | eca9d638143b8e7e3a7ab877ea2d9b47736e5879 (diff) | |
download | systemtap-steved-e0c4dae873d0c7365f928fa2e72450f33b69ca3d.tar.gz systemtap-steved-e0c4dae873d0c7365f928fa2e72450f33b69ca3d.tar.xz systemtap-steved-e0c4dae873d0c7365f928fa2e72450f33b69ca3d.zip |
Add ioscheduler, socket, tcp, and upd to tapset reference.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 37 |
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 41060910..81c3f63e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-25 Will Cohen <wcohen@redhat.com> + + * SystemTap_Tapset_Reference/tapsets.tmpl: Add ioscheduler, socket, tcp, + and upd. + 2008-11-24 Will Cohen <wcohen@redhat.com> * SystemTap_Tapset_Reference/tapsets.tmpl: Add context, timestamp, diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index ccdba8c2..cf12e2e1 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -141,6 +141,16 @@ This is common among !Itapset/memory.stp </chapter> + <chapter id="iosched.stp"> + <title>IO Scheduler Tapset</title> + <para> + This family of probe points is used to probe the IO scheduler activities. + It contains the following probe points: + </para> +!Itapset/ioscheduler.stp + </chapter> + + <chapter id="networking.stp"> <title>Networking Tapset</title> <para> @@ -150,4 +160,31 @@ This is common among !Itapset/networking.stp </chapter> + <chapter id="socket.stp"> + <title>Socket Tapset</title> + <para> + This family of probe points is used to probe socket activities. + It contains the following probe points: + </para> +!Itapset/socket.stp + </chapter> + + <chapter id="tcp.stp"> + <title>TCP Tapset</title> + <para> + This family of probe points is used to probe TCP layer activities. + It contains the following probe points: + </para> +!Itapset/tcp.stp + </chapter> + + <chapter id="upd.stp"> + <title>UDP Tapset</title> + <para> + This family of probe points is used to probe UDP layer activities. + It contains the following probe points: + </para> +!Itapset/udp.stp + </chapter> + </book> |