Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iperf3 json model

This is a simple model for the iperf3 json output. It can be used to parse the json output of iperf3.

iperf3 -J -c <server>
...
    let json: &str = ...;
    let iperf = serde_json::from_str::<iperf3_json::Iperf3>(json).expect("failed to parse");

About

Serde model for the json output of iperf3

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages