]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add speed limit to dd(1). This is useful for testing RCTL disk io limits
authortrasz <trasz@FreeBSD.org>
Sun, 28 Feb 2016 10:27:12 +0000 (10:27 +0000)
committertrasz <trasz@FreeBSD.org>
Sun, 28 Feb 2016 10:27:12 +0000 (10:27 +0000)
commit5050f4bc8348f5b3dce257e767153950360d4b3f
tree233da3f0cc2462266ddb07aecfa08135640ca7fa
parentd887d37a7a4f3942aa978daad85a76d2f066923e
Add speed limit to dd(1). This is useful for testing RCTL disk io limits
(when they actually get committed, that is), and might also come in handy
in other situations.

Reviewed by: wblock@ (man page)
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
bin/dd/args.c
bin/dd/dd.1
bin/dd/dd.c
bin/dd/extern.h
bin/dd/misc.c