Tagged Questions
1
vote
1answer
186 views
Network bandwidth measurement on Solaris
I want to install pathtest or a program like it in a Sparc server running solaris 10. The purpose is to make a speedtest server to my remote sites.
It is mentioned in pathtest FAQ that it only ...
1
vote
1answer
149 views
Bandwidth usage monitoring [duplicate]
Possible Duplicate:
Find out network traffic per IP
I want to monitor my bandwidth usuage for wired as well wireless devices on my network.
Is there any tool, preferably one that does not ...
1
vote
2answers
68 views
Is there a way track bandwidth over time like days, months?
I would like to know how much bandwidth is being used on my server. Not HTTP bandwidth, but all protocols. Basically iftop data over time continuously logged. Then I could write a simple python script ...
1
vote
2answers
341 views
Bandwith monitoring in Linux
I just need to get how much bandwidth is used in 3 or 4 days. Do you have any application in the terminal to do it?
I'd prefer if it didn't use SNMP.
I found iptraf, wireshark, cacti, but they were ...
3
votes
3answers
2k views
Find out network traffic per IP
We have one central server which functions as an internet gateway. This server is connected to the internet, and using iptables we forward traffic and share the internet connection among all computers ...
1
vote
2answers
122 views
How to identify the program that uses most bandwidth?
How can i know which application is costing the most network bandwidth ? I saw some graph from KDE's network monitor , but don't know which process did that.
Thanks !
5
votes
1answer
478 views
Measuring Python script bandwidth usage
I have a python script that uses urllibs to parse some web pages, and uses selenium to scrape pages with javascript, and I would like to know its cumulative bandwidth usage. I've looked at nethogs, ...
6
votes
3answers
2k views
Is there a tool that can monitor bandwidth usage of a single process?
I've found a nice monitor which allows me to log a variety of runtime data of a single process. I'm looking for an equivalent that does the same for bandwidth usage. Ideally, the command should look ...
4
votes
4answers
308 views
Network monitoring tool
I'm basically looking for a utility that displays which processes are using how much bandwidth, similar to how top displays which processes use how much resources.