Fix containerd-stress duration flag

Signed-off-by: Kavya G <soldatargent@gmail.com>
This commit is contained in:
SilverSoldier 2022-05-30 18:00:37 +05:30 committed by Kavya
parent c76559a6a9
commit f7aa90d273

View File

@ -273,7 +273,7 @@ In addition to `go test`-based testing executed via the `Makefile` targets, the
With this tool you can stress a running containerd daemon for a specified period of time, selecting a concurrency level to generate stress against the daemon. The following command is an example of having five workers running for two hours against a default containerd gRPC socket address: With this tool you can stress a running containerd daemon for a specified period of time, selecting a concurrency level to generate stress against the daemon. The following command is an example of having five workers running for two hours against a default containerd gRPC socket address:
```sh ```sh
containerd-stress -c 5 -t 120 containerd-stress -c 5 -d 120m
``` ```
For more information on this tool's options please run `containerd-stress --help`. For more information on this tool's options please run `containerd-stress --help`.