RE: N/w Bottleneck Check under Benchmark Load ?

From: Mark W. Farnham <mwf_at_rsiz.com>
Date: Tue, 3 Jun 2008 11:20:21 -0400
Message-ID: <0df501c8c58d$582c0680$1100a8c0@rsiz.com>


From Tanel, previously:

"

You can run netstat in HP-UX couple of times and calculate how many bytes worth of TCP packets are sent out:  

    netstat -f inet -p tcp

"

You missed a "couple of times and calculate". Notice that you've got 3.5 billion plus packets in 300 seconds. (Not!).  

So if you want to look at 5 minutes, I'd suggest running the command either twice (at the start and end) and subtracting the numbers,

or maybe 6 times (at the start and each minute) if you'd like a finer grain (you can still subtract the first from the last to get the aggregate over the window).

Or you could use a tool to filter successive runs paired with a time command to spit out the deltas at a finer grain over the window.  

Doing at sanity check on what you reported, you apparently have 3.5 billion packets to send 2 billion bytes, which makes no sense to me, unless they actually do send zero byte packets marked as data for heartbeats somewhere.  

mwf  


From: VIVEK_SHARMA [mailto:VIVEK_SHARMA_at_infosys.com] Sent: Tuesday, June 03, 2008 3:59 AM
To: Tanel Poder; oracle-l_at_freelists.org; mwf_at_rsiz.com; rjamya; nigel.thomas_at_preferisco.com
Subject: RE: N/w Bottleneck Check under Benchmark Load ?  

<snip>  

  • CAUTION - Disclaimer *****************

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely

for the use of the addressee(s). If you are not the intended recipient, please

notify the sender by e-mail and delete the original message. Further, you are not

to copy, disclose, or distribute this e-mail or its contents to any other person and

any such actions are unlawful. This e-mail may contain viruses. Infosys has taken

every reasonable precaution to minimize this risk, but is not liable for any damage

you may sustain as a result of any virus in this e-mail. You should carry out your

own virus checks before opening the e-mail or attachment. Infosys reserves the

right to monitor and review the content of all messages sent to or from this e-mail

address. Messages sent to or from this e-mail address may be stored on the

Infosys e-mail system.

***INFOSYS******** End of Disclaimer ********INFOSYS***

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 03 2008 - 10:20:21 CDT

Original text of this message