- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat questions!!
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
03-05-2002 12:54 PM
03-05-2002 12:54 PM
When I run this command: netstat -n -I
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:01 PM
03-05-2002 01:01 PM
Re: netstat questions!!
A network card is expected to be overloaded if the no of retransmission is very high, the collision is high. also look at this thread,
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#networks
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90701/B2355-90701_top.html&con=/hpux/onlinedocs/B2355-90701/00/00/57-con.html&toc=/hpux/onlinedocs/B2355-90701/00/00/57-toc.html&searchterms=performance%7cnetwork&queryid=20020305-130535
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 01:02 PM
03-05-2002 01:02 PM
Re: netstat questions!!
==> at the pmtu column, gives you the packet size being sent and received.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 02:47 PM
03-05-2002 02:47 PM
Re: netstat questions!!
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
It's free and not difficult to set up.
If you insist on knowing everything about your packets you might want to look into tcpdump.
http://www.tcpdump.org/
Another great freebie.
By the way, S. K. Cahn, netstat -rn just shows the maximum packet size in the pmtu column. If you are doing a big ftp transfer then you will use lots of maximum sized packets but other protocols such as telnet tend to use much smaller ones. I suppose you can always do a worst case scenario and multiply the # of packets by 1500 bytes/packet times 8 bits/byte to get back to get a rough not-to-exceed estimate of the traffic load in bps.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 04:12 PM
03-05-2002 04:12 PM
Re: netstat questions!!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 10:37 PM
03-05-2002 10:37 PM
Re: netstat questions!!
If you've got a problem with your 100Mbs
lan NIC it could be to do with having your
card set up as half-duplex. You can see
this using lanadmin and looking at the
number of 'late collisions'. To fix it
you need to make sure that you have the
appropriate patches and that you can change
it to full-duplex on the fly using SAM
or from the command line using
lanadmin -X 100FD 0 (card number)
Also you will need to modify your
/etc/rc.config.d/hpbase100conf file (HPUX11)
to reflect those changes.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:50 AM
03-06-2002 10:50 AM
Re: netstat questions!!
ciaos!!