Lines Matching full:packets
9 Send Network Packets And Get Packet Loss
10 [Documentation] Send TCP, UDP or ICMP packets to any network device and return packet loss.
16 # packet_type The type of packets to be sent ("tcp, "udp", "icmp").
18 # icmp_type Type of ICMP packets (e.g. 8, 13, 17, etc.).
19 # num Number of packets to be sent.
21 # This keyword expects host, port, type and number of packets to be sent
22 # and rate at which packets to be sent, should be given in command line.
23 # By default it sends 4 ICMP echo request packets at 1 packets/second.
34 Send Network Packets With Flags And Verify Stability
42 # packet_type The type of packets to be sent ("tcp, "udp", "icmp").
45 # num Number of packets to be sent.
47 # This keyword expects host, port, type and number of packets to be sent
48 # and rate at which packets to be sent, should be given in command line.
49 # By default it sends 4 ICMP echo request packets at 1 packets/second.
55 Log To Console Packets lost: ${nping_result['percent_lost']}