Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
zperf_results Struct Reference

Performance results. More...

#include <zperf.h>

Data Fields

uint32_t nb_packets_sent
 Number of packets sent.
 
uint32_t nb_packets_rcvd
 Number of packets received.
 
uint32_t nb_packets_lost
 Number of packets lost.
 
uint32_t nb_packets_outorder
 Number of packets out of order.
 
uint64_t total_len
 Total length of the transferred data.
 
uint64_t time_in_us
 Total time of the transfer in microseconds.
 
uint32_t jitter_in_us
 Jitter in microseconds.
 
uint64_t client_time_in_us
 Client connection time in microseconds.
 
uint32_t packet_size
 Packet size.
 
uint32_t nb_packets_errors
 Number of packet errors.
 

Detailed Description

Performance results.

Field Documentation

◆ client_time_in_us

uint64_t zperf_results::client_time_in_us

Client connection time in microseconds.

◆ jitter_in_us

uint32_t zperf_results::jitter_in_us

Jitter in microseconds.

◆ nb_packets_errors

uint32_t zperf_results::nb_packets_errors

Number of packet errors.

◆ nb_packets_lost

uint32_t zperf_results::nb_packets_lost

Number of packets lost.

◆ nb_packets_outorder

uint32_t zperf_results::nb_packets_outorder

Number of packets out of order.

◆ nb_packets_rcvd

uint32_t zperf_results::nb_packets_rcvd

Number of packets received.

◆ nb_packets_sent

uint32_t zperf_results::nb_packets_sent

Number of packets sent.

◆ packet_size

uint32_t zperf_results::packet_size

Packet size.

◆ time_in_us

uint64_t zperf_results::time_in_us

Total time of the transfer in microseconds.

◆ total_len

uint64_t zperf_results::total_len

Total length of the transferred data.


The documentation for this struct was generated from the following file: