Tagged Questions
The bandwidth tag has no wiki summary.
43
votes
12answers
13k views
How do I simulate a low bandwidth, high latency environment?
I need to simulate a low bandwidth, high latency connection to a server in order to emulate the conditions of a VPN at a remote site. The bandwidth and latency should be tweakable so I can discover ...
39
votes
35answers
2k views
How can I detect and survive being “Slashdotted”?
What's a good way to survive abnormally high traffic spikes?
My thought is that at some trigger, my website should temporarily switch into a "low bandwidth" mode: switch to basic HTML pages, minimal ...
27
votes
4answers
471 views
Why do all browsers download all CSS files - even for media types they don't support?
If I specify a CSS link with an unsupported media type ("bork") it still gets downloaded by every browser I've tried (including both desktop and several mobile browsers).
<link href="bork.css" ...
18
votes
3answers
10k views
Detecting network connection speed and bandwidth usage in C#
Is there a way to detect the network speed and bandwidth usage in C#? Even pointers to open-source components are welcome. Thanks in advance.
12
votes
8answers
368 views
How to compute the absolute minimum amount of changes to convert one sortorder into another?
Goal
How to encode the data that describes how to re-order a static list from a one order to another order using the minimum amount of data possible?
I have a feeling there is an algorithm or ...
12
votes
9answers
3k views
Tool for degrading my network connection?
I've written some applications than heavily use network, and I would to test it over a slow network. I'm looking for a tool to simulate this kind of connections.
Edit:
I'm only interested in Windows ...
11
votes
5answers
322 views
Android: slow network during phone calls
We're working on an app that streams a large amount of data out via UDP for GSM-based phones. The idea is to use it while in conjunction with a voice call. If no voice call is present, things are ...
8
votes
5answers
298 views
Gauging a web browser's bandwidth
Is it possible to gauge a web browsers upload and/or download speed by monitoring normal http requests? Ideally a web application would be able to tell the speed of a client without any modifications ...
8
votes
3answers
1k views
Bandwidth from headphone/microphone jack
I got interested in this after I saw SquareUp use the headphone jack on the iPhone to send credit card data.
What's the average bandwidth of the headphone jack on the iPhone, average notebook, and ...
8
votes
5answers
3k views
Best way to simulate a WAN network
Simplified, I have an application where data is intended to flow over the internet between two servers. Ideally, I'd like to test at what point the software ceases to function. At what lowerbound ...
6
votes
4answers
1k views
How to throttle network traffic for environment simulation? [closed]
I'm trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...
6
votes
1answer
3k views
Bandwidth throttling in C#
I am developing a program that continually sends a stream of data in the background and I want to allow the user to set a cap for both upload and download limit.
I have read up on the token bucket ...
5
votes
3answers
692 views
How to test a site for low bandwidth?
I'm developing a web application for mobile browsers. Right now most of development is done on local machines (with local apache) and I'd like to test how it behaves in low bandwidth and even high ...
5
votes
8answers
19k views
How can I get the current network interface throughput statistics on Linux/UNIX?
Tools such as MRTG provide network throughput / bandwidth graphs for the current network utilisation on specific interfaces, such as eth0. How can I return that information at the command line on ...
4
votes
2answers
253 views
How can i get the available bandwidth rate?
We have a DSL , how can we calculate the available bandwidth so that we can shape the packet, We can assume the bandwidth to be 100mbps on the ethernet interface
However, in DSL devices, the train ...
4
votes
3answers
316 views
Predict how much data will be pushed in a git push
I am occasionally on an expensive Internet connection and I would like to know (at least approximately) how much data will be pushed to the remote in a git push.
4
votes
4answers
160 views
Deny bots to download my files
I have a asp.net download page which send a file to client but I want to deny robots download this file because the file is large and as I can see from the records a bot downloads this file about 20 ...
4
votes
3answers
612 views
Limit Bandwidth Speeds
i wrote an app that sync's local folders with online folders, but it eats all my bandwidth, how can i limit the amount of bandwidth the app use? (programatically)?
4
votes
3answers
590 views
Using C# what is the most reliable way to calculate network bandwidth speed?
Using C# what is the most reliable way to calculate network bandwidth speed?
I've found a few examples using NetworkInterface, Performance Counters, native Win32 code, etc. but they all provide ...
4
votes
3answers
833 views
Meaning of bandwidth in CUDA and why it is important
The CUDA programming guide states that
"Bandwidth is one of the most important gating factors for performance. Almost all changes to code should be made in the context of how they affect ...
4
votes
2answers
302 views
How do I measure the cost of a T-SQL query on the wire?
How can I calculate the size of a T-SQL query in bytes transfered across the network?
I know I can approximate it by examining data types of columns (varchars are an interesting twist though), but ...
4
votes
2answers
2k views
Bandwidth throttling software
I need to be able to simulate high bandwidth/high latency/high packet loss on my pc for the purpose of testing the software that I'm writing.
I've seen some software that you can install on a ...
4
votes
3answers
203 views
64-bits and Memory Bandwidth
Mason asked about the advantages of a 64-bit processor.
Well, an obvious disadvantage is that you have to move more bits around. And given that memory accesses are a serious issue these days[1], ...
4
votes
7answers
623 views
is if ($referer != “mysite.com”) not a good way to prevent other sites to hard link my images or swf?
sometimes i see an image not being served when the browser look at www.somesite.com/some_image.jpg -- it will say you need to look at the image from within a page.
(such as when using google's image ...
4
votes
5answers
3k views
How to limit / throttle bandwidth with *multiple* connections
I'm writing an app in C# that downloads concurrently (in different threads) using multiple connections to multiple servers,
and I'd like to be able to limit the used bandwidth.
For a single ...
4
votes
1answer
1k views
Simple bandwidth / latency test to estimate a users experience
I write web based applications. Performance is obviously a key factor. Whilst database load and page rendering time are things I have control of, the users internet connection is not.
What I'm ...
3
votes
3answers
69 views
Is fsockopen generally slow?
I am trying to perform a downstream bandwidth speed test in PHP. I dunno why wget would download 1 Mbyte data in 400 Mbps while fsockopen does it in 170 Mbps. I am using fsockopen since it is ...
3
votes
2answers
62 views
Javascript file sizes, does this make a difference?
new to web design here and I have simple question.
I am creating a rotating header for a website and I have a couple of options. I can use a script that I created that's only 2kb. But the ...
3
votes
7answers
220 views
How to FTP constantly incoming files
Ok, here's the situation... I have an application that generates about 8 files per second. Each file is 19-24kb. This generates about 10 to 11 MB per minute. This question is not about how to ftp, ...
3
votes
2answers
293 views
Oracle 10g : Is transfer via database link compressed ? is it possible?
I'm transferring data from one base to another via database links (using INSERT INTO SELECT ...).
I want to know if data transferred through the link is compressed or can be compressed to avoid too ...
3
votes
3answers
155 views
WCF and size of DTOs
We've got a business logic/data access layer that we're exposing on a couple of different endpoints via a WCF service. We've created DTOs for use as the data contract of the service. We'll be using ...
3
votes
1answer
361 views
How to check network bandwidth with Python?
As asked, I would like my script to check network bandwidth giving me any idea how fast user can surf through web. Is there any library, which allows me to specify size of package to be send and gives ...
3
votes
1answer
190 views
Reducing bandwidth for testing
For testing purposes etc. I need
1) Ways to reduce bandwidth on a connection (each direction)
2) Simulate broken connection.
3) Measure bandwidth, perhaps see whats going through.
I am thinking of ...
3
votes
1answer
124 views
How can I measure the breakdown of network time spent in iOS?
Uploads from my app are too slow, and I'd like to gather some real data as to where the time is being spent.
By way of example, here are a few stages a request goes through:
Initial radio ...
3
votes
4answers
455 views
Can i write a program to limit the Internet usage to 40mb per day?
My Friend asked me to write a program to limit the Internet usage to 40 Mb per day. If the 40 Mb of daily quota is reached no other programs in the system must be able to access the Internet.
3
votes
1answer
940 views
Android — How to track bandwidth usage by application or process?
I can track the overall bandwidth usage of Android device . I wanted to know if there is any method or way , maybe any API or class that can help me track my bandwidth usage per application or process ...
3
votes
2answers
91 views
Updating files bigger then 1GB?
Currently I am using xdelta to make the update files and send only the difference of the user current application version but I would like to know if there are better ways or other ways to approch ...
3
votes
1answer
438 views
Get the current bandwidth use in Linux with PHP
I have a server with OpenVZ installed and virtual machines with a public IPv4 for every machine.
I need to get the bandwidth usage of each separate virtual machine (mbps or kbps) from PHP.
My idea is ...
3
votes
5answers
454 views
Programatically determining maximum transfer rate
I have a problem that requires me to calculate the maximum upload and download available, then limit my program's usage to a percentage of it. However, I can't think of a good way to find the ...
3
votes
7answers
816 views
Mimic Low Bandwidth for UI Testing?
How do you lower the mimic low bandwidth settings for testing HTML rendering on slow computers? I'm using Safari 4 on a Mac.
3
votes
5answers
2k views
Programmatic resource monitoring per process in Linux
I want to know if there is an efficient solution to monitor a process resource consumption (cpu, memory, network bandwidth) in Linux. I want to write a daemon in C++ that does this monitoring for some ...
3
votes
5answers
1k views
Ajax chat polling bandwidth efficiency
I've written a small web application which is basically a JQuery powered chat client within the browser, to get the posts I'm polling the server with an AJAX request and then appending any new ...
3
votes
1answer
234 views
What is the best way to fetch RSS, in real time or almost
I would like to know what's the best way to fetch RSS feeds in real time without having to download the entire feed even when it hasn't been changed.
I don't really mind the language, I'm just looking ...
3
votes
3answers
1k views
Determine network interface bandwidth/type without transferring data
Is there any way in Win32 to programmatically determine the bandwidth of a given network interface without actually transferring any data? I only want to distinguish between different types of ...
3
votes
4answers
1k views
How do I stress test a web form file upload?
I need to test a web form that takes a file upload.
The filesize in each upload will be about 10 MB.
I want to test if the server can handle over 100 simultaneous uploads, and still remain
responsive ...
3
votes
5answers
433 views
Low Cost Technical Architecture for a Website Backend
I'm looking at opening up a website in the near future and aside from the standard domain registration costs, I'm unsure of how to proceed. I'm expecting the volume of data to be quite significant and ...
3
votes
4answers
8k views
How to reduce javax.faces.ViewState in JSF
What is the best way to reduce the size of the viewstate hidden field in JSF?
I have noticed that my view state is approximately 40k this goes down to the client and back to the server on every ...
3
votes
2answers
1k views
What is the most accurate method of estimating peak bandwidth requirement for a web application?
I am working on a client proposal and they will need to upgrade their network infrastructure to support hosting an ASP.NET application. Essentially, I need to estimate peak usage for a system with a ...
3
votes
4answers
489 views
How can I block mp3 crawlers from my website under Apache?
Is there some way to block access from a referrer using a .htaccess file or similar? My bandwidth is being eaten up by people referred from http://www.dizzler.com which is a flash based site that ...
2
votes
2answers
34 views
finding cache L1 and L2 bandwidth
I'm trying to find the bandwidth of my computer's L1 and L2 cache. How can I determine either the theoretical value or the effective value trough benchmarks or so?
Does anyone have any idea how can I ...