diff options
author | Dave Brolley <brolley@redhat.com> | 2009-09-17 20:36:24 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-09-17 20:36:24 -0400 |
commit | 762684a57fa5420cc122b475f592545e8eeb29cd (patch) | |
tree | c1b55657f1aff31e7298d76852bbe8522a84db13 /man | |
parent | 8afee8bbf045e858dae186d40653293c99dbbcdd (diff) | |
parent | 6bde4f381475cea055352d8ad5f60bb2f24de21d (diff) | |
download | systemtap-steved-762684a57fa5420cc122b475f592545e8eeb29cd.tar.gz systemtap-steved-762684a57fa5420cc122b475f592545e8eeb29cd.tar.xz systemtap-steved-762684a57fa5420cc122b475f592545e8eeb29cd.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'man')
-rw-r--r-- | man/stapprobes.netdev.3stap.in | 2 | ||||
-rw-r--r-- | man/stapprobes.snmp.3stap.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/stapprobes.netdev.3stap.in b/man/stapprobes.netdev.3stap.in index 9b2e57ed..ff09f150 100644 --- a/man/stapprobes.netdev.3stap.in +++ b/man/stapprobes.netdev.3stap.in @@ -70,7 +70,7 @@ Fires when the network device wants to transmit a buffer The protocol of this packet. .I truesize - The size of the the data to be transmitted. + The size of the data to be transmitted. .SH SEE ALSO .IR stap (1), diff --git a/man/stapprobes.snmp.3stap.in b/man/stapprobes.snmp.3stap.in index 3c606932..95da75c9 100644 --- a/man/stapprobes.snmp.3stap.in +++ b/man/stapprobes.snmp.3stap.in @@ -23,7 +23,7 @@ This family of probe points enhances the Linux system's implementation of the Si by allowing the user to collect per-socket statistics. SNMP data is collected in the Linux kernel by counting various events occurring in the networking subsystem. Linux provides one counter for each type of event, thus providing a system-wide collection of network statistics. These statistics can be viewed with the command: .B netstat -s. -The probpoints defined in the SNMP group of tapsets allow users to aberrate each SNMP counter into groups of counters. For example, the user may count SNMP events for a single network socket or for a group of sockets. +The probe points defined in the SNMP group of tapsets allow users to aberrate each SNMP counter into groups of counters. For example, the user may count SNMP events for a single network socket or for a group of sockets. Severals SNMP tapsets have been created. Each tapset represents a single layer of the network stack and defines a group of counters called management information blocks or MIBs. Currently tapsets are provided that support MIBS for IP, TCP layers and the enhanced linux MIB. See the file /usr/include/linux/snmp.h for a list of MIBS supported by linux. |