- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is there a realtime network transfer rate tool for...
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-08-2001 03:29 AM
11-08-2001 03:29 AM
But what should i use on hpux? Is there some kind of dumeter for hpux?
Thnx,
Bert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 04:07 AM
11-08-2001 04:07 AM
Re: Is there a realtime network transfer rate tool for hpux 10.20?
did you check out the trial version of glance ?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 04:36 AM
11-08-2001 04:36 AM
Re: Is there a realtime network transfer rate tool for hpux 10.20?
<
If you are looking for a comprehensive tool, one choice would be NetMetrix/UX Internetwork monitoring and analysis software , from Agilent. But it costs $$.
For shareware, i think BigBrother has network transfer monitoring option in it.
Check this download site for other shareware
tools: (there are lots of them)
http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html#nmp
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 04:58 AM
11-08-2001 04:58 AM
Re: Is there a realtime network transfer rate tool for hpux 10.20?
Because i tried to search in on hp website, but didn't find it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 06:58 AM
11-08-2001 06:58 AM
SolutionGlance should be present in one of the application CD's which comes with the O/S CD.
Depending on the revision of CD you have, it could be in any of the Four CD's. (normally 2).
Note that, you will get two month free trial after which License needs to be purchased to use it.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 07:22 AM
11-08-2001 07:22 AM
Re: Is there a realtime network transfer rate tool for hpux 10.20?
I would say take a look into 'tcpdump' and 'tcptrace' as the combination of these two may be just what you're looking for. Tcpdump will "sniff" realtime for you and will either send the data to stdout, or to a binary file. When using tcpdump to send it's output to a binary file, 'tcptrace' comes to the resuce of taking all this data and summarizing it for you with ascii text output. While glance will provide you with a solid graphical output of what's going on, the combination of 'tcpdump' and 'tcptrace' will provide detailed stats about the network traffic to and from the HP-UX box. You can download precompiled binaries here:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-3.6.2/
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tcptrace-5.2.1/
The syntax for these can be tricky, but I think the following is what you're after:
tcpdump -i lan
This will display to stdout so you get an idea of exactly what it's doing real time, however unless you can read at an outstanding rate, you must redirect it to a file or caputure it in a binary format. Once captured in binary format use 'tcptrace' to analyze the details and summarize them for you. This should give you a solid picture of how these two boxes are talking with each other. If you haven't installed the trial for glance plus, be sure to give it a try as well as it comes in handy on many other performance issues with your HP-UX box. Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 07:57 AM
11-08-2001 07:57 AM
Re: Is there a realtime network transfer rate tool for hpux 10.20?
Especially netglance is a very good program!
I'll try tcpdump/tcptrace.