Home | History | Annotate | Download | only in bin

Lines Matching refs:json

17 import json, logging, re, utils
169 json.dump(data_dict, f)
194 json.dump(option, f)
242 Parse fio json dict
244 Recursively flaten json dict to generate autotest perf dict
272 Parse the json fio output
277 @param lines: text output of json fio output.
281 fio_dict = json.loads(lines)
364 Build a result keyval and performence json.
365 The JSON would look like:
392 options = ['--output-format=json']