Pass ops and args fields to wtperf via command line

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.1, 5.2.0, 5.0.5
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-11-15
    • 2

      Currently arguments and operations fields are passed into the performance testing framework via a json arg_file containing:

       

      [{
      
        "arguments": ["-C log=(enabled,file_max=1M),session_max=256", "-o threads=((count=128,updates=1))"], 
        "operations": ["update"] 
      }] 

      but this creates a lot of unnecessary files and is not the intended use of arg_files, which are meant to contain multiple configurations for a single test run.

      Instead we can pass these fields in via the command line.

       

      Definition of Done:
      operations and arguments fields can be passed in via the command line rather than via an external .json file
       

              Assignee:
              Andrew Morton
              Reporter:
              Andrew Morton
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: