Page MenuHomeFreeBSD

WIP: dtrace_mib.4: Document the DTrace MIB provider
Needs ReviewPublic

Authored by 0mp on Wed, Nov 12, 2:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 14, 9:45 AM
Unknown Object (File)
Fri, Nov 14, 6:16 AM
Unknown Object (File)
Thu, Nov 13, 5:50 PM
Unknown Object (File)
Thu, Nov 13, 2:28 PM
Unknown Object (File)
Thu, Nov 13, 2:27 PM
Unknown Object (File)
Wed, Nov 12, 10:06 PM
Unknown Object (File)
Wed, Nov 12, 9:58 PM
Unknown Object (File)
Wed, Nov 12, 8:26 PM

Details

Reviewers
gnn
kp
Summary

Obtained from: 60d8dbbef075 netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats counters

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68572
Build 65455: arc lint + arc unit

Event Timeline

0mp requested review of this revision.Wed, Nov 12, 2:56 PM

The content looks good to me.

I don't know if it's worth mentioning that there are a handful of probes that have a second argument. Things like icp6_outhist are actually arrays of different ICMP6 types, and we allow the type to be probed as well.

This revision is now accepted and ready to land.Thu, Nov 13, 10:46 AM

Thanks @kp!

Here are some updates:

  • Cross-reference dtrace_mib(4)
  • Clarify what ah and esp are
  • Mention that some probes provide more than 1 argument. I think it's helpful to note that so that users can explore from here.
  • I need to double-check the part where I recommend against using typed args[]. I just don't remember anymore if that's true.
This revision now requires review to proceed.Thu, Nov 13, 6:50 PM