Skip to content

Instantly share code, notes, and snippets.

@bgrewell
Last active February 15, 2022 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrewell/05c241063ea4841f86862f54622a74aa to your computer and use it in GitHub Desktop.
Save bgrewell/05c241063ea4841f86862f54622a74aa to your computer and use it in GitHub Desktop.
Example output from various iperf3 clients/servers

IPerf3 Sample Output

Below is sample output from iperf3 version 3.11 on various operating systems. This data is used for validating the parsers in the go-iperf project.

OS X

Client - Standard Output

~/repos/iperf #3.11 ❯ iperf3 -c 172.50.0.237 -t 10 -i 1                                                                                                                                              Py anaconda3 Node system
Connecting to host 172.50.0.237, port 5201
[  5] local 192.168.8.233 port 53120 connected to 172.50.0.237 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  39.4 MBytes   330 Mbits/sec
[  5]   1.00-2.00   sec  34.5 MBytes   290 Mbits/sec
[  5]   2.00-3.00   sec  37.0 MBytes   310 Mbits/sec
[  5]   3.00-4.00   sec  37.7 MBytes   317 Mbits/sec
[  5]   4.00-5.00   sec  33.9 MBytes   284 Mbits/sec
[  5]   5.00-6.00   sec  37.3 MBytes   313 Mbits/sec
[  5]   6.00-7.00   sec  35.7 MBytes   300 Mbits/sec
[  5]   7.00-8.00   sec  36.8 MBytes   308 Mbits/sec
[  5]   8.00-9.00   sec  35.4 MBytes   297 Mbits/sec
[  5]   9.00-10.00  sec  31.8 MBytes   267 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec   360 MBytes   302 Mbits/sec                  sender
[  5]   0.00-10.03  sec   358 MBytes   300 Mbits/sec                  receiver

iperf Done.

Client - JSON Output

