From f7aa90d273d1ea646b91734fb3b4cc1a16e51502 Mon Sep 17 00:00:00 2001 From: SilverSoldier Date: Mon, 30 May 2022 18:00:37 +0530 Subject: [PATCH] Fix containerd-stress duration flag Signed-off-by: Kavya G --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 3d2ba54e8..7e54fa34f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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: ```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`.