cam: Dtrace scripts to help diagnose weird thingsThese are sample dtrace scripts that likely need to be modified forwhatever problem you are chasing. Unfortuneately, you have to read thedriver ex
cam: Dtrace scripts to help diagnose weird thingsThese are sample dtrace scripts that likely need to be modified forwhatever problem you are chasing. Unfortuneately, you have to read thedriver extensively to understand them or how to use them. But studyingthe completion routine of mpr/mps will help understand many of the errorand recovery paths.Sponsored by: Netflix
show more ...
tools/cam: Start to add the testing tools for CAMCreate a directory for testing tools arond CAM. These are snippets ofwhat will eventually be camio. At the moment, it was written using fbttraces.
tools/cam: Start to add the testing tools for CAMCreate a directory for testing tools arond CAM. These are snippets ofwhat will eventually be camio. At the moment, it was written using fbttraces. This is OK, but fragile, so they need to be re-written with thecam provider. cam_all_but_scsi.d is the first step. It shows how to dothis with the new cam dtrace provider.Sponsored by: NetflixReviewed by: adrianDifferential Revision: https://reviews.freebsd.org/D54472