#!/usr/sbin/dtrace -s sdt:::arc-wake_pagedaemon { printf("%Y", walltimestamp); } sdt:::arc-reap_one { printf("%Y %d %d", walltimestamp, arg0, arg1); }