linux-rdma / perftest

Infiniband Verbs Performance Tests
Other
534 stars 274 forks source link

Make output JSON standard #239

Closed blochl closed 5 months ago

blochl commented 6 months ago

Make output JSON standard for processing using tools like jq, and various JSON libraries.

Currently tools like ngc_multinode_perf can't process the JSON output using the standard JSON-parsing tools, and need to resort to makeshift methods.

This also fixes #216 .