- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Measuring network load for protocol and destinatio...
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
08-14-2002 07:05 PM
08-14-2002 07:05 PM
Measuring network load for protocol and destination specific
I have 10 HP-UX systems in a subnet. I want to measure the network traffic( in Bits/Bytes) between these systems.
Eg: ftp transfers from system#1 to system#2 and smtp traffic between system#1 and system#3 etc..
Is there any shareware available.
I will summarize
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 07:38 PM
08-14-2002 07:38 PM
Re: Measuring network load for protocol and destination specific
www.bigbrother.com
or
a number of network montiroing tools at
http://www.webattack.com/Freeware/network/fwnetmoni.shtml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 07:50 PM
08-14-2002 07:50 PM
Re: Measuring network load for protocol and destination specific
http://www.bb4.com/
You could also browse the HP porting centre.....
http://hpux.connect.org.uk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 08:22 AM
08-15-2002 08:22 AM
Re: Measuring network load for protocol and destination specific
whar you really need is an RMON (or even better RMON2) agent running on the hub/bridge/switch connecting those stations.
RMON keeps track of the traffic 30s and 5m intervalls, like "top-talkers", and "top-listeners", and who talked to whom with which protocol (maybe you already have one there?).
To understand the data measured you will need an RMON/RMON2 manager, of course...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2002 09:12 AM
08-15-2002 09:12 AM
Re: Measuring network load for protocol and destination specific
If you have access to your routers you can use ip-accounting on the serial interfaces that connect your networks
en
conf t
int s(?)
ip accounting
You will then be able to see the packets in and out between the 2 servers, not sure if you can distinguish the type of traffic though unless you can see the port numbers, ie ftp = 21 and smtp = 25. Our network guys have left for the day. I can ask tomorrow and get back to you
or
Ask Mr Klauzner i'm sure he would be able to help.
HTH
Steve