Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosbench #338

Open
wants to merge 44 commits into
base: 0.5.0
Choose a base branch
from
Open

cosbench #338

wants to merge 44 commits into from

Conversation

iiray
Copy link

@iiray iiray commented Nov 21, 2016

No description provided.

Yaguang Wang and others added 30 commits January 12, 2015 21:06
Make "cli info" show current stage information
Fix #270: S3 timeout parameter modifies both connection and inactivity timeouts
Add another tool which helps visualize COSBench results.
aws s3 java sdk sends request header "Expect: 100-continue" in default. It causes additional handshake and is unnecessary overhead during benchmark. Disable it to get rid of the overhead.
Get rid of 100-continue overhead
Initial commit of new OpenIO COSBench plugin
Fix #206 #264.

System.currentTimeMillis() is not monotonic and a second call
may return a value inferior to the first call if the system
time changes between the 2 calls. This is why we got negative
durations from time to time. System.nanoTime() is monotonic
and should avoid getting this problem.

(cherry picked from commit 893c955)
upgrade aws java sdk to 1.10.76 for commit dcbfa8
Update dependency for cosbench-s3
Signed-off-by: ywang19 <[email protected]>
Signed-off-by: ywang19 <[email protected]>
Signed-off-by: ywang19 <[email protected]>
@iiray iiray closed this Nov 21, 2016
@iiray iiray reopened this Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants