https://github.com/lnsp/touchstone
CRI-enabled container runtime benchmark suite.
https://github.com/lnsp/touchstone
benchmark container-runtime-interface containerd cri-o docker gvisor runc runsc
Last synced: about 1 month ago
JSON representation
CRI-enabled container runtime benchmark suite.
- Host: GitHub
- URL: https://github.com/lnsp/touchstone
- Owner: lnsp
- License: mit
- Created: 2019-06-24T12:14:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T21:47:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T02:22:36.465Z (about 2 months ago)
- Topics: benchmark, container-runtime-interface, containerd, cri-o, docker, gvisor, runc, runsc
- Language: Go
- Size: 3.57 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# touchstone
Toolset for benchmarking CRI-compatible container runtimes.
## Installation
```bash
$ go get github.com/lnsp/touchstone
```You need to have CRI-O and containerd as well as runc and gVisor set up and ready for running containers. This includes networking configuration.
## Usage
> Note: Please remember that all commands must be run as a privileged user.```bash
# check connection to crio, containerd
$ touchstone version
touchstone dev-723c8f8a
containerd v1.2.0-621-g04e7747e
cri-o 1.15.1-dev
# run all benchmarks and spill out results in tmp
$ touchstone benchmark -f="suites/*.yaml" -d /tmp/
```