Skip to content

Ozone performance and rocksdb explore

Notifications You must be signed in to change notification settings

00mjk/Ozone-Perf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%