esnet/iperf

easily parseable real time output option

Fechada

#444 aberto em 23 de jul. de 2016

 (4 comentários) (1 reação) (0 responsável)C (1.083 forks)batch import
Help Wantedenhancementfeat:outputs

Métricas do repositório

Stars
 (4.946 estrelas)
Métricas de merge de PR
 (Mesclagem média 18d 1h) (4 fundiu PRs em 30d)

Description

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

Guia do colaborador