- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network traffic
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
06-01-2000 05:58 AM
06-01-2000 05:58 AM
Network traffic
The question is what's going on the network.
I'm monitoring system using glance(gpm) and often see high traffic in network window.
I'd like to know how I can find out what is going on the network.
Is there any command I can see the contents of the traffic?
Is there any command I can verify which process is sending and getting message via network?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 06:11 AM
06-01-2000 06:11 AM
Re: Network traffic
netstat -i and lanadmin are both good tools to check for excess collisions/errors on individual cards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 06:15 AM
06-01-2000 06:15 AM
Re: Network traffic
You can also high light a section on glance network
and check on the details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 07:37 PM
06-01-2000 07:37 PM
Re: Network traffic
HP-UX has its own tcpdump equivalent which is nettladm. Use it to read your IP, TCP and UDP packets inbound and outbound of your system. Otherwise, compile tcpdump on your system.
Regards.
Steven.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2000 08:19 PM
06-04-2000 08:19 PM
Re: Network traffic
We use lan probes with NetMetrix but for a one off there are several usefiull shareware packages on the internet that will run on a PC. We use to use a small free thing from 3Com but it did not have packet decodes.
John Hancock
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 05:17 PM
06-05-2000 05:17 PM
Re: Network traffic
to start monitoring
nettl -tn 0x30800000 -e all | netfmt -FNnlc /tmp/filterfile | tee /tmp/fmt0
where /tmp/filterfile can have any sort of filters in my case it is something like this
filter ip_saddr 192.10.1.1
filter ip_daddr 192.10.1.1
/tmp/fmt0 is the output file, the output will also be displayed on the screen.
top stop it simply cntrl-c out and type the following
nettl -tf -e all