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;
}
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
add a comment |
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
add a comment |
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
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
monitoring tcp
asked 2 days ago
imllimll
204 bronze badges
204 bronze badges
add a comment |
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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