This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma D option quiet | |
/* dtrace D script for helping to tune the OpenZFS write throttle */ | |
/* Original script from: */ | |
/* http://dtrace.org/blogs/ahl/2014/08/31/openzfs-tuning/ */ | |
/* Example invocation that collects statistics over 1 minute: */ | |
/* dtrace -s rw.d -c 'sleep 60' */ | |
BEGIN |