TE: User Guide
Test Suite
Network topology model
Test API
Configuring the test bed
DPDK
Devices and services
Network environment and topology
Running programs on an agent
Agent job control
Network performance tools
Cisco TRex
NPtcp
Network throughput tools
netperf
ping
struct tapi_ping_opt
struct tapi_ping_report
struct tapi_ping_rtt_stats
sfnt-pingpong
wrk
Server and service tools
Storage and filesystem tools
System and diagnostic tools
Sockets and I/O
Traffic generation and capture
Writing a test scenario
Remote calls on an agent
Test scenarios in markdown
Test Engine
Test Agents
Common tools API
Contributing to TE
Terminology
Global Namespace
Test Environment
Test Suite
Test API
Running programs on an agent
Network performance tools
ping
struct tapi_ping_rtt_stats
View page source
struct tapi_ping_rtt_stats
struct
tapi_ping_rtt_stats
{
// fields
double
min
;
double
avg
;
double
max
;
double
mdev
;
};