Collect information on TCP retransmissionsHow to fake the source-port of a TCP packet?Getting current TCP...

How to compare two different formulations of a problem?

Vacuum collapse -- why do strong metals implode but glass doesn't?

Something in the TV

Dark side of an exoplanet - if it was earth-like would its surface light be detectable?

Overwrite file only if data

The logic of invoking virtual functions is not clear (or it is method hiding?)

What are the pros and cons of Einstein-Cartan Theory?

Is refusing to concede in the face of an unstoppable Nexus combo punishable?

Is "es" necessary in this sentence?

Are required indicators necessary for radio buttons?

How do you call it when two celestial bodies come as close to each other as they will in their current orbits?

What happens when I copy a legendary creature with Rite of Replication?

Is there such a thing as too inconvenient?

(Why) May a Beit Din refuse to bury a body in order to coerce a man into giving a divorce?

What can I do to keep a threaded bolt from falling out of it’s slot

Can pay be witheld for hours cleaning up after closing time?

Is "stainless" a bulk or a surface property of stainless steel?

How to setup a teletype to a unix shell

How much code would a codegolf golf if a codegolf could golf code?

Do I have to learn /o/ or /ɔ/ separately?

How to dismiss intrusive questions from a colleague with whom I don't work?

Why are delta bots so finicky?

The sound of thunder's like a whip

How to specify and fit a hybrid machine learning - linear model



Collect information on TCP retransmissions


How to fake the source-port of a TCP packet?Getting current TCP connection count on a systemKilling tcp connection in linuxtcpdump not capturing http or tcp/ssl trafficTCP Westwood implementation available?Binding two incoming TCP connections/dev/tcp not foundserver replies to TCP SYN packets with delayucspi-tcp tcpserver installation errorlsof shows protocol: TCP






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm collection monitoring information in my PC.
Right now, I want to collect the total number of TCP retransmissions, from the moment I turn on the interface (similar to collect information from files in /sys/class/net/wlp2s0/statistics).



However, I can't find a file in the /sys/class/net folder (or any other) that contains that information... I know about the netstat tool, but I've read that it is now obsolete.



The ss tool is a substitute, but I can't find a way to display the total number of retransmissions (it only shows the retransmissions per connection, as it seems). Also, on my setup, I am not allowed to use Wireshark.



Does anyone know another way to get the total TCP retransmissions?










share|improve this question































    0















    I'm collection monitoring information in my PC.
    Right now, I want to collect the total number of TCP retransmissions, from the moment I turn on the interface (similar to collect information from files in /sys/class/net/wlp2s0/statistics).



    However, I can't find a file in the /sys/class/net folder (or any other) that contains that information... I know about the netstat tool, but I've read that it is now obsolete.



    The ss tool is a substitute, but I can't find a way to display the total number of retransmissions (it only shows the retransmissions per connection, as it seems). Also, on my setup, I am not allowed to use Wireshark.



    Does anyone know another way to get the total TCP retransmissions?










    share|improve this question



























      0












      0








      0








      I'm collection monitoring information in my PC.
      Right now, I want to collect the total number of TCP retransmissions, from the moment I turn on the interface (similar to collect information from files in /sys/class/net/wlp2s0/statistics).



      However, I can't find a file in the /sys/class/net folder (or any other) that contains that information... I know about the netstat tool, but I've read that it is now obsolete.



      The ss tool is a substitute, but I can't find a way to display the total number of retransmissions (it only shows the retransmissions per connection, as it seems). Also, on my setup, I am not allowed to use Wireshark.



      Does anyone know another way to get the total TCP retransmissions?










      share|improve this question














      I'm collection monitoring information in my PC.
      Right now, I want to collect the total number of TCP retransmissions, from the moment I turn on the interface (similar to collect information from files in /sys/class/net/wlp2s0/statistics).



      However, I can't find a file in the /sys/class/net folder (or any other) that contains that information... I know about the netstat tool, but I've read that it is now obsolete.



      The ss tool is a substitute, but I can't find a way to display the total number of retransmissions (it only shows the retransmissions per connection, as it seems). Also, on my setup, I am not allowed to use Wireshark.



      Does anyone know another way to get the total TCP retransmissions?







      monitoring tcp






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 2 days ago









      imllimll

      204 bronze badges




      204 bronze badges

























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f536142%2fcollect-information-on-tcp-retransmissions%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f536142%2fcollect-information-on-tcp-retransmissions%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

          The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...