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

How to catch issue with network latency

  • retag add tags

I have repeatedly issue with network latency , I want to analysis it only when the issue will come, but before i run Wireshark , issue will get resolve, what can i do in this case how to analysis then.

Can somebody help me here on this, so that i can only monitor it at the time of issue occurs , i don't want to run wireshark all time. It should be only for specific time.

angel.anjali102@gmail.com's avatar
1
[email protected]
asked 2021-01-11 10:32:58 +0000
Jaap's avatar
13.7k
Jaap
updated 2021-01-11 12:29:17 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Assuming you have a known network interface where you can capture this behaviour, what you can do is run dumpcap, not Wireshark, in ring buffer mode. That will capture the traffic which you can then pick up when the event is reported. Running dumpcap will not analyse the traffic, so won't blow out of memory when running for a long time. Tweak the ring buffer parameters to your needs, i.e. capture file sizes you can handle, retention time, available storage size, etc.

Jaap's avatar
13.7k
Jaap
answered 2021-01-11 12:35:51 +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