Dtrace snippets for getting data from kstat(s)
dtrace -qn '::mdi_pi_kstat_iosupdate:entry {print(*(struct mdi_pathinfo *)args[0])}'