esnet/iperf

easily parseable real time output option

已關閉

#444 建立於 2016年7月23日

 (4 則留言) (1 個反應) (0 位負責人)C (1,083 個分叉)batch import
Help Wantedenhancementfeat:outputs

倉庫指標

星標
 (4,946 顆星)
PR 合併指標
 (平均合併 18天 1小時) (30 天內合併 4 個 PR)

描述

Hi I made a GUI for iperf 2 in Powershell: https://github.com/ili101/PPerf

I want to add iperf 3 support but iperf 3 don't have a parseable real time output option

iperf 2 have CSV output iperf 3 have JSON output but it's only updates at the end

I don't think JSON can support real time updates because of it's structure, probably why you are updating it only at the end.

Can you add CSV support or something with similar functionality?

Thank you

貢獻者指南