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

Fixing Coordinated omission + replacing histogram with HdrHistogram #214

Closed
wants to merge 20 commits into from

Commits on Jan 14, 2015

  1. Fix record count property default value in CoreWorkload, also refactor

    throttle method in client.
    nitsanw committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    2d71f50 View commit details
    Browse the repository at this point in the history
  2. Improve delay code

    Add option to randomize delay(default=true, as before)
    nitsanw committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    7b0d528 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Configuration menu
    Copy the full SHA
    166b31e View commit details
    Browse the repository at this point in the history
  2. Add HdrHistogram based measurement.

    Remove needless synchronization by using CHM in Measurements.
    nitsanw committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    c824ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f0c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2d099d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5272577 View commit details
    Browse the repository at this point in the history
  6. Add intended deadline reporting and measurement.

    Add option for controlling the feature(default on).
    nitsanw committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    5a034da View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Measure intended latency and old latency side by side.

    Add a joined histogram measuremement to compare old/new histogram
    outputs.
    nitsanw committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    e54c8f9 View commit details
    Browse the repository at this point in the history
  2. typo

    nitsanw committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    cd99ef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. - Output intended vs. per-op latency or both

    - Output old histogram or HdrHistogram or both
    - Potentially output HdrHistogram to log file on status interval.
    nitsanw committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    ad7aaa3 View commit details
    Browse the repository at this point in the history
  2. - Correct status reporting sliding timing

    - Make status interval configurable
    nitsanw committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    a957043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d24a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Configuration menu
    Copy the full SHA
    efe8ba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Add a spin.sleep option

    nitsanw committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    2367e2f View commit details
    Browse the repository at this point in the history
  2. pack dependencies in jar

    nitsanw committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    2ff36f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b67844 View commit details
    Browse the repository at this point in the history
  4. correct typo

    nitsanw committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    d0f1683 View commit details
    Browse the repository at this point in the history
  5. typo

    nitsanw committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    c336223 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Add new mock DB simulator

    nitsanw committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    92f6b3a View commit details
    Browse the repository at this point in the history