Questions tagged [bandwidth]

In computer networking and computer science, bandwidth, network bandwidth, data bandwidth, or digital bandwidth is a measure of available or consumed data communication resources expressed in bits/second or multiples of it (kilobits/s, megabits/s etc.).

Filter by
Sorted by
Tagged with
45 votes
5 answers
5k views

Is there a linux terminal command that lets you see the amount of data coming in to your tcp connections in real time?

It would be something similar to top, where you see your cpu processes in real time. I'm not looking for a GUI like Wireshark to do it.
user342580's user avatar
42 votes
5 answers
103k views

Bandwidth limits for Amazon EC2

I have a micro instance on Amazon EC2 cloud. Also the instance is small and it has vary low CPU and EAM usage but it generates a lot of content, so it can be considered like a web server serving ...
Artyom's user avatar
  • 754
37 votes
8 answers
43k views

how can I limit per user bandwidth?

To summarise: I have a dedicated server with a few friends running a torrent client with web gui. Each user is running a client under their username on the server so downloads go in their user dir, ...
loco41211's user avatar
  • 379
33 votes
5 answers
2k views

Technologies that allow YouTube scale distribution?

Youtube as we know, is massive. It has thousand of concurrent users streaming at least 2 megabytes per video. Obviously, that gets to be a lot of traffic... far too much for any one server. What ...
user1034912's user avatar
  • 1,345
32 votes
2 answers
33k views

AWS, Bandwidth and content delivery

My question is about Virtual Machines and delivering their content over the servers connection to the internet. I have an Ec2 windows instance, and its network connection appears to be 100mbps If I ...
Keeno's user avatar
  • 611
27 votes
10 answers
7k views

How can I buy end-user bandwidth for my customers? [closed]

I sell a product to customers, and as part of this product I have a website where customers can upload data for processing. The data is of considerable size (gigabytes). I am looking to buy extra ...
Owen's user avatar
  • 381
27 votes
8 answers
31k views

How can I see how much bandwidth each Apache Virtual Host is using?

I have Apache set up to serve several Virtual Hosts, and I would like to see how much bandwidth each site uses. I can see how much the entire server uses, but I would like more detailed reports. ...
pkaeding's user avatar
  • 810
23 votes
8 answers
3k views

Dynamically blocking excessive HTTP bandwidth use?

We were a little surprised to see this on our Cacti graphs for June 4 web traffic: We ran Log Parser on our IIS logs and it turns out this was a perfect storm of Yahoo and Google bots indexing us.. ...
Jeff Atwood's user avatar
  • 13.2k
21 votes
4 answers
26k views

Connecting two desktop switches with more than one cable?

I was hoping to find a way to increase bandwidth between two desktop switches I have, and I wondered if connecting them with two cables (or perhaps three) instead of just one might increase ...
Code Jockey's user avatar
21 votes
5 answers
77k views

What is the best way to transfer a single large file over a high-speed, high-latency WAN link?

This looks related to this one, but it's somewhat different. There is this WAN link between two company sites, and we need to transfer a single very large file (Oracle dump, ~160 GB). We've got full ...
Massimo's user avatar
  • 70.7k
18 votes
10 answers
5k views

Network Traffic Monitoring

What is the best tool to monitor/analyze network traffic on an entire network (several subnets)? I'm looking for something that will help me toubleshoot bandwidth problems when, for instance, users ...
Brent 's user avatar
  • 23k
18 votes
8 answers
160k views

How to test real network throughput between two points?

What are some of the better tools/utilities for testing real bandwidth across a link? In my case I am testing the real throughput across a wifi bridge.
James Moore's user avatar
  • 1,247
17 votes
2 answers
44k views

Limit incoming and outgoing bandwidth and latency in linux

I realise many similar questions have already been asked, but so far I've yet to find a solution to my problem. I have a virtual linux server (running Debian Squeeze) that I use for testing of ...
yzfr1's user avatar
  • 421
16 votes
9 answers
8k views

Who's using our bandwidth?

I can see from our ISP stats that a large amount of bandwidth is being used throughout the day, I suspect it's someone using our wireless router although I'm not definite. Our PC's all run various ...
MrTelly's user avatar
  • 311
16 votes
2 answers
644 views

What are the different classes of Internet Connection and how do they differ?

I'm looking for the technical differences between consumer and professional Internet connections. By "professional" I mean: The kind you can get at a datacenter The kind you can get at an office that ...
odemarken's user avatar
  • 347
15 votes
4 answers
2k views

How to Monitor Bandwidth usage in real terms

I have a small (windows) network with a few people on it. We have internet access via a BT router Generally things are all fine, but occasionally, we seem to experience a dramatic loss of bandwidth....
Rory Becker's user avatar
14 votes
4 answers
31k views

Apache: Limit the Number of Requests/Traffic per IP?

