Hi
Any softwares can capture traffic in graph?
eg: port 80
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
On Fri, Feb 27, 2009 at 9:03 PM, adrian kok adriankok2000@yahoo.com.hk wrote:
Any softwares can capture traffic in graph?
eg: port 80
MRTG, Cacti, Zabbix, Zenoss, Webalizer, Awstats, etc.
Fajar Priyanto wrote:
On Fri, Feb 27, 2009 at 9:03 PM, adrian kok adriankok2000@yahoo.com.hk wrote:
Any softwares can capture traffic in graph?
eg: port 80
MRTG, Cacti, Zabbix, Zenoss, Webalizer, Awstats, etc.
The snmp based tools won't separate usage by port. Port 80 is a special case since you may be able to parse usage from web logs and even get virtual host details. For generic usage-by-port you need something like ntop that acts as a sniffer and can summarize in various ways.
Hi Les
You are right
That I would like to get more info about it
Could you send more info eg: website how to configure
Thank you
--- Les Mikesell lesmikesell@gmail.com wrote:
Fajar Priyanto wrote:
On Fri, Feb 27, 2009 at 9:03 PM, adrian kok
adriankok2000@yahoo.com.hk wrote:
Any softwares can capture traffic in graph?
eg: port 80
MRTG, Cacti, Zabbix, Zenoss, Webalizer, Awstats,
etc.
The snmp based tools won't separate usage by port. Port 80 is a special case since you may be able to parse usage from web logs and even get virtual host details. For generic usage-by-port you need something like ntop that acts as a sniffer and can summarize in various ways.
-- Les Mikesell lesmikesell@gmail.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Send instant messages to your online friends http://uk.messenger.yahoo.com
adrian kok wrote:
Hi Les
You are right
That I would like to get more info about it
Could you send more info eg: website how to configure
The ntop home site is http://www.ntop.org, but the easiest install would be to add the epel yum repository if you don't have is set up already http://fedoraproject.org/wiki/EPEL, then 'yum install ntop'.