bharatviswa504 / Ozone-Perf

Ozone performance and rocksdb explore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is repository contains code for measuring ozone (OM) and rocksdb performance.

Compile: mvn clean install

Run: java -jar target/rocksdb-1.0-SNAPSHOT-jar-with-dependencies.jar [num of threads] [number of keys per each thread] [db path]

Default db path /tmp/testrocksdb.db

Example: java -jar target/rocksdb-1.0-SNAPSHOT-jar-with-dependencies.jar 1 1000000 /tmp/rocksdb.db

About

Ozone performance and rocksdb explore


Languages

Language:Java 100.0%