Operating System - HP-UX
1833792 Members
2205 Online
110063 Solutions
New Discussion

Traceroute : don't understand the data

 
SOLVED
Go to solution
GRANDIERE
Frequent Advisor

Traceroute : don't understand the data

Hi,
when i launch the command traceroute i don't understand the response.

RPU0H057(root):->traceroute 150.0.207.131
traceroute to 150.0.207.131 (150.0.207.131), 30 hops max, 20 byte packets
1 150.62.104.1 (150.62.104.1) 11 ms 24 ms 24 ms

What means the three times 11 ms 24 ms 24 ms ?

Regards.
7 REPLIES 7
Patrick Wallek
Honored Contributor
Solution

Re: Traceroute : don't understand the data

It sends 3 packets and those are the times for the 3 packets to that hop in the route.

# man traceroute

will give you all kinds of information.
Uday_S_Ankolekar
Honored Contributor

Re: Traceroute : don't understand the data

These numbers represent the 'max time', 'min time', and 'average time' to the
destination. (in milliseconds)
Good Luck..
Suraj Singh_1
Trusted Contributor

Re: Traceroute : don't understand the data

Hi,

Every time you trace a route, the traceroute command sends three packets to each "hop" it traverses. The 2 times it shows is the time these packets take to reach the next hop.

Hope it clarifies... For more info, "man traceroute"

Regards,
Suraj
What we cannot speak about we must pass over in silence.
Suraj Singh_1
Trusted Contributor

Re: Traceroute : don't understand the data

Hi,

Every time you trace a route, the traceroute command sends three packets to each "hop" it traverses. The 3 times it shows is the time these packets take to reach the next hop.

Hope it clarifies... For more info, "man traceroute"

Regards,
Suraj
What we cannot speak about we must pass over in silence.
GRANDIERE
Frequent Advisor

Re: Traceroute : don't understand the data

Thanks a lot for theses informations.

By.

Regards.
Steven E. Protter
Exalted Contributor

Re: Traceroute : don't understand the data

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=909150

More on the point system:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28


Please click here and do something.

http://forums1.itrc.hp.com/service/forums/pageList.do?userId=BR762263&listType=unassigned&forumId=1



Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
GRANDIERE
Frequent Advisor

Re: Traceroute : don't understand the data

To close the thread.
Thanks.