Obtained from: 60d8dbbef075 netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats counters
Diff Detail
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
Comment Actions
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.
Comment Actions
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.