Tracert
1.0.0
이 패키지는 Traceroute/Tracert 실행 가능보다 빠른 TracerOute 도구를 구현하지만 응답 및 호스트 이름 해상도가없는 정확도가 떨어집니다.
이 패키지는 다음과 같습니다.
pip install Tracertpython3 -m Tracert 8.8.8.8
python3 Tracert.pyz dns.google.com
Tracert 8.8.4.4
Tracert --help
Tracert -h
Tracert -6 -t 2 -r 5 -s 64 dns.google.com from Tracert import tracert
tracert ( "8.8.8.8" )
tracert ( "dns.google.com" , 6 , 64 , 2 , 5 ) usage: traceroute.py [-h] [-4 | -6] [--timeout TIMEOUT] [--retry RETRY] [--max-steps MAX_STEPS] destination
Fast tracert tool.
positional arguments:
destination IP or hostname you want to trace.
options:
-h, --help show this help message and exit
-4 Force IPv4.
-6 Force IPv6.
--timeout TIMEOUT, -t TIMEOUT
Timeout for each ping.
--retry RETRY, -r RETRY
Number of retry for each steps.
--max-steps MAX_STEPS, -s MAX_STEPS
Maximum steps to trace.
GPL, 버전 3에 따라 라이센스가 부여되었습니다.