- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How big is 1 network packet?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 01:45 AM
тАО01-08-2002 01:45 AM
My MTU is 1500, I believe this is in bits + a header. so say 2kbits this would give 11.7 Mbits/s all fine, and it is a max value.
BUT some of my collegues are saying it is much larger, closer to 1kByte this gives 46.9 Mbits/s. This is quite a high value and would suggest we may need to start thinking about reducing the segmet size to keep collisions down.
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 02:34 AM
тАО01-08-2002 02:34 AM
Re: How big is 1 network packet?
The MTU is in octets, not bits, so your colleagues are correct. The MTU is the maximum payload of a link level frame, which is 1500 on most 100baseT networks. This limits you to 1460 octets of "real" data in TCP/IP packets because of the TCP and IP headers.
Of course, its unlikely that most of your packets are this large, so it would be wrong to simply multiply your inbound packet rate by the MTU to get a figure in octets/sec.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 04:37 AM
тАО01-08-2002 04:37 AM
Re: How big is 1 network packet?
If your switch (I would not recommend simple hubs for 100Mbit networks) is set for auto-negotiation as well as your HP 9000, check to see that full-duplex has been negotiated. IF not, either a combination of chip vendors and/or cable length prevented accurate negotiation and you will get terrible (less than 5 Mbit/s) throughput with frame errors and collisions. To fix this, change BOTH your switch and the 9000 to 100, full duplex, manual.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 06:26 AM
тАО01-08-2002 06:26 AM
Re: How big is 1 network packet?
Bill - The interface is set up as half duplex. It is conected directly to an hp pro-curve hub. I'm told this is because the hub is auto... & has 100Mb/s (my card) on one side conecting a 10Mb/s on the other. The "other side" is a bit of an unknown as it my well be segmented off by a switch (I hope this is the case as 46Mb/s would flood it if it were part of the same segment).
Steve - Many thanks
anyone - Is there a way of finding out the bandwidth in MeasureWare
Thanks for your help
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 07:26 AM
тАО01-08-2002 07:26 AM
Solution# grep NET /var/opt/perf/reptfile
* GBL_NUM_NETWORK
GBL_NET_IN_PACKET_RATE
GBL_NET_OUT_PACKET_RATE
* GBL_NET_PACKET_RATE
GBL_NET_ERROR_1_MIN_RATE
* GBL_NET_COLLISION_1_MIN_RATE
GBL_NET_IN_ERROR_PCT
GBL_NET_OUT_ERROR_PCT
GBL_NET_OUTQUEUE
GBL_NET_COLLISION_PCT
GBL_NETWORK_SUBSYSTEM_QUEUE
APP_NETWORK_SUBSYSTEM_WAIT_PCT
DATA TYPE NETIF
BYNETIF_NAME
BYNETIF_IN_PACKET_RATE
BYNETIF_OUT_PACKET_RATE
BYNETIF_ERROR_RATE
BYNETIF_COLLISION_RATE
GBL_NUM_NETWORK
Which is pretty much everything you get in glance.
Attached is a rather crude perl script that will give you an approximate kbit/sec reading by using the lanadmin stats. Run it as follows:
# ./netperf.pl
I'm sure there's some 3rd party solutions out there that will give you much more accurate information. You're likely to get better information off the switch as well.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 08:54 AM
тАО01-08-2002 08:54 AM
Re: How big is 1 network packet?
Bill stated:
"NOTE: 10.20 and earlier use CrdIn# from lanscan, 11.0 and later use NMID. "
It is just the other way around: 10.20 and earlier require the NMID fromm lanscan,HPUX 11.0 and later require the PPA or CrdIn number.
Be carefull with this since entering a non -existing number will give you no error message.
Good luck,
Mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2002 08:56 AM
тАО01-08-2002 08:56 AM
Re: How big is 1 network packet?
However, a furthur 10 points can be awarded if you can get your perl script to calculate
kbits Pkt_Rate Pkt_Size
Just a carrot, if you can't the script is super
many thanks to Steve & Bill, you have given me more to think about!
Cheers
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2002 02:49 AM
тАО01-09-2002 02:49 AM
Re: How big is 1 network packet?
The new script is attached, it includes an approximation of packets/sec and bytes/packet (which is an average). Note that these are only the inbound stats the script is looking at, if you want outbound stats you can change the get_data routine to look at the "Outbound" lanadmin values instead of the "Inbound" values.
Cheers,
Steve