Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randgalt/curator-path-cache-test
https://github.com/randgalt/curator-path-cache-test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/randgalt/curator-path-cache-test
- Owner: Randgalt
- Created: 2014-08-02T12:16:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T14:27:05.000Z (over 10 years ago)
- Last Synced: 2024-10-16T20:48:14.390Z (28 days ago)
- Language: Java
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
curator-path-cache-test
=======================### Building
```
mvn clean package
```### Running
```
java -Xmx100M -jar target/tester.jar
```### Options
```
Option Description
------ -----------
--base-path The base ZK path for test (default:
/one/two/three)
--client-qty [Integer] number of clients to use for ops
(default: 15)
--connection-string If using an external cluster, the
connection string
--delete-percent [Integer] percentage (0-100) of delete ops vs
write ops (default: 25)
--help prints this help
--nodes-per-path [Integer] number of nodes to have in each path
(default: 3000)
--ops-per-second [Integer] number of ops per second (default: 100)
--path-qty [Integer] number of PathChildrenCache instances
(default: 5)
--server-qty [Integer] number of ZooKeeper instances for
internal cluster. Pass 0 for
external cluster. (default: 3)
--test-length [Integer] test length in seconds (default: 60)
```