Yahoo! Cloud Serving Benchmark
Перейти к файлу
Phaneesh d3ed4281be Adding TransportCLient support for connecting to remote elasticsearch cluster 2012-12-18 12:08:08 +05:30
bin gh-102 Minor fix so the classpath path separator is OS independent 2012-12-16 02:05:38 -05:00
cassandra gh-89 Patch for YCSB Cassandra Client version 1.0.6 2012-08-14 14:32:08 -07:00
core gh-100 Time clean up and count it for hbase as update. 2012-12-16 02:19:17 -05: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
dynamodb gh-97 Bug fixes in dynamodb plugin 2012-10-22 15:41:43 -04:00
elasticsearch Adding TransportCLient support for connecting to remote elasticsearch cluster 2012-12-18 12:08:08 +05:30
gemfire gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
hbase gh-100 Time clean up and count it for hbase as update. 2012-12-16 02:19:17 -05:00
hypertable Added lines to hypertable/pom.xml to allow import of hypertable jars. 2012-07-10 11:24:13 -07:00
infinispan gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
jdbc gh-47 Fix an issue with JDBC scans 2012-12-16 02:36:57 -05:00
mapkeeper gh-66 modified mapkeeper readme 2012-02-20 19:07:23 -08:00
mongodb gh-95 Update the MongoDB driver to use a singleton Mongo instance for 2012-12-16 01:54:19 -05:00
nosqldb gh-66 update nosql README 2012-02-24 00:34:07 -08:00
orientdb gh-76 Updated the orientdb version to 1.0.1. 2012-08-14 13:52:16 -07: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-97 Bug fixes in dynamodb plugin 2012-10-22 15:41:43 -04:00
BUILD gh-66 added more stuff in BUILD. added db links in ycsb. 2012-02-22 01:32:13 -08:00
CHANGELOG gh-95 Update the MongoDB driver version to 2.9.0. 2012-12-16 01:56:32 -05: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 updated readme 2012-02-24 00:38:52 -08:00
checkstyle.xml gh-67 use checkstyle. 2012-02-27 00:33:46 -08:00
pom.xml gh-95 Update the MongoDB driver version to 2.9.0. 2012-12-16 01:56:32 -05: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 -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.