https://github.com/cppforlife/sysbench-release
sysbench BOSH release
https://github.com/cppforlife/sysbench-release
Last synced: 3 months ago
JSON representation
sysbench BOSH release
- Host: GitHub
- URL: https://github.com/cppforlife/sysbench-release
- Owner: cppforlife
- Created: 2017-01-03T09:36:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T09:42:39.000Z (about 9 years ago)
- Last Synced: 2025-02-22T00:17:00.845Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sysbench-release
Provides `sysbench` functionality via two jobs:
- `sysbench` to benchmark CPU/disk/memory
- Example: [manifests/example.yml](manifests/example.yml)
- `bosh -d sysbench run-errand sysbench`
- `sysbench_oltp` to benchmark database performance
- Example: [manifests/example-oltp.yml](manifests/example-oltp.yml)
- `bosh -d sysbench run-errand sysbench_oltp`
- Includes `/var/vcap/jobs/sysbench_oltp/bin/mysql` client for convenience
Both jobs include few default benchmarks in their spec files.
Note: Packages use `apt-get install` to install `sysbench` and `mysql-client`, hence if you need an internetless release use [`bosh export release` command](https://bosh.io/docs/compiled-releases).
This release was made to benchmark https://github.com/cppforlife/tidb-release.
## Resources
- [docs/errors.md](docs/errors.md)
- http://manpages.ubuntu.com/manpages/xenial/man1/sysbench.1.html
- http://benchmark-docs.readthedocs.io/en/latest/index.html