- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GLOBAL NET PACKET RATE
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
Forums
Discussions
Discussions
Discussions
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
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
05-24-2006 09:16 PM
05-24-2006 09:16 PM
I would like to know which formula i need to apply to convert the value of global net packet rate in percentual value.
Thanks.
Fabrizio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 09:39 PM
05-24-2006 09:39 PM
Re: GLOBAL NET PACKET RATE
I think not have many sense to convert this value, or better it is more complicate (for me).
GLOBAL NET PACKET RATE: The number of successful packets per second (both inbound and
outbound) for all network interfaces during the interval.
Successful packets are those that have been processed without
errors or collisions.
You should known all packages dimension for all protocols that cross all your network interfaces per second and based at speed of your network you could establish the percentage ...
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 12:30 AM
05-25-2006 12:30 AM
Re: GLOBAL NET PACKET RATE
In case, we suppose the package dimension is 1500 and my network speed is 100,can you suggest me tha formula to convert it into percentual value?
Regards,
Fabrizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:00 AM
05-25-2006 01:00 AM
Re: GLOBAL NET PACKET RATE
suppose you have one single network card:
number_of_packages*1500(byte)/8=number_of_bit/sec
This should be the percentual value
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:18 AM
05-25-2006 01:18 AM
Re: GLOBAL NET PACKET RATE
Fabrizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 01:12 PM
05-25-2006 01:12 PM
Re: GLOBAL NET PACKET RATE
If you really must use an approximation of the NIC (NIC, not network) utilization you could take lanadmin statistics over a representative interval and use them to calculate your average packet size.
IIRC contemporary versions of Glance/MeasureWare (whatever we call it these days) can track the average queue depth of an interface's transmit queue. That is probably a better indicator of at least outbound NIC utilization.
And "NIC" can bottleneck for reasons beyond bitrate. There are packet per second limitations of some NICs. There is also the possiblity of the NIC's interrupt CPU being saturated and so even if the bitrate isn't at 50% one cannot get more through the NIC.