We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102b2cd commit f7940b7Copy full SHA for f7940b7
README.md
@@ -55,6 +55,16 @@ If your system don't support multiqueue IO (which is the default for linux < 4.1
55
56
Then, you can use the client to send commands to the kernel module:
57
58
+#### Delay
59
+
60
+```bash
61
+sudo ./bin/kchaos inject ioem delay --delay 10000000
62
+```
63
64
+It will inject 1000000ns = 10ms delay to the device.
65
66
+#### Limit
67
68
```bash
69
sudo ./bin/kchaos inject ioem limit --period-us 100000 --quota 1500
70
```
0 commit comments