HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: port specific traffic analyser
Operating System - Linux
1827802
Members
2257
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-20-2005 09:35 PM
02-20-2005 09:35 PM
port specific traffic analyser
Hi friends,
can anybody tell me any utility which can be used to check network I/O on a specific port of TCP? I use MRTS to know day-wise overall I/O (in MB)through my external interface, but I want to know how much traffic has been passed on a specific port.I know we can use ethreal for this purpose, but I have to continuosly monitor the traffic and then apply a filter to find out traffic through a specific port, which all process is time and resource consuming.I need a tool which can extract that data from SNMP data provided by my extrnal NIC, and I can see the reports on html or text files periodically, as I do with MRTG & MRTS.
PS: sorry for that I've started this thread before in linux general forum.
thanks & regards
can anybody tell me any utility which can be used to check network I/O on a specific port of TCP? I use MRTS to know day-wise overall I/O (in MB)through my external interface, but I want to know how much traffic has been passed on a specific port.I know we can use ethreal for this purpose, but I have to continuosly monitor the traffic and then apply a filter to find out traffic through a specific port, which all process is time and resource consuming.I need a tool which can extract that data from SNMP data provided by my extrnal NIC, and I can see the reports on html or text files periodically, as I do with MRTG & MRTS.
PS: sorry for that I've started this thread before in linux general forum.
thanks & regards
PreSales Specialist
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 09:42 PM
02-20-2005 09:42 PM
Re: port specific traffic analyser
tcpdump can do this:
tcpdump -i eth0 | grep 80 > file
That will filter port 80 into a file for you.
Now this gui tool will do the job for you as well.
ethereal
Its built into many distributions. The menus can be used to filter the file after the data is collected.
I do this from time to time on my Linux and HP-9000 servers.
Its the classic admin situation. You have to MAKE the right tool for the job.
SEP
tcpdump -i eth0 | grep 80 > file
That will filter port 80 into a file for you.
Now this gui tool will do the job for you as well.
ethereal
Its built into many distributions. The menus can be used to filter the file after the data is collected.
I do this from time to time on my Linux and HP-9000 servers.
Its the classic admin situation. You have to MAKE the right tool for the job.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2005 10:17 PM
02-20-2005 10:17 PM
Re: port specific traffic analyser
kcpant - I hope You noticed my replies 'over there' :)
yesterday I stood at the edge. Today I'm one step ahead.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP