Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dtsdwarak/mongo_benchmark
- Owner: dtsdwarak
- Created: 2015-09-27T10:10:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T15:20:17.000Z (about 9 years ago)
- Last Synced: 2023-04-04T19:52:38.347Z (over 1 year ago)
- Language: Java
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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