- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat -i
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
11-02-2001 08:52 AM
11-02-2001 08:52 AM
netstat -i
The output on a Sun system is:
$ netstat -i
Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue
# netstat -i
Name Mtu Network Address Ipkts Opkts
Where can I get the erros and collisions stats ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:55 AM
11-02-2001 08:55 AM
Re: netstat -i
This is "normal". 'netstat' lost this in 11.0. Take a look at 'glance' instead on the [l]an screen.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:56 AM
11-02-2001 08:56 AM
Re: netstat -i
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:57 AM
11-02-2001 08:57 AM
Re: netstat -i
See the netstat man page for more information on the netstat command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:58 AM
11-02-2001 08:58 AM
Re: netstat -i
# netstat -ri
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:59 AM
11-02-2001 08:59 AM
Re: netstat -i
Try lanadmin instead..
lanadmin>lan>ppa n >disp
Display will be on ppa number
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 09:01 AM
11-02-2001 09:01 AM
Re: netstat -i
live free or die
harry
Maybe you install 11i to get it back?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 09:18 AM
11-02-2001 09:18 AM
Re: netstat -i
Glance gives me what I need.
To get non-screen output I used:
glance -l -iterations 1 -j 10 -f x.x >/dev/null 2>/dev/null; grep '^ [0-9]' x.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 09:24 AM
11-02-2001 09:24 AM
Re: netstat -i
Mark,
netstat no longer does it/
There is a -g option
in lanadmin (on 11.00)
which gives the information:
#lanadmin -g
#ll /usr/sbin/lanadmin
-r-xr-xr-x 2 root bin 49152 Mar 20 2001 /usr/sbin/lanadmin
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2001 04:20 AM
11-04-2001 04:20 AM
Re: netstat -i
Netstat and lanadmin are two good points to look for collision statistics.
Poor 11.0 lost this capability of netstat
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 03:02 AM
11-12-2001 03:02 AM
Re: netstat -i
netstat -s
to ge a summary and use
lanadmin or landiag to get the errors etc..
landiag --> lan --> display
Manoj