본문 바로가기
Dev/Linux

[Linux] traceroute

by 흰바다제비 2022. 8. 15.
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

'Dev > Linux' 카테고리의 다른 글

[Ansible] Ansible playbook example - 2  (0) 2022.08.18
[Ansible] Ansible playbook example - 1  (0) 2022.08.17
[Ansible] Include  (0) 2022.08.11
[Ansible] Module  (0) 2022.08.10
[Linux] SSL 인증서  (0) 2022.08.08

댓글