Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpkocher/mongodb-stress-test
https://github.com/mpkocher/mongodb-stress-test
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpkocher/mongodb-stress-test
- Owner: mpkocher
- Created: 2012-03-26T06:44:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-12T06:29:22.000Z (over 12 years ago)
- Last Synced: 2024-04-16T03:28:09.978Z (9 months ago)
- Language: Python
- Homepage: mongodb-stressor
- Size: 115 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
MongoDB Stress Test
====================MPK version
------------* Running
$> cd MongoDB-Stress-Test
$> python write_pbs.py --nclients 192 --host 'myhost.domain.com' --port 27018
$> qsub run.pbsDang version
-------------
* Files:
- w.py: Main program
- w_run.pbs: PBS scriptExample of running w.py
# Pick a time 100 seconds in the future
future=`python -c "import time; print(int(time.time()) + 100)"`
# Run 1 client at that time
./w.py --host=128.55.57.13 --ndocs=100 --when=$future* Util files
- sharded-mongo : Run simple localhost setup with 2 shards