First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Plot the Round Trip Time (RTT) against time

I am trying to make a plot with the runtime as the x-axis and the RTT time as the y-axis. I have two hosts h1 and h2. I am able to generate the Round Trip Time by pinging H2 from H1. But how can I generate the RTT Graph via Wireshark? I know RTT Graph option lies under Statistics -> TCP Streat Graphs -> RTT Graph. But what I received is an ICMP Protocol. So how can I generate an RTT Graph for this via Wireshark? Any help will be appreciated.

arunprakashpj's avatar
1
arunprakashpj
asked 2019-10-14 20:28:22 +0000, updated 2019-10-14 20:44:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

(Example of IO Graph for icmp.resptime)
https://drive.google.com/open?id=1l-6...

Are you looking to plot a graph of ICMP response time?
If so then an IO Graph (Statistics -> I/O Graph) will do that.

1. Add a new line to the default graph:
  Y Field: icmp.resptime
  Y Axis: SUM(Y Field)
2. Disable the first two lines: All packets and TCP errors.
Chuckc's avatar
3k
Chuckc
answered 2019-10-15 02:23:44 +0000, updated 2019-10-15 02:24:01 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer