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

What is the unit of tcp.time_delta in IO Graph

  • retag add tags

I created an IO graph and set AVG(tcp.time_delta) as the Y axis. What I expected is to show average time_delta in seconds in Y axis. But what I actually got is values such as 210^6 and 1.210^7 (see the image below).

Is it something with the unit of tcp.time_delta? Is the tcp.time_delta in second, millisecond or nanosecond by default? And how can I achieve my expected behavior to show Y axis in second?

Thanks a alot.

image description

webber84's avatar
1
webber84
asked 2018-08-15 17:33:50 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2018-08-15 23:56:32 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The unit of time is seconds, but that means this file of yours is exhibiting some preposterous TCP delays. The ^6, etc. are scientific notation - used for representing very large or very small numbers. Can you attach the trace file?

mctmike's avatar
16
mctmike
answered 2018-08-15 19:57:09 +0000
edit flag offensive 0 remove flag delete link

Comments

The trace lasted only minutes. I think there should not be time_delta as large as 10^6 seconds (which is 11 days). I'll attach the trace file later.

webber84's avatar webber84 (2018-08-16 04:47:58 +0000) edit
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