![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NTP errors | modcan | UNIX for Advanced & Expert Users | 3 | 10-30-2008 09:15 AM |
| Major OS errors/Bash errors help!!!! | wcmmlynn | UNIX for Dummies Questions & Answers | 12 | 11-13-2007 04:50 AM |
| Adapter Errors and Link Errors | mcastill66 | AIX | 2 | 08-02-2005 06:51 PM |
| Adapter Errors and Link Errors | mcastill66 | UNIX for Advanced & Expert Users | 0 | 08-02-2005 06:11 PM |
| HP UX 11 CDE errors | Olamide | HP-UX | 1 | 05-28-2005 12:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
UDP errors
Hi,
I can see "udpInOverflows" errors when I execute 'netstat -s' on my Solaris box. The number of errors are small - about 40. e.g. $ netstat -s|grep udp UDP udpInDatagrams =1249190732 udpInErrors = 0 udpOutDatagrams =31663030 udpOutErrors = 0 tcpInErrs = 0 udpNoPorts =15060056 udpInCksumErrs = 0 udpInOverflows = 40 udpInCksumErrs = 0 udpInOverflows = 0 1. Could this mean a network connection issue ? 2. Does this output shows the accumulated set of stats over the period of its uptime? 3. When this stats indicators get reset - only during the reboot ? Thanks in advance! Chaandana |
|
||||
|
It means application is slow in processing of that heavy UDP requests/data. There can be 3 solutions
1> Identify if there is flooding on your application; snoop, tcpdump or firewall 2> Increase kernel socket buffer size; ndd for Solaris and sysctl for Linux 3> Increase processing Threads/Child in your application. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|