microsoft / ntttcp-for-linux

A Linux network throughput multiple-thread benchmark tool.
https://github.com/Microsoft/ntttcp-for-linux
MIT License
389 stars 92 forks source link

JSON log output #55

Closed simonxiaoss closed 3 years ago

simonxiaoss commented 3 years ago

Currently it support '-x' option to print results into xml log file. We might need to provide another option (like '-j') to support JSON file too.

simonxiaoss commented 3 years ago

This feature has been implemented by @SunnyGuoqq in this PR: #65