How can I get the maximum network card capacity
I want to be able to know what is the maximum capacity of my network card in my Ubuntu 18 machine. I use sudo nethogs and gets output like:
NetHogs version 0.8.5-2
PID USER PROGRAM DEV SENT RECEIVED
1724 x /usr/lib/firefox/firefox wlp2s0 0.030 0.031 KB/sec
? root unknown TCP 0.000 0.000 KB/sec
TOTAL 0.030 0.031 KB/sec
It tells me about the bandwidth used in sent/received. But how can I know the capacity (to what extent can I increase the amount of traffic before bottleneck).
networking wireless-networking network-adapter network-interface performance-monitor
add a comment |
I want to be able to know what is the maximum capacity of my network card in my Ubuntu 18 machine. I use sudo nethogs and gets output like:
NetHogs version 0.8.5-2
PID USER PROGRAM DEV SENT RECEIVED
1724 x /usr/lib/firefox/firefox wlp2s0 0.030 0.031 KB/sec
? root unknown TCP 0.000 0.000 KB/sec
TOTAL 0.030 0.031 KB/sec
It tells me about the bandwidth used in sent/received. But how can I know the capacity (to what extent can I increase the amount of traffic before bottleneck).
networking wireless-networking network-adapter network-interface performance-monitor
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
@acejavelin yes.
– user9371654
Aug 21 at 12:53
add a comment |
I want to be able to know what is the maximum capacity of my network card in my Ubuntu 18 machine. I use sudo nethogs and gets output like:
NetHogs version 0.8.5-2
PID USER PROGRAM DEV SENT RECEIVED
1724 x /usr/lib/firefox/firefox wlp2s0 0.030 0.031 KB/sec
? root unknown TCP 0.000 0.000 KB/sec
TOTAL 0.030 0.031 KB/sec
It tells me about the bandwidth used in sent/received. But how can I know the capacity (to what extent can I increase the amount of traffic before bottleneck).
networking wireless-networking network-adapter network-interface performance-monitor
I want to be able to know what is the maximum capacity of my network card in my Ubuntu 18 machine. I use sudo nethogs and gets output like:
NetHogs version 0.8.5-2
PID USER PROGRAM DEV SENT RECEIVED
1724 x /usr/lib/firefox/firefox wlp2s0 0.030 0.031 KB/sec
? root unknown TCP 0.000 0.000 KB/sec
TOTAL 0.030 0.031 KB/sec
It tells me about the bandwidth used in sent/received. But how can I know the capacity (to what extent can I increase the amount of traffic before bottleneck).
networking wireless-networking network-adapter network-interface performance-monitor
networking wireless-networking network-adapter network-interface performance-monitor
edited Dec 10 at 14:38
asked Aug 20 at 21:40
user9371654
1957
1957
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
@acejavelin yes.
– user9371654
Aug 21 at 12:53
add a comment |
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
@acejavelin yes.
– user9371654
Aug 21 at 12:53
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
@acejavelin yes.
– user9371654
Aug 21 at 12:53
@acejavelin yes.
– user9371654
Aug 21 at 12:53
add a comment |
1 Answer
1
active
oldest
votes
You can use these commands from the CLI.
Hit Ctrl + Alt + T from the desktop, or load up your preferred terminal.
Find your adapter name using ifconfig.
Use:
dmesg | grep eth0
Or:
mii-tool -v eth0
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1350803%2fhow-can-i-get-the-maximum-network-card-capacity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use these commands from the CLI.
Hit Ctrl + Alt + T from the desktop, or load up your preferred terminal.
Find your adapter name using ifconfig.
Use:
dmesg | grep eth0
Or:
mii-tool -v eth0
add a comment |
You can use these commands from the CLI.
Hit Ctrl + Alt + T from the desktop, or load up your preferred terminal.
Find your adapter name using ifconfig.
Use:
dmesg | grep eth0
Or:
mii-tool -v eth0
add a comment |
You can use these commands from the CLI.
Hit Ctrl + Alt + T from the desktop, or load up your preferred terminal.
Find your adapter name using ifconfig.
Use:
dmesg | grep eth0
Or:
mii-tool -v eth0
You can use these commands from the CLI.
Hit Ctrl + Alt + T from the desktop, or load up your preferred terminal.
Find your adapter name using ifconfig.
Use:
dmesg | grep eth0
Or:
mii-tool -v eth0
answered Aug 22 at 14:02
Tim_Stewart
2,8602321
2,8602321
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1350803%2fhow-can-i-get-the-maximum-network-card-capacity%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
I'm confused, what do you mean by "maximum capacity".... Are you trying to figure out the maximum speed of your network adapter?
– acejavelin
Aug 20 at 22:31
@acejavelin yes.
– user9371654
Aug 21 at 12:53