I would like to only allow one IP to use up to, say 1GB, of traffic per day, and if that limit is exceeded, all requests from that IP are then dropped until the next day. However, a more simple ...
user avatar
14 votes
2 answers
15k views

What does limit performance of scp?

I've two Debian Linux machine connected via 1 Gbit LAN. I can measure this with a raw HTTP file transfer with wget which gets around 100MB/s in either direction. When I now use scp, the maximum ...
mark's user avatar
  • 1,516
13 votes
6 answers
14k views

Rate-limiting incoming traffic

I've never quite understood whether or not it's possible to rate-limit incoming traffic. I realize that there is no direct method whereby to control the remote server's rate of sending packets (unless ...
Richard Keller's user avatar
13 votes
1 answer
12k views

Are network switch data transfer speed limits per port or per device?

When network switches report speeds of say 100 Mbit or 1 Gbit, are they referring to the maximum speed per Ethernet port or is this the physical limit of the switch on all ports? Say for example two ...
QFDev's user avatar
  • 395
13 votes
5 answers
21k views

Limit SSH traffic?

I would like to be able to limit SSH bandwidth on my server. I.e. each sshd process should be limited to 200Kb/s or something like that. scp has this functionality, but ssh, being more designed for ...
user10640's user avatar
  • 231
13 votes
2 answers
4k views

Counting bandwidth from a Docker container

I'm trying to figure out how to track bandwidth coming from a Docker container. Normally I use --uid-owner as mark to keep track of bandwidth usage for a given user. However, even when I run all the ...
Maran's user avatar
  • 321
12 votes
8 answers
2k views

If I send data to my computer using its public hostname, does it actually go over the internet?

To clarify: I'm using my public hostname to connect to a MySQL database. The hostname resolves to my server's external IP (e.g. 1.2.3.4). Is the data I'm sending/receiving via the MySQL connection ...
Tom Marthenal's user avatar
12 votes
2 answers
985 views

CentOS 6 router/firewall seems to be throttling throughput

TL;DR CentOS6 NAT router/firewall behind a 120Mbps cable modem connection seems to be capping throughput at 30Mbps after recent updates and security "hardening". Prior to updates and ...
Ex Umbris's user avatar
  • 854
12 votes
9 answers
928 views

Opinions on hosting servers in-house

I've read a half-dozen threads here about the pros and cons of hosting in-house, but our situation is a little different than most, so I figured I'd just open a new question. In short, we're a small ...
cemerick's user avatar
  • 283
12 votes
6 answers
12k views

Best way to load balance across multiple static file servers for even an bandwidth distribution?

First off, I'll explain my situation to you. I'm running a fairly popular website as a side project, so I can't really invest a ton of money into it. I currently have just one server with HAProxy in ...
Alan's user avatar
  • 338
11 votes
8 answers
2k views

Network explanation: megabytes or megabits?

I'm getting confused with network terms. Can you explain to me how I calculate network bandwidth? When people say 20Gbps does it mean 2.5 G bytes? I really need to understand what it means when a ...
edotan's user avatar
  • 1,906
11 votes
3 answers
30k views

How long does it take for an iptables rule to apply?

How long does it take for an iptables rule to apply? I use a script with the code below in an attempt to block hosts, but they don't appear to take immediately. Is there some delay, is iptables not ...
vfclists's user avatar
  • 1,632
11 votes
3 answers
23k views

Do multiple network connections between switches increase bandwidth?

Say I have 2 identical unmanaged gigabit switches on a network, A and B. There are computers connected to switch A, there are other computers connected to switch B. A and B are connected via 1 cable....
user avatar
11 votes
2 answers
3k views

How to find process which uses most bandwidth

How can I find the process which uses most bandwidth on a Linux PC? With iftop it's possible to find which connections produce most bandwidth, but how to find the process?
knittl's user avatar
  • 312
11 votes
5 answers
5k views

Limiting network throughput of an already launched process ? (Linux/FreeBSD)

Is there any utility to limit the network throughput of a process after it has been launched? Simple example: you note that a user takes all your upload bandwidth using scp and you'd like to limit the ...
jbdenis's user avatar
  • 111
11 votes
1 answer
6k views

FreeBSD link aggregation no faster than single link

We put a 4 port Intel I340-T4 NIC in a FreeBSD 9.3 server1 and configured it for link aggregation in LACP mode in an attempt to decrease the time it takes to mirror 8 to 16 TiB of data from a master ...
Warren Young's user avatar
10 votes
4 answers
5k views

Amazon EC2 bandwidth charges in case of unwanted incoming traffic(ddos/flood)?

What happens if my EC2 instance gets ddosed/flooded, which could potentially go up to tens of gigabytes an hour(and even more) of undesired incoming traffic, will i be charged for this traffic? My ...
Shinnok's user avatar
  • 339
10 votes
4 answers
3k views

Simulate slow connection between two ubuntu server machines

