A program like nethogs for udp?TPROXY for redirecting UDP on arbitrary portstcpdump captures network-wide UDP...
Do you really need a KDF when you have a PRF?
Who is "He that flies" in Lord of the Rings?
ASCII Meme Arrow Generator
Wizard clothing for warm weather
C++ logging library
NUL delimited variable
Increase speed altering column on large table to NON NULL
How can I remove material from this wood beam?
Can there be absolute velocity?
The origin of the Russian proverb about two hares
Do you have to have figures when playing D&D?
A Salute to Poetry
Should I refuse to be named as co-author of a low quality paper?
Is Lambda Calculus purely syntactic?
So a part of my house disappeared... But not because of a chunk resetting
Is Dumbledore a human lie detector?
Use 1 9 6 2 in this order to make 75
How and why do references in academic papers work?
How to befriend someone who doesn't like to talk?
Grep Match and extract
Why is Na5 not played in this line of the French Defense, Advance Variation?
How to avoid typing 'git' at the begining of every Git command
As easy as Three, Two, One... How fast can you go from Five to Four?
Housemarks (superimposed & combined letters, heraldry)
A program like nethogs for udp?
TPROXY for redirecting UDP on arbitrary portstcpdump captures network-wide UDP traffic, but not TCPDoes the Transmission use only TCP or also UDP?How does netcat know if a UDP port is open?CentOS: Prioritize UDP traffic based on UDP port number?TCP flows coexisting with UDP when using SFQ (stochastic fair queuing)Using tc, I want TCP and UDP to use the same bufferHow to display an UDP connection?Ubuntu - UDP Traffic on port 123How to scan my computer's UDP ports
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I use a good program: nethogs,is like a "top" for tcp traffic
someone know something similar for udp?
I want to see the udp bandwitch used by program
udp
add a comment |
I use a good program: nethogs,is like a "top" for tcp traffic
someone know something similar for udp?
I want to see the udp bandwitch used by program
udp
1
If you only want to monitor, you can useiptraf
, It's very powerful.
– PersianGulf
Apr 21 '15 at 19:44
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46
add a comment |
I use a good program: nethogs,is like a "top" for tcp traffic
someone know something similar for udp?
I want to see the udp bandwitch used by program
udp
I use a good program: nethogs,is like a "top" for tcp traffic
someone know something similar for udp?
I want to see the udp bandwitch used by program
udp
udp
asked Apr 21 '15 at 19:34
elbarnaelbarna
4,376124294
4,376124294
1
If you only want to monitor, you can useiptraf
, It's very powerful.
– PersianGulf
Apr 21 '15 at 19:44
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46
add a comment |
1
If you only want to monitor, you can useiptraf
, It's very powerful.
– PersianGulf
Apr 21 '15 at 19:44
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46
1
1
If you only want to monitor, you can use
iptraf
, It's very powerful.– PersianGulf
Apr 21 '15 at 19:44
If you only want to monitor, you can use
iptraf
, It's very powerful.– PersianGulf
Apr 21 '15 at 19:44
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46
add a comment |
2 Answers
2
active
oldest
votes
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.
add a comment |
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...
add a comment |
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%2f197712%2fa-program-like-nethogs-for-udp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.
add a comment |
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.
add a comment |
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.
answered Apr 21 '15 at 20:04
PersianGulfPersianGulf
7,14243663
7,14243663
add a comment |
add a comment |
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...
add a comment |
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...
add a comment |
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...
answered 1 hour ago
Badr ElmersBadr Elmers
1085
1085
add a comment |
add a comment |
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%2f197712%2fa-program-like-nethogs-for-udp%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
1
If you only want to monitor, you can use
iptraf
, It's very powerful.– PersianGulf
Apr 21 '15 at 19:44
Mmm...nethogs is better because give me the top apps tcp consuming i want something like this for udp
– elbarna
Apr 21 '15 at 19:46