Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtsdwarak/mongo_benchmark

Java program to benchmark mongo
https://github.com/dtsdwarak/mongo_benchmark

Last synced: 22 days ago
JSON representation

Java program to benchmark mongo

Awesome Lists containing this project

README

        

# mongo_benchmark

## Usage
```bash
$ javac -classpath library/*:. mongoprog2.java #Compile
# Syntax
# $ java -classpath library/*:. mongoprog2
$ java -classpath library/*:. mongoprog2 twitter aaron cloud social 172.50.88.22 27020 100 #Example
```

## Notes
* It is assumed that you have a source mongo instance running in your host computer at port 27017. You may want to configure if you have an instance elsewhere.
* Code compatible with Mongo 3.0.6