I want to simulate the following scenario: given that I have 4 ubuntu server machines A,B,C and D. I want to reduce the network bandwidth by 20% between machine A and machine C and 10% between A and B....
Yahia's user avatar
  • 315
10 votes
3 answers
2k views

Monitor Internet bandwidth

We have an IPCop firewall/proxy installed in our network, and although I can use iftop to somewhat take a look at how the clients are using the Internet, is it possible to monitor it from outside the ...
Ivan's user avatar
  • 3,172
10 votes
4 answers
4k views

Monitor SSH-traffic per user

We have a backup application that runs once every 12 hours. Multiple servers, desktops, and laptops connect to an EC2-instance and push a backup via SFTP using their own log-in credentials. If they ...
Bart De Vos's user avatar
10 votes
4 answers
4k views

netcat throughput low but iperf high

I was testing the throughput between two pcs, connected on the same router, one with 100mbps lan, the other with 54mbps wifi. Here is the interesting part: using nc, I get 2.63MB/s when sending from ...
george's user avatar
  • 101
9 votes
4 answers
19k views

How to find the bottleneck while transferring huge files between 2 hosts

We frequently need to transfer huge files (upwards of 50 GB) between two hosts, and the transfer rate never seems to reach the expected throughput for the network. There are several points which could ...
Fred's user avatar
  • 303
8 votes
4 answers
15k views

Slow network speeds - what should I check?

Users are reporting that it's taking a long time to access files on the network, browse intranet sites, etc. What should I check?
Jon Galloway's user avatar
  • 1,506
8 votes
2 answers
53k views

How to start iperf3 server in UDP mode?

I would like to test UDP connectivity with iperf3 but do not know how to start it in UDP server mode. iperf3 -s only opens a TCP socket: root@srv ~# lsof -i -P | grep iperf3 iperf3 21030 ...
WoJ's user avatar
  • 3,617
8 votes
3 answers
13k views

Does anyone know the bandwidth available for different EC2 Instances?

Hi I have heard that the small EC2 instances are limited to around 35mbit/s. Does anyone have any figures for the different instance types and the size of their pipes? We will be planning on using ...
scsmith's user avatar
  • 191
8 votes
2 answers
11k views

How to estimate network data transfer volume for a mysql database

When planning to port my application (Java+Tomcat+MySql) to a cloud hosting, I've found that one important factor to consider is the volume of data transferred to/from the database, as it is limited ...
pablochacin's user avatar
7 votes
3 answers
733 views

When downloading two files, why does the second one not suddenly speed up after the first one finishes? [closed]

I have noticed that when I am downloading several files at a time, and one of them finishes, the bandwidth that it was consuming is not immediately apportioned to the others. For example, if I have ...
Pedro's user avatar
  • 171
7 votes
4 answers
12k views

Limit VMware Virtual Ethernet bandwidth

I'm looking to simulate a 56KB modem connection in a VMware Workstation virtual machine. I remember reading this was possible, but forgot how?
Josh's user avatar
  • 9,198
7 votes
3 answers
2k views

How should I manage per-user bandwidth?

Users often run bandwidth intensive applications - peer-to-peer applications, video, etc. Do you monitor and/or cap per-user bandwidth?
Jon Galloway's user avatar
  • 1,506
6 votes
8 answers
11k views

Measure bandwidth usage (GB's transferred) on a linux server

I have a linux email server that I am thinking about moving into "the cloud". After investigating the pricing I see that my major cost is going to be in bandwidth. How would you guys suggest measuring ...
jasondewitt's user avatar
6 votes
5 answers
40k views

Monitoring Bandwidth Usage (Per Internal IP) - Cisco ASA 5505

I manage a small network with a Cisco ASA 5505 and a shared DSL connection. I would like to be able monitor the bandwidth usage of the various users/devices on my network (by IP address). Can I do ...
Joseph Sturtevant's user avatar
6 votes
2 answers
2k views

raid controller data transfer rate

I'm going to buy an 8-port raid controller for which the declared data trasfer rate is "Up to 6Gb/s per port". The declared connectors are "Two mini-SAS SFF8088". The maximum number of supported ...
Alfatau's user avatar
  • 163
6 votes
3 answers
488 views

Somebody eating all our bandwidth, what should I do?

OK, this is frustrating, my site got thousands of page views/connections in the last 3 days and finally we ran out of monthly bandwidth. We bought more bandwidth and closed the site for maintenance. ...
Auxiliary's user avatar
  • 163
6 votes
6 answers
2k views

Remote file copy util (like rsync) but that will take account of data already copied (in this session)?

Let's say I have a directory with 2 files, both are identical and quite large (e.g. 2GB ea.) I want to rsync that directory to a remote host. As I understand it (and I could be wrong), rsync ...
Amandasaurus's user avatar
  • 31.9k

1
2 3 4 5
15