microsoft / ntttcp-for-linux

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

Fixing logging of tx/rx packets #47

Closed sharsonia closed 3 years ago

sharsonia commented 3 years ago

Fixing the format specifier for packets_sent, packets_received and packets_restransmitted values while logging in xml file

sharsonia commented 3 years ago

@simonxiaoss

sharsonia commented 3 years ago

This fix works. I see this in the xml log file when run with below param on sender side in linux

ntttcp -s10.0.0.4 -x --show-nic-packets eth0 -t 300

image