- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitor Network activities?
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
05-25-2000 07:37 AM
05-25-2000 07:37 AM
Monitor Network activities?
Here is my question.
How can I determine what's going on this activity?
What's the proper value for Pkt In and out?
Can I check what has been sent and gotten ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2000 07:48 AM
05-25-2000 07:48 AM
Re: Monitor Network activities?
The monitor individual packets, you'll need a packet analyzer, or sniffer. There are many available.
My question to you is what are you attempting to do? To see what is going on, and how it got there is dependant on the design of the Network, and the configuration of the Server (many factors at play here!).
One of the nicest features of gpm is it's display of Collisions. A high percentage of Collisions indicates that you should review the layout of the network.
The remaining questions are really going to be dependant on what you are using your server for.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2000 07:59 AM
05-25-2000 07:59 AM
Re: Monitor Network activities?
Yeah, I'm using gpm to monitor.
My concern is that usually the value of pkt in and out shows near 3000 per sec. But, sometimes they shows 15000 per sec.
So, I want to know which process is sending and getting.
And, Which data is getting and sending?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2000 06:42 PM
05-25-2000 06:42 PM
Re: Monitor Network activities?
If you want know what is causing max pck in and out there are two ways.
1.use measure ware agent and using perfview you can select the network parms and select the time when the network pkt rate is high and then look in to process which are running during that time .
2.is find out the time at which net-packetrate is high ir packet in and packet out and use /usr/sbin/acct/acctcom which will list all the process running on the system sicnce last boottime , so you can grep for the time you are interested in and look for what process are causing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2000 04:48 AM
05-26-2000 04:48 AM
Re: Monitor Network activities?
But I don't know how to use acctcom.
Can you provide me how can I use this command with some examples?
I'm not an unix admin but an oracle dba.
So, I need help. :)
Thanks guys