{
	"start":	{
		"connected":	[{
				"socket":	5,
				"local_host":	"x.x.x.x",
				"local_port":	53150,
				"remote_host":	"y.y.y.y",
				"remote_port":	5201
			}],
		"version":	"iperf 3.11",
		"system_info":	"Darwin Bens-MBP.iot.corp.grewelltech.com 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64",
		"timestamp":	{
			"time":	"Tue, 15 Feb 2022 20:52:01 UTC",
			"timesecs":	1644958321
		},
		"connecting_to":	{
			"host":	"172.50.0.237",
			"port":	5201
		},
		"cookie":	"mojbfv2nbw76udybsqedjegdjzwfs3ra6njy",
		"tcp_mss_default":	1448,
		"target_bitrate":	0,
		"sock_bufsize":	0,
		"sndbuf_actual":	131072,
		"rcvbuf_actual":	131072,
		"test_start":	{
			"protocol":	"TCP",
			"num_streams":	1,
			"blksize":	131072,
			"omit":	0,
			"duration":	10,
			"bytes":	0,
			"blocks":	0,
			"reverse":	0,
			"tos":	0,
			"target_bitrate":	0
		}
	},
	"intervals":	[{
			"streams":	[{
					"socket":	5,
					"start":	0,
					"end":	1.002902,
					"seconds":	1.0029020309448242,
					"bytes":	39209000,
					"bits_per_second":	312764348.18313479,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	0,
				"end":	1.002902,
				"seconds":	1.0029020309448242,
				"bytes":	39209000,
				"bits_per_second":	312764348.18313479,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	1.002902,
					"end":	2.000122,
					"seconds":	0.997219979763031,
					"bytes":	38889184,
					"bits_per_second":	311980784.89555514,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	1.002902,
				"end":	2.000122,
				"seconds":	0.997219979763031,
				"bytes":	38889184,
				"bits_per_second":	311980784.89555514,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	2.000122,
					"end":	3.000772,
					"seconds":	1.0006500482559204,
					"bytes":	39808432,
					"bits_per_second":	318260571.27071726,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	2.000122,
				"end":	3.000772,
				"seconds":	1.0006500482559204,
				"bytes":	39808432,
				"bits_per_second":	318260571.27071726,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	3.000772,
					"end":	4.001159,
					"seconds":	1.0003869533538818,
					"bytes":	38326496,
					"bits_per_second":	306493369.36278254,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	3.000772,
				"end":	4.001159,
				"seconds":	1.0003869533538818,
				"bytes":	38326496,
				"bits_per_second":	306493369.36278254,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	4.001159,
					"end":	5.000339,
					"seconds":	0.999180018901825,
					"bytes":	38580648,
					"bits_per_second":	308898474.91068184,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	4.001159,
				"end":	5.000339,
				"seconds":	0.999180018901825,
				"bytes":	38580648,
				"bits_per_second":	308898474.91068184,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	5.000339,
					"end":	6.000374,
					"seconds":	1.0000350475311279,
					"bytes":	38858528,
					"bits_per_second":	310857329.2180779,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	5.000339,
				"end":	6.000374,
				"seconds":	1.0000350475311279,
				"bytes":	38858528,
				"bits_per_second":	310857329.2180779,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	6.000374,
					"end":	7.000183,
					"seconds":	0.99980902671813965,
					"bytes":	36655552,
					"bits_per_second":	293300428.54541034,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	6.000374,
				"end":	7.000183,
				"seconds":	0.99980902671813965,
				"bytes":	36655552,
				"bits_per_second":	293300428.54541034,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	7.000183,
					"end":	8.000076,
					"seconds":	0.99989300966262817,
					"bytes":	39308856,
					"bits_per_second":	314504496.94223279,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	7.000183,
				"end":	8.000076,
				"seconds":	0.99989300966262817,
				"bytes":	39308856,
				"bits_per_second":	314504496.94223279,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	8.000076,
					"end":	9.000242,
					"seconds":	1.0001660585403442,
					"bytes":	30379752,
					"bits_per_second":	242997664.1625821,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	8.000076,
				"end":	9.000242,
				"seconds":	1.0001660585403442,
				"bytes":	30379752,
				"bits_per_second":	242997664.1625821,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	9.000242,
					"end":	10.001707,
					"seconds":	1.0014649629592896,
					"bytes":	35596184,
					"bits_per_second":	284352905.526038,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	9.000242,
				"end":	10.001707,
				"seconds":	1.0014649629592896,
				"bytes":	35596184,
				"bits_per_second":	284352905.526038,
				"omitted":	false,
				"sender":	true
			}
		}],
	"end":	{
		"streams":	[{
				"sender":	{
					"socket":	5,
					"start":	0,
					"end":	10.001707,
					"seconds":	10.001707,
					"bytes":	375612632,
					"bits_per_second":	300438820.69330764,
					"sender":	true
				},
				"receiver":	{
					"socket":	5,
					"start":	0,
					"end":	10.027458,
					"seconds":	10.001707,
					"bytes":	374061312,
					"bits_per_second":	298429621.54516131,
					"sender":	true
				}
			}],
		"sum_sent":	{
			"start":	0,
			"end":	10.001707,
			"seconds":	10.001707,
			"bytes":	375612632,
			"bits_per_second":	300438820.69330764,
			"sender":	true
		},
		"sum_received":	{
			"start":	0,
			"end":	10.027458,
			"seconds":	10.027458,
			"bytes":	374061312,
			"bits_per_second":	298429621.54516131,
			"sender":	true
		},
		"cpu_utilization_percent":	{
			"host_total":	18.33535698770801,
			"host_user":	0.77806773339760571,
			"host_system":	17.557249317047848,
			"remote_total":	34.918358955723036,
			"remote_user":	5.9240629736665,
			"remote_system":	28.994276036891776
		},
		"receiver_tcp_congestion":	"cubic"
	}
}

Linux

Client - Standard Output

Connecting to host 127.0.0.1, port 5201
[  5] local 127.0.0.1 port 37338 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  3.77 GBytes  32.3 Gbits/sec    0   1.50 MBytes       
[  5]   1.00-2.00   sec  4.06 GBytes  34.9 Gbits/sec    0   1.56 MBytes       
[  5]   2.00-3.00   sec  4.06 GBytes  34.9 Gbits/sec    0   1.56 MBytes       
[  5]   3.00-4.00   sec  3.99 GBytes  34.3 Gbits/sec    0   1.75 MBytes       
[  5]   4.00-5.00   sec  4.07 GBytes  35.0 Gbits/sec    0   2.25 MBytes       
[  5]   5.00-6.00   sec  4.03 GBytes  34.6 Gbits/sec    0   2.25 MBytes       
[  5]   6.00-7.00   sec  3.90 GBytes  33.5 Gbits/sec    0   5.18 MBytes       
[  5]   7.00-8.00   sec  3.89 GBytes  33.4 Gbits/sec    0   5.18 MBytes       
[  5]   8.00-9.00   sec  3.98 GBytes  34.2 Gbits/sec    0   5.18 MBytes       
[  5]   9.00-10.00  sec  4.07 GBytes  35.0 Gbits/sec    0   5.18 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  39.8 GBytes  34.2 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  39.8 GBytes  34.2 Gbits/sec                  receiver

iperf Done.

Client - JSON Output

{
	"start":	{
		"connected":	[{
				"socket":	5,
				"local_host":	"127.0.0.1",
				"local_port":	45958,
				"remote_host":	"127.0.0.1",
				"remote_port":	5201
			}],
		"version":	"iperf 3.11",
		"system_info":	"Linux bgrewell-desk 5.4.0-99-generic #112~18.04.1-Ubuntu SMP Thu Feb 3 14:09:57 UTC 2022 x86_64",
		"timestamp":	{
			"time":	"Tue, 15 Feb 2022 20:56:21 GMT",
			"timesecs":	1644958581
		},
		"connecting_to":	{
			"host":	"127.0.0.1",
			"port":	5201
		},
		"cookie":	"p6nij47fyegv3q2l433duik6pv4xoujoyy6p",
		"tcp_mss_default":	32768,
		"target_bitrate":	0,
		"sock_bufsize":	0,
		"sndbuf_actual":	1024000,
		"rcvbuf_actual":	1024000,
		"test_start":	{
			"protocol":	"TCP",
			"num_streams":	1,
			"blksize":	131072,
			"omit":	0,
			"duration":	10,
			"bytes":	0,
			"blocks":	0,
			"reverse":	0,
			"tos":	0,
			"target_bitrate":	0
		}
	},
	"intervals":	[{
			"streams":	[{
					"socket":	5,
					"start":	0,
					"end":	1.000237,
					"seconds":	1.000236988067627,
					"bytes":	4342415360,
					"bits_per_second":	34731092025.614273,
					"retransmits":	0,
					"snd_cwnd":	1506109,
					"snd_wnd":	5086720,
					"rtt":	31,
					"rttvar":	5,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	0,
				"end":	1.000237,
				"seconds":	1.000236988067627,
				"bytes":	4342415360,
				"bits_per_second":	34731092025.614273,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	1.000237,
					"end":	2.000037,
					"seconds":	0.99980002641677856,
					"bytes":	4426301440,
					"bits_per_second":	35417494083.200539,
					"retransmits":	0,
					"snd_cwnd":	1637075,
					"snd_wnd":	5086720,
					"rtt":	28,
					"rttvar":	1,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	1.000237,
				"end":	2.000037,
				"seconds":	0.99980002641677856,
				"bytes":	4426301440,
				"bits_per_second":	35417494083.200539,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	2.000037,
					"end":	3.000098,
					"seconds":	1.00006103515625,
					"bytes":	4330618880,
					"bits_per_second":	34642836609.054626,
					"retransmits":	0,
					"snd_cwnd":	1833524,
					"snd_wnd":	5086720,
					"rtt":	32,
					"rttvar":	7,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	2.000037,
				"end":	3.000098,
				"seconds":	1.00006103515625,
				"bytes":	4330618880,
				"bits_per_second":	34642836609.054626,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	3.000098,
					"end":	4.000154,
					"seconds":	1.0000560283660889,
					"bytes":	4136632320,
					"bits_per_second":	33091204513.879173,
					"retransmits":	0,
					"snd_cwnd":	2750286,
					"snd_wnd":	5086720,
					"rtt":	34,
					"rttvar":	9,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	3.000098,
				"end":	4.000154,
				"seconds":	1.0000560283660889,
				"bytes":	4136632320,
				"bits_per_second":	33091204513.879173,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	4.000154,
					"end":	5.000055,
					"seconds":	0.999900996685028,
					"bytes":	4291297280,
					"bits_per_second":	34333777397.777889,
					"retransmits":	0,
					"snd_cwnd":	2881252,
					"snd_wnd":	5086720,
					"rtt":	29,
					"rttvar":	4,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	4.000154,
				"end":	5.000055,
				"seconds":	0.999900996685028,
				"bytes":	4291297280,
				"bits_per_second":	34333777397.777889,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	5.000055,
					"end":	6.000218,
					"seconds":	1.0001629590988159,
					"bytes":	4191682560,
					"bits_per_second":	33527996787.858349,
					"retransmits":	0,
					"snd_cwnd":	4256395,
					"snd_wnd":	5086720,
					"rtt":	33,
					"rttvar":	7,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	5.000055,
				"end":	6.000218,
				"seconds":	1.0001629590988159,
				"bytes":	4191682560,
				"bits_per_second":	33527996787.858349,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	6.000218,
					"end":	7.000187,
					"seconds":	0.9999690055847168,
					"bytes":	4377804800,
					"bits_per_second":	35023523933.645477,
					"retransmits":	0,
					"snd_cwnd":	4256395,
					"snd_wnd":	5086720,
					"rtt":	32,
					"rttvar":	7,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	6.000218,
				"end":	7.000187,
				"seconds":	0.9999690055847168,
				"bytes":	4377804800,
				"bits_per_second":	35023523933.645477,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	7.000187,
					"end":	8.000072,
					"seconds":	0.99988502264022827,
					"bytes":	4228382720,
					"bits_per_second":	33830951553.488186,
					"retransmits":	0,
					"snd_cwnd":	4256395,
					"snd_wnd":	5086720,
					"rtt":	31,
					"rttvar":	5,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	7.000187,
				"end":	8.000072,
				"seconds":	0.99988502264022827,
				"bytes":	4228382720,
				"bits_per_second":	33830951553.488186,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	8.000072,
					"end":	9.000236,
					"seconds":	1.0001640319824219,
					"bytes":	4404019200,
					"bits_per_second":	35226375347.818161,
					"retransmits":	0,
					"snd_cwnd":	4256395,
					"snd_wnd":	5086720,
					"rtt":	31,
					"rttvar":	5,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	8.000072,
				"end":	9.000236,
				"seconds":	1.0001640319824219,
				"bytes":	4404019200,
				"bits_per_second":	35226375347.818161,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}, {
			"streams":	[{
					"socket":	5,
					"start":	9.000236,
					"end":	10.000246,
					"seconds":	1.0000100135803223,
					"bytes":	4392222720,
					"bits_per_second":	35137429908.5233,
					"retransmits":	0,
					"snd_cwnd":	4256395,
					"snd_wnd":	5086720,
					"rtt":	28,
					"rttvar":	6,
					"pmtu":	65535,
					"omitted":	false,
					"sender":	true
				}],
			"sum":	{
				"start":	9.000236,
				"end":	10.000246,
				"seconds":	1.0000100135803223,
				"bytes":	4392222720,
				"bits_per_second":	35137429908.5233,
				"retransmits":	0,
				"omitted":	false,
				"sender":	true
			}
		}],
	"end":	{
		"streams":	[{
				"sender":	{
					"socket":	5,
					"start":	0,
					"end":	10.000246,
					"seconds":	10.000246,
					"bytes":	43121377280,
					"bits_per_second":	34496253216.170883,
					"retransmits":	0,
					"max_snd_cwnd":	4256395,
					"max_snd_wnd":	5086720,
					"max_rtt":	34,
					"min_rtt":	28,
					"mean_rtt":	30,
					"sender":	true
				},
				"receiver":	{
					"socket":	5,
					"start":	0,
					"end":	10.000255,
					"seconds":	10.000246,
					"bytes":	43121377280,
					"bits_per_second":	34496222170.334656,
					"sender":	true
				}
			}],
		"sum_sent":	{
			"start":	0,
			"end":	10.000246,
			"seconds":	10.000246,
			"bytes":	43121377280,
			"bits_per_second":	34496253216.170883,
			"retransmits":	0,
			"sender":	true
		},
		"sum_received":	{
			"start":	0,
			"end":	10.000255,
			"seconds":	10.000255,
			"bytes":	43121377280,
			"bits_per_second":	34496222170.334656,
			"sender":	true
		},
		"cpu_utilization_percent":	{
			"host_total":	99.8049662686498,
			"host_user":	1.30099782747236,
			"host_system":	98.50393845597813,
			"remote_total":	71.526647116574765,
			"remote_user":	10.107972825598928,
			"remote_system":	61.418674290975851
		},
		"sender_tcp_congestion":	"cubic",
		"receiver_tcp_congestion":	"cubic"
	}
}

Windows

Client - Standard Output

Connecting to host 172.50.0.237, port 5201
[  4] local 192.168.2.32 port 53287 connected to 172.50.0.237 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  23.4 MBytes   195 Mbits/sec
[  4]   1.00-2.00   sec  24.8 MBytes   208 Mbits/sec
[  4]   2.00-3.00   sec  24.6 MBytes   207 Mbits/sec
[  4]   3.00-4.00   sec  25.4 MBytes   213 Mbits/sec
[  4]   4.00-5.00   sec  25.8 MBytes   216 Mbits/sec
[  4]   5.00-6.00   sec  24.6 MBytes   206 Mbits/sec
[  4]   6.00-7.00   sec  24.2 MBytes   203 Mbits/sec
[  4]   7.00-8.00   sec  25.6 MBytes   215 Mbits/sec
[  4]   8.00-9.00   sec  22.5 MBytes   188 Mbits/sec
[  4]   9.00-10.00  sec  25.4 MBytes   214 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec   246 MBytes   207 Mbits/sec                  sender
[  4]   0.00-10.00  sec   246 MBytes   207 Mbits/sec                  receiver

iperf Done.

Client - JSON Output

{
        "start":        {
                "connected":    [{
                                "socket":       4,
                                "local_host":   "192.168.2.32",
                                "local_port":   53046,
                                "remote_host":  "172.50.0.237",
                                "remote_port":  5201
                        }],
                "version":      "iperf 3.1.3",
                "system_info":  "CYGWIN_NT-10.0 BGrewell-MOBL3 2.5.1(0.297/5/3) 2016-04-21 22:14 x86_64",
                "timestamp":    {
                        "time": "Tue, 15 Feb 2022 20:59:04 GMT",
                        "timesecs":     1644958744
                },
                "connecting_to":        {
                        "host": "172.50.0.237",
                        "port": 5201
                },
                "cookie":       "BGrewell-MOBL3.1644958744.700473.5cb",
                "tcp_mss_default":      0,
                "test_start":   {
                        "protocol":     "TCP",
                        "num_streams":  1,
                        "blksize":      131072,
                        "omit": 0,
                        "duration":     10,
                        "bytes":        0,
                        "blocks":       0,
                        "reverse":      0
                }
        },
        "intervals":    [{
                        "streams":      [{
                                        "socket":       4,
                                        "start":        0,
                                        "end":  1.000346,
                                        "seconds":      1.000346,
                                        "bytes":        25165824,
                                        "bits_per_second":      201256968.086070,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        0,
                                "end":  1.000346,
                                "seconds":      1.000346,
                                "bytes":        25165824,
                                "bits_per_second":      201256968.086070,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        1.000346,
                                        "end":  2.004159,
                                        "seconds":      1.003813,
                                        "bytes":        28442624,
                                        "bits_per_second":      226676667.444023,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        1.000346,
                                "end":  2.004159,
                                "seconds":      1.003813,
                                "bytes":        28442624,
                                "bits_per_second":      226676667.444023,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        2.004159,
                                        "end":  3.005629,
                                        "seconds":      1.001470,
                                        "bytes":        26214400,
                                        "bits_per_second":      209407402.416444,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        2.004159,
                                "end":  3.005629,
                                "seconds":      1.001470,
                                "bytes":        26214400,
                                "bits_per_second":      209407402.416444,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        3.005629,
                                        "end":  4.005154,
                                        "seconds":      0.999525,
                                        "bytes":        27525120,
                                        "bits_per_second":      220305589.691760,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        3.005629,
                                "end":  4.005154,
                                "seconds":      0.999525,
                                "bytes":        27525120,
                                "bits_per_second":      220305589.691760,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        4.005154,
                                        "end":  5.013391,
                                        "seconds":      1.008237,
                                        "bytes":        26214400,
                                        "bits_per_second":      208001912.155072,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        4.005154,
                                "end":  5.013391,
                                "seconds":      1.008237,
                                "bytes":        26214400,
                                "bits_per_second":      208001912.155072,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        5.013391,
                                        "end":  6.006210,
                                        "seconds":      0.992819,
                                        "bytes":        27394048,
                                        "bits_per_second":      220737484.242592,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        5.013391,
                                "end":  6.006210,
                                "seconds":      0.992819,
                                "bytes":        27394048,
                                "bits_per_second":      220737484.242592,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        6.006210,
                                        "end":  7.001016,
                                        "seconds":      0.994806,
                                        "bytes":        27525120,
                                        "bits_per_second":      221350643.899246,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        6.006210,
                                "end":  7.001016,
                                "seconds":      0.994806,
                                "bytes":        27525120,
                                "bits_per_second":      221350643.899246,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        7.001016,
                                        "end":  8.003209,
                                        "seconds":      1.002193,
                                        "bytes":        26738688,
                                        "bits_per_second":      213441432.468741,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        7.001016,
                                "end":  8.003209,
                                "seconds":      1.002193,
                                "bytes":        26738688,
                                "bits_per_second":      213441432.468741,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        8.003209,
                                        "end":  9.001669,
                                        "seconds":      0.998460,
                                        "bytes":        27000832,
                                        "bits_per_second":      216339807.535242,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        8.003209,
                                "end":  9.001669,
                                "seconds":      0.998460,
                                "bytes":        27000832,
                                "bits_per_second":      216339807.535242,
                                "omitted":      false
                        }
                }, {
                        "streams":      [{
                                        "socket":       4,
                                        "start":        9.001669,
                                        "end":  10.002915,
                                        "seconds":      1.001246,
                                        "bytes":        27000832,
                                        "bits_per_second":      215737851.923292,
                                        "omitted":      false
                                }],
                        "sum":  {
                                "start":        9.001669,
                                "end":  10.002915,
                                "seconds":      1.001246,
                                "bytes":        27000832,
                                "bits_per_second":      215737851.923292,
                                "omitted":      false
                        }
                }],
        "end":  {
                "streams":      [{
                                "sender":       {
                                        "socket":       4,
                                        "start":        0,
                                        "end":  10.002915,
                                        "seconds":      10.002915,
                                        "bytes":        269221888,
                                        "bits_per_second":      215314748.184593
                                },
                                "receiver":     {
                                        "socket":       4,
                                        "start":        0,
                                        "end":  10.002915,
                                        "seconds":      10.002915,
                                        "bytes":        269221888,
                                        "bits_per_second":      215314748.184593
                                }
                        }],
                "sum_sent":     {
                        "start":        0,
                        "end":  10.002915,
                        "seconds":      10.002915,
                        "bytes":        269221888,
                        "bits_per_second":      215314748.184593
                },
                "sum_received": {
                        "start":        0,
                        "end":  10.002915,
                        "seconds":      10.002915,
                        "bytes":        269221888,
                        "bits_per_second":      215314748.184593
                },
                "cpu_utilization_percent":      {
                        "host_total":   8.574867,
                        "host_user":    1.088080,
                        "host_system":  7.486787,
                        "remote_total": 20.163790,
                        "remote_user":  2.957876,
                        "remote_system":        17.205914
                }
        }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment