J
jpaetzel
Guest
I've been playing around with DTrace. It's kind of interesting and I think some good things will come from it.
The resolution of the attached script is good for spinning rust, not so much for SSDs, but it can be useful for pinpointing a bad drive.
Code:
# kldload dtraceall # dtrace -s /tmp/disklatencycmd.txt
The resolution of the attached script is good for spinning rust, not so much for SSDs, but it can be useful for pinpointing a bad drive.