ixgbe/NFS m_defrag() instrumentation

Garrett Wollman wollman at hergotha.csail.mit.edu
Wed Feb 5 20:14:00 UTC 2014


In article <E6B5E96C-A579-4187-B2FB-61B6B5E90D7F at yahoo.com>, Scott
Long writes:

>dtrace to the rescue?
>
>#!/usr/sbin/dtrace -s
>fbt::m_defrag:entry
>{
>	@ = count();
>}

I don't know where else m_defrag() might be called from, so I would be
more inclined to make that

	@[stack()] = count();

if I were going the dtrace route.

-GAWollman



More information about the freebsd-net mailing list