Menu

#7 iperf: Fix "speed" display in CSV report

1.0
closed
None
2019-01-04
2016-08-01
No

There is an issue with the display of speed in CSV report.
Some parameters displayed in the CSV reports are declared as uint64_t, but the printf format doesn't reflect this. I have generated this patch to fix the issue.
Please let me know your feedback.

Thank you.

1 Attachments

Discussion

  • Robert McMahon

    Robert McMahon - 2016-08-02

    Do you think the I64d should also be changed to use PRId64?

    Bib

     
  • Robert McMahon

    Robert McMahon - 2016-08-02
    • status: open --> accepted
     
  • Matt Weber

    Matt Weber - 2017-12-06

    I believe I64d says print 64 spaces ahead of your %d, PRId64 says cast to 64-bit for this architecture. So I think it's ok

     
  • Robert McMahon

    Robert McMahon - 2019-01-04
    • status: accepted --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB