- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- netstat -i <interval> differences: 10.20 vs. 11.0
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
тАО07-16-2001 10:35 AM
тАО07-16-2001 10:35 AM
netstat -i <interval> differences: 10.20 vs. 11.0
When I run "netstat -i 5" on an 11.0 system, I get the totals since reboot on every line - not the amount for that 5 second period. This makes debugging harder when you are trying to get an instantaneous count on how many packets went across the interface in that interval. The man page for netstat indicates that it still shows an interval count, but that is not the results I'm getting.
If anyone knows how to get an interval count, I'd really appreciate it if you'd share!
Thanks,
Kathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2001 10:46 AM
тАО07-16-2001 10:46 AM
Re: netstat -i <interval> differences: 10.20 vs. 11.0
you are rigth . this option was remove when moving to a the new version of HP-UX
over here is a command line to how to get this info in 11.00 and also for 10.20
HP-UX 11.0
#echo lan ppa {PPA#} display \\n \\n \\n quit | lanadmin -t
HP-UX 10.20
#echo lan nmid {NMID#} display \\n \\n \\n quit | lanadmin -t
also i found a nice doc that explen this missing that i giving a nice script to get the info .
look at this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2001 10:52 AM
тАО07-16-2001 10:52 AM
Re: netstat -i <interval> differences: 10.20 vs. 11.0
The netstat command has changed in 11.00 version.
Try this :
#lanadmin
Choose "lan" / "display" and look on the second screen.
I think this help.
Regards,
Abel Berger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2001 11:16 AM
тАО07-16-2001 11:16 AM
Re: netstat -i <interval> differences: 10.20 vs. 11.0
If you have Glance installed, use the "Network By Interface" screen. The shortcut is "l" (ell, not one).
Cheers,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2001 05:00 AM
тАО07-17-2001 05:00 AM
Re: netstat -i <interval> differences: 10.20 vs. 11.0
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2001 05:12 AM
тАО07-18-2001 05:12 AM
Re: netstat -i <interval> differences: 10.20 vs. 11.0
Why dont you do a lanadmin.
Select your ppa (ie ppa 4)
type clear
Start Timing( Using your watch) ie Interval of 1 minute
After 1 minute type display
This is your usage :
(Inbound Octets + Outbound Octets)/ 60 Seconds
This will give you an estimate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2001 09:04 AM
тАО07-18-2001 09:04 AM