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

workload: extend the command-line interface #37929

Merged
merged 1 commit into from
Aug 14, 2019

Commits on Aug 14, 2019

  1. workload: extend the command-line interface

    Release note (cli change): The `cockroach workload` command now
    supports additional command-line parameters to customize the output,
    in order to facilitate the integration with 3rd party testing tools:
    
    - for tools that wish to observe the metrics more frequently than
      every second, a new flag `--display-every` is now supported, which
      can be used to specify the period between metric reports.
      This applies to both the JSON and textual output.
    
    - for tools that require a different output format than the default,
      a new `--display-format` argument is supported. For now
      only the formats "simple" (original output format) and
      "incremental-json" (RFC3339 timestamps, no summary row)
      are supported.
    knz committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    1197ca8 View commit details
    Browse the repository at this point in the history