Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions tests/concurrent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Concurrent

Concurrent is a simple tool to create/start/stop/destroy container vms. It doesn't use persona or portlayer but entartains the same code.

# Usage

Requires a VCH to be present and also requires busybox image to be in the image store.

```
# VIC_MAX_IN_FLIGHT=32 ./concurrent -service "username:password@VC_OR_ESXI" -datacenter DATACENTER -datastore DATASTORE -resource-pool RP -cluster CLUSTER -vch VCH -concurrency 256 -memory-mb 64
Concurrent testing...

Creating 100% [===================================================================================================================================] 9s
Destroying 100% [=================================================================================================================================] 25s

```

Loading