Yahoo! Cloud Serving Benchmark
Перейти к файлу
m1ch1 ca924b8f04 gh-66 added checkstyle 2012-02-22 03:34:37 -08:00
bin gh-66 don't use string format function 2012-02-22 01:34:58 -08:00
build-tools gh-66 added checkstyle 2012-02-22 03:34:37 -08:00
cassandra gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
core gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
distribution gh-66 reorganize directory structure 2012-02-21 11:40:21 -08:00
doc Updated documentation for MongoDB binding and others. closes #8 2010-05-12 14:51:56 -07:00
gemfire gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
hbase gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
infinispan gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
jdbc gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
mapkeeper gh-66 modified mapkeeper readme 2012-02-20 19:07:23 -08:00
mongodb Improvements to MongoDB client 2012-02-21 10:36:53 -05:00
nosqldb gh-66 updated nosqldb readme 2012-02-20 19:23:21 -08:00
redis gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
voldemort gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
workloads gh-66 reorganize directory structure 2012-02-21 11:40:21 -08:00
.gitignore gh-66 added build instruction. 2012-02-19 21:31:46 -08:00
BUILD gh-66 added more stuff in BUILD. added db links in ycsb. 2012-02-22 01:32:13 -08:00
CHANGELOG gh-65 Patch for improving the MongoDB Client (singhsiddharth) 2012-02-21 13:14:34 -08:00
LICENSE.txt Initial commit of YCSB. 2010-04-19 13:50:19 -07:00
NOTICE.txt Initial commit of YCSB. 2010-04-19 13:50:19 -07:00
README gh-66 reorganize directory structure 2012-02-21 11:40:21 -08:00
pom.xml gh-66 added checkstyle 2012-02-22 03:34:37 -08:00

README

Yahoo! Cloud System Benchmark (YCSB)
====================================

Links
-----
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
    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 workloads/workloada
    bin/ycsb run basic workloads/workloada

   Running the `ycsb` command without any argument will print the usage. See
   https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties for the list
   of available workload properties.