Recode of ping
command line tool.
Woks in Linux kernel > 3.14
docker-compose up -d
docker exec -ti ping_box bash
make
ping google.com
-l preload
- sendpreload
number of packets without waiting for response-c count
- stop sending packets aftercount
times-s size
- specify the size of ICMP data section-p pattern
- fill in the remaining data section withpattern
-t ttl
- change the default ttl field of IP packet