Skip to content

Commit f7940b7

Browse files
committed
add delay README.md
Signed-off-by: YangKeao <[email protected]>
1 parent 102b2cd commit f7940b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ If your system don't support multiqueue IO (which is the default for linux < 4.1
5555

5656
Then, you can use the client to send commands to the kernel module:
5757

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+
5868
```bash
5969
sudo ./bin/kchaos inject ioem limit --period-us 100000 --quota 1500
6070
```

0 commit comments

Comments
 (0)