UDP send buffer error in netstat802.3ad on FreeBSD and Linux using crossover cables?FTP not happening on RHEL 6 Server configured using a Vm Player 11UDP buffer overrun and old datagram clearingUDP receive buffer errorCan't figure out why Ethernet packets are ignoredBeaglebone Black not able to send raw UDP Packets with Python to laptop running Ubuntu 16.04Direct connection Centos7 (loadbalance) to QNAP (trunk)Send UDP Packet to Memcached via Netcatrx_drops_no_pbuf drops on Emulex Corporation OneConnect 10Gb NICNAT ETH1 PORT 5000 Traffic to PPP0
How do I exit BASH while loop using modulus operator?
Why is the sentence "Das ist eine Nase" correct?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Blending or harmonizing
Why do I get negative height?
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
Does Dispel Magic work on Tiny Hut?
Send out email when Apex Queueable fails and test it
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Does int main() need a declaration on C++?
How does a dynamic QR code work?
What is an equivalently powerful replacement spell for Yuan-Ti's Suggestion spell?
Machine learning testing data
Rotate ASCII Art by 45 Degrees
Can someone clarify Hamming's notion of important problems in relation to modern academia?
Convert seconds to minutes
Could neural networks be considered metaheuristics?
What do you call someone who asks many questions?
OP Amp not amplifying audio signal
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
files created then deleted at every second in tmp directory
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How to show a landlord what we have in savings?
Is there a hemisphere-neutral way of specifying a season?
UDP send buffer error in netstat
802.3ad on FreeBSD and Linux using crossover cables?FTP not happening on RHEL 6 Server configured using a Vm Player 11UDP buffer overrun and old datagram clearingUDP receive buffer errorCan't figure out why Ethernet packets are ignoredBeaglebone Black not able to send raw UDP Packets with Python to laptop running Ubuntu 16.04Direct connection Centos7 (loadbalance) to QNAP (trunk)Send UDP Packet to Memcached via Netcatrx_drops_no_pbuf drops on Emulex Corporation OneConnect 10Gb NICNAT ETH1 PORT 5000 Traffic to PPP0
I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error
counter going up specifically overrun
If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?
[root@voice-01 ~]# netstat -suna
...
Udp:
564240050621 packets received
600156354 packets to unknown port received.
3095742 packet receive errors
621737694201 packets sent
0 receive buffer errors
1475161 send buffer errors
InCsumErrors: 913878
...
Interface overrun counter
[root@voice-01 ~]# ifconfig ens4 | grep -i error
RX errors 15147252 dropped 0 overruns 15147252 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.
sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core_wrmem_default=26214400
sysctl -w net.core_wmem_default=26214400
ethtool stats
[root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
[0]: rx_discards: 1764406
[1]: rx_discards: 1655431
[2]: rx_discards: 1418942
[3]: rx_discards: 1880233
[4]: rx_discards: 1950109
[5]: rx_discards: 2227701
[6]: rx_discards: 1095657
[7]: rx_discards: 3154773
rx_discards: 15147252
I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero
error
I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet
what other option i should try or understand what is wrong?
linux ethernet udp buffer interface
add a comment |
I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error
counter going up specifically overrun
If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?
[root@voice-01 ~]# netstat -suna
...
Udp:
564240050621 packets received
600156354 packets to unknown port received.
3095742 packet receive errors
621737694201 packets sent
0 receive buffer errors
1475161 send buffer errors
InCsumErrors: 913878
...
Interface overrun counter
[root@voice-01 ~]# ifconfig ens4 | grep -i error
RX errors 15147252 dropped 0 overruns 15147252 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.
sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core_wrmem_default=26214400
sysctl -w net.core_wmem_default=26214400
ethtool stats
[root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
[0]: rx_discards: 1764406
[1]: rx_discards: 1655431
[2]: rx_discards: 1418942
[3]: rx_discards: 1880233
[4]: rx_discards: 1950109
[5]: rx_discards: 2227701
[6]: rx_discards: 1095657
[7]: rx_discards: 3154773
rx_discards: 15147252
I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero
error
I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet
what other option i should try or understand what is wrong?
linux ethernet udp buffer interface
add a comment |
I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error
counter going up specifically overrun
If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?
[root@voice-01 ~]# netstat -suna
...
Udp:
564240050621 packets received
600156354 packets to unknown port received.
3095742 packet receive errors
621737694201 packets sent
0 receive buffer errors
1475161 send buffer errors
InCsumErrors: 913878
...
Interface overrun counter
[root@voice-01 ~]# ifconfig ens4 | grep -i error
RX errors 15147252 dropped 0 overruns 15147252 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.
sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core_wrmem_default=26214400
sysctl -w net.core_wmem_default=26214400
ethtool stats
[root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
[0]: rx_discards: 1764406
[1]: rx_discards: 1655431
[2]: rx_discards: 1418942
[3]: rx_discards: 1880233
[4]: rx_discards: 1950109
[5]: rx_discards: 2227701
[6]: rx_discards: 1095657
[7]: rx_discards: 3154773
rx_discards: 15147252
I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero
error
I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet
what other option i should try or understand what is wrong?
linux ethernet udp buffer interface
I we are running voice application which stream UDP (RTP) packets for voice, I am investigation some strange issue where my ifconfig ens4 | grep error
counter going up specifically overrun
If you see UDP send buffer error that counter is getting increase periodically, does that means my TX buffer is getting full?
[root@voice-01 ~]# netstat -suna
...
Udp:
564240050621 packets received
600156354 packets to unknown port received.
3095742 packet receive errors
621737694201 packets sent
0 receive buffer errors
1475161 send buffer errors
InCsumErrors: 913878
...
Interface overrun counter
[root@voice-01 ~]# ifconfig ens4 | grep -i error
RX errors 15147252 dropped 0 overruns 15147252 frame 0
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
overrun directly involve with high speed RX data where kernel can't process hard enough, i have increase udp buffer size also but still time to time overrun counter getting increased.
sysctl -w net.core.rmem_max=26214400
sysctl -w net.core.rmem_default=26214400
sysctl -w net.core_wrmem_default=26214400
sysctl -w net.core_wmem_default=26214400
ethtool stats
[root@voice-01 ~]# ethtool -S ens4 | grep rx_dis
[0]: rx_discards: 1764406
[1]: rx_discards: 1655431
[2]: rx_discards: 1418942
[3]: rx_discards: 1880233
[4]: rx_discards: 1950109
[5]: rx_discards: 2227701
[6]: rx_discards: 1095657
[7]: rx_discards: 3154773
rx_discards: 15147252
I have exact similar hardware voice-02 box which is also handling same amount of traffic but it has almost zero
error
I have NIC is Broadcom Limited NetXtreme II BCM57810 10 Gigabit Ethernet
what other option i should try or understand what is wrong?
linux ethernet udp buffer interface
linux ethernet udp buffer interface
asked 2 days ago
SatishSatish
64311237
64311237
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%2f509751%2fudp-send-buffer-error-in-netstat%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%2f509751%2fudp-send-buffer-error-in-netstat%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