Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tracking bandwidth?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Clay
n00b
n00b


Joined: 22 May 2002
Posts: 23

PostPosted: Fri Jun 07, 2002 1:50 pm    Post subject: Tracking bandwidth? Reply with quote

Can anybody recommend a good solution for tracking how much traffic goes out on a certain interface on a certain port? I need to track what my http server is sending out...

is there an emergable package out there I can do this with?
Back to top
View user's profile Send private message
kang
Retired Dev
Retired Dev


Joined: 17 May 2002
Posts: 60

PostPosted: Sat Jun 08, 2002 1:08 pm    Post subject: Reply with quote

i dunno which are the best, but you can try trafshow and netwatch, also statd
i like the last one because it tracks also AppleTalk traffic=)
Back to top
View user's profile Send private message
CowboyNeal
n00b
n00b


Joined: 16 May 2002
Posts: 44
Location: The Netherlands

PostPosted: Sun Jun 09, 2002 9:48 pm    Post subject: Reply with quote

Why don't use iptables?

iptables -A OUTPUT -o eth0 -p tcp --sport 80

iptables -L OUTPUT -v

shows byte en packet count.

Just write a simple script to calc bandwidth
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum