containerd/cmd/containerd-stress
Michael Crosby a2ef6952f2 Add density stress test
Running the density tool will report Pss and Rss total and per container
values for shim memory usage. Values are reported in KB.

```bash
containerd-stress density --count 500
INFO[0000] pulling docker.io/library/alpine:latest
INFO[0000] generating spec from image
{"pss":421188,"rss":2439688,"pssPerContainer":842,"rssPerContainer":4879}
```

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-02-27 16:40:37 -05:00
..
density.go Add density stress test 2018-02-27 16:40:37 -05:00
exec_worker.go Licence header added 2018-02-19 10:32:26 +09:00
main.go Add density stress test 2018-02-27 16:40:37 -05:00
rlimit_unix.go Add density stress test 2018-02-27 16:40:37 -05:00
rlimit_windows.go Add density stress test 2018-02-27 16:40:37 -05:00
size.go Licence header added 2018-02-19 10:32:26 +09:00
worker.go Licence header added 2018-02-19 10:32:26 +09:00