Ping (ICMP echo request and reply)
ping 192.168.1.201 PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data. 64 bytes from 192.168.1.201: icmp_seq=1 ttl=63 time=0.053 ms 64 bytes from 192.168.1.201: icmp_seq=2 ttl=63 time=0.077 ms
Flood ping (ICMP echo request and reply)
ping -c 10000 -f 192.168.1.201 PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data. --- 192.168.1.201 ping statistics --- 10000 packets transmitted, 10000 received, 0% packet loss, time 759ms rtt min/avg/max/mdev = 0.040/0.059/0.342/0.028 ms, ipg/ewma 0.075/0.071 ms
Generate TCP data with test pattern, verify on PC:
FNETIP=192.168.1.201 ; \ client/fnetctrl $FNETIP --tcp-lcl-datagen=1 ; \ client/fnetctrl $FNETIP --tcp-lcl-data-chance=100000000 ; \ client/fnetctrl $FNETIP --tcp-lcl-data-valmask=8191 ; \ client/fnetctrl $FNETIP --tcp=local read: 45832982108 (45833.0 MB) 111544.3 kB/s [slow avg 113980.5 kB/s] mark:04
Read and decode some MDIO information:
client/fnetctrl 192.168.1.201 --mdio=1 PHY: OUI 00:07:32 v/model: 11 rev: 5 autoneg: on 1000baseT/F ability: 1000baseT/F 1000baseT/H 100baseT/F 100baseT/H 10baseT/F 10baseT/H advertise: 1000baseT/F 100baseT/F 100baseT/H 10baseT/F 10baseT/H lp-advertise: 1000baseT/F 100baseT/F 100baseT/H 10baseT/F 10baseT/H
Arty A7-35 tests.
NTP server with a Arty A7-35 board and GPS.
0.5 ns signal sampler with a Arty A7-35 board.
Last modified: Fri Aug 9 18:30:33 CEST 2024