• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Apr-2019-

README.mdH A D03-Apr-2019781 1810

concurrent.goH A D03-Apr-20198.2 KiB360266

README.md

1# Concurrent
2
3Concurrent is a simple tool to create/start/stop/destroy container vms. It doesn't use persona or portlayer but entartains the same code.
4
5# Usage
6
7Requires a VCH to be present and also requires busybox image to be in the image store.
8
9```
10# 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
11Concurrent testing...
12
13Creating 100% [===================================================================================================================================] 9s
14Destroying 100% [=================================================================================================================================] 25s
15
16```
17
18