lxd-benchmark - LXD benchmark
- Benchmark performance of LXD
- This tool lets you benchmark various actions on a local LXD daemon.
- It can be used just to check how fast a given LXD host is, to compare
performance on different servers or for performance tracking when doing
changes to the LXD codebase.
- A CSV report can be produced to be consumed by graphing software.
- # Spawn 20 Ubuntu containers in batches of 4 lxd-benchmark launch --count
20 --parallel 4
- # Create 50 Alpine containers in batches of 10 lxd-benchmark init --count
50 --parallel 10 images:alpine/edge
- # Delete all test containers using dynamic batch size lxd-benchmark
delete
- delete
- Delete containers
- help
- Help about any command
- init
- Create containers
- launch
- Create and start containers
- start
- Start containers
- stop
- Stop containers