Dev/Linux
[Linux] traceroute
흰바다제비
2022. 8. 15. 22:25
728x90
traceroute
: Show the pathway to the target and where the delay comes from.
This commad helps basically in :
- Providing the names and the identity of every device on the path
- Reporting network latency and identify at which device the latency comes from.
The output will provide the specified host, the size of the packet, the IP address, and the number of hops.
traceroute can send UDP, TCP, and ICMP with option
(UDP is default, -I for ICMP, -T for TCP)
Reference
https://likegeeks.com/linux-network-commands/
Linux Network Commands Used In Network Troubleshooting - Like Geeks
Learn how to use Linux network commands to troubleshoot your network. How to use ping, dig, traceroute, mtr, ss and tcpdump commands and more just perfectly
likegeeks.com
728x90