are dropped packets a sign of network problem?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers are dropped packets a sign of network problem?
# 1  
Old 10-10-2007
are dropped packets a sign of network problem?

in a xen environment , i see a lot op dropped packets via netstat -i

Is this a sign of network problems, or is it normal to see this kind of numbers? i'm not sure how to interprete the data. is this normal, bad, critical. What are your stats on this?

I guess i have a xen issue of some sort, but not sure what yet

Code:
[root@redhat06 xen]# netstat -i
Kernel Interface table
Iface       MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0       1500   0 53999491      0      0      0  6234874      0      0      0 BMRU
lo        16436   0  9247734      0      0      0  9247734      0      0      0 LRU
peth0      1500   0 135679270      0      0      0 95455766      0      0      0 BORU
tap0       1500   0  5411876      0      0      0 35071803      0      0      0 BMRU
vif-vmdeb  1500   0        0      0      0      0       35      0 333350      0 BORU
vif0.0     1500   0  6234874      0      0      0 53999492      0      0      0 BORU
vif6.0     1500   0 55813641      0      0      0 98482968      0 482338      0 BORU
vif6.1     1500   0        0      0      0      0       39      0 46875771      0 BORU
vif68.0    1500   0        0      0      0      0        0      0      0      0 BOU
vif69.0    1500   0  9349348      0      0      0 30571290      0   3282      0 BORU
vif69.1    1500   0        0      0      0      0       44      0 18947590      0 BORU
vif70.0    1500   0   129605      0      0      0   460256      0    702      0 BORU
vif70.1    1500   0        0      0      0      0       35      0 333350      0 BORU
xenbr0     1500   0 46298695      0      0      0        0      0      0      0 BORU

# 2  
Old 10-10-2007
Unless you have routers that detect denial of service attacks and drop packets deliberately, then you have some sort of problem on the vi series devices. Sorry I don't know xen, I'm guessing they are virtual. I don't believe dropped packets of the magnitude you see are an expected behavior. Anywhere. Somebody who knows your Os will have to comment to give a definite answer.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Records not dropped from UNIX Script

Hi All, As per my biz requirement, I need to drop the partition from our PROD table based on the retention period. Hence I have written the script and called the drop partition procedure within the script. The procedure is working fine and droped the partition from the table when I execute... (4 Replies)
Discussion started by: suresh_target
4 Replies

2. Red Hat

How to set static routes for packets, within the same Network?

I have three systems A,B,C. I want to configure A in such a way that all packets from A to C goes via B. I tried: 1. ip route add 'ip of C' via 'ip of B' 2. route add -net 'net address' netmask gw 'ip of B' These commands work initially when I try a ping or traceroute and expire after... (2 Replies)
Discussion started by: kanak
2 Replies

3. UNIX for Advanced & Expert Users

Find User who dropped table in teradata DB

HI Team Is there a way to track which user dropped the table in Teradata ? Please share the query or approach . Thanks (0 Replies)
Discussion started by: Perlbaby
0 Replies

4. News, Links, Events and Announcements

MySQL dropped in favor of MariaDB

Fedora and openSUSE will replace MySQL with MariaDB: Oracle who? Fedora & openSUSE will replace MySQL with MariaDB | ZDNet The article also has a comment that Chakra is planning on doing the same. No doubt the Fedora based distributions are planning to do the same. (7 Replies)
Discussion started by: figaro
7 Replies

5. Ubuntu

System chrashe , dropped into Busybox

This is the mistake that i've done : First of all go to /etc/apt/sources.list folder from terminal or using file manager ... than copy the content of sources.list in to your adequate source.list. Create a file named sources.list.bt and paste the same content In the end open the... (0 Replies)
Discussion started by: dud3
0 Replies

6. UNIX for Advanced & Expert Users

Problem: Single Sign On for linux

Hi gurus, I'd like to know your opions about Single Sign On (SSO) for linux (Debian). In my company, clients want to access to different services (FTP, HTTP, Mail, Web Applications ). I think about OpenLDAP and Proxy (Squid, Vulture) to resolve this problem but i'm not sure if they can. Are there... (0 Replies)
Discussion started by: thanhdat
0 Replies

7. SuSE

Recover dropped database

I have deleted a database. I restored it again with a backup. Now we lost some data of two days. Is it possible to restore this lost data? (5 Replies)
Discussion started by: Eastme
5 Replies

8. AIX

Capture Network Packets from AIX

Hi, I am using smitty to create and configure a print queue. I am giving a print of a text file to the print queue created. I am using this in network. How to capture network packets of the print from AIX to the printer and printer to AIX. I tried Wireshark to capture network packets. I am... (16 Replies)
Discussion started by: meeraramanathan
16 Replies

9. UNIX for Dummies Questions & Answers

Dumping network packets

Hi, My Solaris Workstation has got 4 NICS, out of which one of them(bge3) is unplugged from the rest of the external network & connected to other interface(bge1). The isolated NIC serves as a simulated Ethernet Interface for my application under development. Now, I'd like to capture RAW... (1 Reply)
Discussion started by: smanu
1 Replies

10. Shell Programming and Scripting

Sign on/Sign off logging script

I'd like to make a script that I can execute every time I sign on to my linux box that keeps track of the time and allows to me to add a remark to a file. So basically once I log in, I run the script, and it outputs the date and time to a text file (log.txt). But that isn't my problem. I need... (1 Reply)
Discussion started by: Glider
1 Replies
Login or Register to Ask a Question