|
|
recv-Q and Send-Q error in netstat
Hi all,
We need to figure out some problem due to network latency between two
sites and run netstat to see if Recv-Q and Send-Q are filling up, but
we see that they are always zero.
We forced the Recv-Q to queue up but still no luck and nestat would
still show zero.
Is this a bug in all versions of Solaris including 10 6/06?
Is there any other tool that shows us the same result as netstat? We
need to see how much Recv-Q and Send-Q queue up if network latency is
high.
Thanks,
|
|
0
|
|
|
|
Reply
|
moghaddasi (20)
|
12/5/2006 2:17:53 AM |
|
In article <1165285073.296628.172360@f1g2000cwa.googlegroups.com>,
"Vahid Moghaddasi" <moghaddasi@gmail.com> writes:
> Hi all,
> We need to figure out some problem due to network latency between two
> sites and run netstat to see if Recv-Q and Send-Q are filling up, but
> we see that they are always zero.
> We forced the Recv-Q to queue up but still no luck and nestat would
> still show zero.
> Is this a bug in all versions of Solaris including 10 6/06?
> Is there any other tool that shows us the same result as netstat? We
> need to see how much Recv-Q and Send-Q queue up if network latency is
> high.
You seem to be assuming that a high latency will result in high
Recv-Q and Send-Q. This is not necessarly so. It depends on the
protocol you are running over TCP/IP, and is only likely to happen
if the protocol sends a large amount of data without waiting for any
data (in the form of an application level acknowledgement) from the
far end. Network latency doesn't have any affect on Recv-Q -- that
depends on your program's latency and how it's implemented
internally.
--
Andrew Gabriel
|
|
0
|
|
|
|
Reply
|
andrew
|
12/5/2006 8:41:09 AM
|
|
Andrew Gabriel wrote:
> You seem to be assuming that a high latency will result in high
> Recv-Q and Send-Q. This is not necessarly so.
Yes we are assuming that.
> It depends on the
> protocol you are running over TCP/IP, and is only likely to happen
> if the protocol sends a large amount of data without waiting for any
> data (in the form of an application level acknowledgement) from the
> far end. Network latency doesn't have any affect on Recv-Q -- that
> depends on your program's latency and how it's implemented
> internally.
We wrote a program which processes data very slowly on the receiving
server and
then we pumped some data from the sending server to the receiving
socket. Since the
receiving end is processing data very slowly, we expected to see the
recv-q and
eventually send-q grow up.
Thanks,
|
|
0
|
|
|
|
Reply
|
Vahid
|
12/5/2006 2:39:50 PM
|
|
|
2 Replies
1274 Views
(page loaded in 0.183 seconds)
Similiar Articles: recv-Q and Send-Q error in netstat - comp.unix.solarisHi all, We need to figure out some problem due to network latency between two sites and run netstat to see if Recv-Q and Send-Q are filling up, but we... Understanding Send-Q and Recv-Q by netstat - comp.os.linux ...$ netstat -tpn Proto Recv-Q Send-Q Local Address Foreign Address State ... Using a MPI_RECV and MPI_REDUCE - comp.parallel.mpi recv-Q and Send-Q error in netstat ... Workshop suntechd lmgrd.ste - comp.unix.solarisrecv-Q and Send-Q error in netstat - comp.unix.solaris Workshop suntechd lmgrd.ste - comp.unix.solaris recv-Q and Send-Q error in netstat - comp.unix.solaris Workshop ... Q: How to send RESET to USB printer? - comp.unix.programmer ...recv-Q and Send-Q error in netstat - comp.unix.solaris Clearing network errors - comp.unix.solaris AFAIK, you can't clear the netstat error counters any other way. "netstat" counters - comp.sys.sun.adminrecv-Q and Send-Q error in netstat - comp.unix.solaris Clearing network errors - comp.unix.solaris AFAIK, you can't clear the netstat error counters any other way. Solaris 8: Why is netstat so slow? - comp.unix.solarisrecv-Q and Send-Q error in netstat - comp.unix.solaris This is not necessarly so. It depends on the protocol you are running over ... BTW, don't see in Solaris the ... sample output of "netstat -an -f inet"? - comp.sys.hp.hpux ...$ uname -a HP-UX hpbox B.11.11 U 9000/785 2016698240 unlimited-user license $ netstat -an -f inet Active Internet connections (including servers) Proto Recv-Q Send-Q ... how to increase latency between two servers - comp.unix.solaris ...recv-Q and Send-Q error in netstat - comp.unix.solaris how to increase latency between two servers - comp.unix.solaris ... recv-Q and Send-Q error in netstat - comp.unix ... Network Latency - comp.unix.solarisrecv-Q and Send-Q error in netstat - comp.unix.solaris Hi all, We need to figure out some problem due to network latency between two sites and run netstat to see if Recv-Q ... SDH over IP - comp.dcom.sdh-sonetrecv-Q and Send-Q error in netstat - comp.unix.solaris It depends on the protocol you are running over TCP/IP, and is only likely to happen if ... recv-Q and Send-Q error in netstat - comp.unix.solaris | Computer ...Hi all, We need to figure out some problem due to network latency between two sites and run netstat to see if Recv-Q and Send-Q are filling up, but we... recv-Q and Send-Q error in netstat - Der Keiler UNIX: The source ...Hi all, We need to figure out some problem due to network latency between two sites and run netstat to see if Recv-Q and Send-Q are filling up, but 7/19/2012 3:23:38 PM
|
|
|
|
|
|
|
|
|