I need to see which dynamic ports are in use by the opened tabs on Chrome or Firefox. Is there a built-in user interface for that? Or which tools are able to monitor them?
Asked
Active
Viewed 501 times
0
-
What are `dynamic ports` exactly? Something like `chrome://net-internals/#sockets`? – wOxxOm Nov 19 '15 at 10:36
-
the ports that are used to connect different websites that starts from ~5000+. When the connection is lost, it is given back to pool. More info can be accessed from here: http://stackoverflow.com/a/29045432/282855 @wOxxOm – talha06 Nov 19 '15 at 12:22
-
There's no such built-in functionality. As for the tools, try googling, I'm using `tcpview`. – wOxxOm Nov 19 '15 at 12:23