- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can find network card uses or performance
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
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
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
08-01-2012 12:15 AM
08-01-2012 12:15 AM
How can find network card uses or performance
How can find network card uses or performance.and how much data synchronization on network card
on server or network card Perfornmance.
Thanks
Aamir
- Tags:
- NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2012 09:17 PM
08-01-2012 09:17 PM
Re: How can find network card uses or performance
You can start with linkinfo
(the linkinfo script should collect several output files, especially one for the apa setup). check on linkinfo_gbe.out
# mkdir /tmp/hptools # cd /tmp/hptools # chmod u+x linkinfo # ./linkinfo ALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2012 12:14 AM
08-02-2012 12:14 AM
Re: How can find network card uses or performance
Your question looks so wide that it's not possible to know exactly what you're looking for.
Looks like you want to gather some network performance data.
But things are not so simple once you think of performance. You mentioned "data synchronization", which
implies you need to know overall performance of data transfer.
In such cases, you have to be clear on:
1. What kind of application program is involved.
- Ftp ?
- NFS copy ? - UDP or TCP ?
- 3rd party application ? - UDP or TCP ?
- Any other custom-made application ? - UDP or TCP ?
2. What is the peer system you think of ?
- Slower peer will make the performance slower naturally speaking
- Software configuration is possible on the remote peer so that you can tune up the performance ?
This is just from my experience but in many cases, network performance issues come from upper
layer or at least it'd be better to start analysis/diagnostics from upper layer(application) especially
when actual data transfer (from a file or DB) is involved. There're many cases where the performance
bottleneck comes from non-Network world like disk I/O and CPU bottlenecks.
If you want to know pure network performance, some tests with netperf should be done first while there're
few activities on the system and the network. Check:
http://www.netperf.org/netperf/NetperfPage.html
for more about netperf.
If you just want to check something like # of packets (inbound/outbound) per a given period, I suppose
running "nwmgr --st -c lanX" twice would be the quickest start.
Note that linkinfo mentioned by Johnson may have to be obtained through HP's support channel. It is not
provided along with pure operating system product.
I work for HPE
- Tags:
- nwmgr