Add stress test tool

This adds a `stress` binary to help stress test containerd.  It is
different from a benchmarking tool as it only gives a simple summary at
the end.

It is built to run long, multi hour/day stress tests across builds of
containerd.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-08-10 15:40:01 -04:00
parent 258c719cbc
commit fd75f1e52f
2 changed files with 274 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ TEST_REQUIRES_ROOT_PACKAGES=$(filter \
)
# Project binaries.
COMMANDS=ctr containerd
COMMANDS=ctr containerd stress
ifneq ("$(GOOS)", "windows")
COMMANDS += containerd-shim
endif