Page MenuHomeFreeBSD

cam/iosched: Add a counter of I/Os that take too long
ClosedPublic

Authored by imp on Jul 18 2024, 10:02 PM.
Tags
None
Referenced Files
F153101296: D46033.id141105.diff
Sun, Apr 19, 3:53 AM
Unknown Object (File)
Thu, Apr 16, 2:09 PM
Unknown Object (File)
Sun, Apr 12, 2:23 PM
Unknown Object (File)
Sat, Apr 11, 7:55 PM
Unknown Object (File)
Sat, Apr 11, 5:26 PM
Unknown Object (File)
Sat, Apr 11, 5:23 PM
Unknown Object (File)
Mon, Apr 6, 9:17 AM
Unknown Object (File)
Sun, Apr 5, 9:06 PM
Subscribers
None

Details

Summary

Add kern.cam.DEV.UNIT.iosched.too_long (to count I/Os taking too long)
and kern.cam.DEV.UNIT.bad_latency (to set this threshold, defaults to
500ms). Each class of I/O (read, write, trim) has its own counters and
thresholds.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58716
Build 55604: arc lint + arc unit

Event Timeline

Misc updates with testing

This revision is now accepted and ready to land.Jul 19 2024, 3:25 PM