Sponsored Content
Top Forums UNIX for Dummies Questions & Answers are dropped packets a sign of network problem? Post 302139936 by progressdll on Wednesday 10th of October 2007 02:57:59 AM
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

 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
eql_enslave(8)						      System Manager's Manual						    eql_enslave(8)

NAME
eql_enslave - enslave a network interface with a master interface SYNOPSIS
eql_enslave <master-name> <slave-name> <estimated-bps> DESCRIPTION
eql_enslave enslaves a PPP or SLIP network interface to another, named master interface or eql device. The MTU must match the MTU of your serial line device, otherwise, eql_enslave just fails when it is called. You have also to turn off Van- Jacobson compression on your slave devices. Once the eql device is configured, it will stay up and running until you shut it down manually or reboot. If you have the eql support com- piled as a module then all you have to do is to remove the module after downing the interface. Note that you have to connect to a terminal server capable of doing load balancing or another Linux box to use EQL. EXAMPLES
# Client Side EQL Driver Initialization ifconfig eql 192.168.1.2 netmask 255.255.255.0 mtu 1500 eql_enslave eql ppp0 33600 eql_enslave eql ppp1 14400 eql_enslave eql ppp2 28800 SEE ALSO
ifconfig(8) AUTHOR
Written by Simon "Guru Aleph-Null" Janes, simon@ncm.com. Manual page added by Roberto Lumbreras <rover@debian.org>. eql_enslave(8)
All times are GMT -4. The time now is 05:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy