Yahoo! Cloud Serving Benchmark
Перейти к файлу
Steffen Friedrich cbaf24e4e4 [exporter] added JSONArrayMeasurementsExporter which generates one JSON array of measurement objects. 2015-06-09 15:01:15 +02:00
accumulo
bin [scripts] remove defunct ycsb.sh 2015-06-06 00:04:12 -05:00
cassandra
core [exporter] added JSONArrayMeasurementsExporter which generates one JSON array of measurement objects. 2015-06-09 15:01:15 +02:00
couchbase [couchbase] Adding support for Couchbase. 2015-05-29 02:14:00 -05:00
distribution
doc
dynamodb
elasticsearch
gemfire [gemfire] update to latest artifact. 2015-06-07 23:49:42 -05:00
hbase Add a document for hbase-binding and remove hbase-site.xml 2015-06-06 21:46:54 +09:00
hypertable
infinispan
jdbc
mapkeeper
mongodb #284 - Make sure the tests work with a <= 2.4 version of MongoDB. 2015-06-06 14:32:26 -04:00
nosqldb
orientdb
redis
voldemort
workloads
.gitignore
.travis.yml Fix #284 - Switch to travis starting the test mongod instance. 2015-06-06 14:11:49 -04:00
BUILD
CHANGELOG
LICENSE.txt
NOTICE.txt
README.md
checkstyle.xml
pom.xml [gemfire] update to latest artifact. 2015-06-07 23:49:42 -05:00

README.md

Yahoo! Cloud System Benchmark (YCSB)

Build Status

http://wiki.github.com/brianfrankcooper/YCSB/
http://research.yahoo.com/Web_Information_Management/YCSB/
ycsb-users@yahoogroups.com

Getting Started

  1. Download the latest release of YCSB:

    wget https://github.com/downloads/brianfrankcooper/YCSB/ycsb-0.1.4.tar.gz
    tar xfvz ycsb-0.1.4.tar.gz
    cd ycsb-0.1.4
    
  2. Set up a database to benchmark. There is a README file under each binding directory.

  3. Run YCSB command.

    bin/ycsb load basic -P workloads/workloada
    bin/ycsb run basic -P workloads/workloada
    

Running the ycsb command without any argument will print the usage.

See https://github.com/brianfrankcooper/YCSB/wiki/Running-a-Workload for a detailed documentation on how to run a workload.

See https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties for the list of available workload properties.