Questions tagged [throttling]

In networking, throttling is the intentional slowing or speeding of an Internet service.

In networking, throttling is the intentional slowing or speeding of an Internet service.Throttling is helpful to prevent network congestion and server crashes.

44 questions
2
votes
1 answer

Exim Throttling - how to setup exim to control email deliveries/hour to each ISP?

I couldn't find any resource about how to setup exim throttling. I needed to control email delivery flow respecting each ISP rate limits and guidelines. Can anyone point me some references on how to setup this? Thanks.
Newtonx
  • 305
  • 1
  • 4
  • 11
2
votes
2 answers

Windows Server 2019 Throttling for Domain Users and not Admins?

Morning All, I've got a fairly new environment running the latest ESXi, all WS19S servers AD joined and everything seems to be working as it should and is very responsive as all of the servers are over provisioned in resources. Recently, we…
1
vote
0 answers

Enable Resource Governor

I have setup an SQL Server 2008 R2 SP1 in my infrastructure. One of my SQL jobs consumes much CPU usage and when this happens all other queries take too long to respond. After research I read about Resource Governor. This feature throttles CPU usage…
1
vote
2 answers

How to workaround a IP whitelist when consuming a 3rd-party API?

We use a service who's API will reject requests unless the source IP has been previously whitelisted. They only give us 3 slots which is a problem because we have more than 3 machines that need to use the API. What is the most common technique to…
Tom
  • 4,277
  • 11
  • 42
  • 52
1
vote
1 answer

Mysterious throttling on Linux Centos

I have inherited a Linux CentOS install running as a PPPOE server router for guest bandwidth to pass through for a unit block. Internet connectivity looks like this…
scottmc
  • 11
  • 2
1
vote
0 answers

What are the symptoms of an overloaded webserver

I'm maintaining some web crawlers. I want to improve our load/throttling system to be more intelligent. Of cause I look at response codes, and throttle up or down based on that. I would though like the system to be better at dynamically adjusting…
Niels Kristian
  • 358
  • 1
  • 3
  • 13
1
vote
1 answer

Throttling a user across multiple datacenters

I'm trying to implement a throttling feature on nginx, that is shared across multiple servers across multiple datacenters. I would like to know what would be the best practice for building this. For example, let's say that I have an HTTP API running…
Mark
  • 452
  • 5
  • 13
1
vote
1 answer

How to throttle AJP

On Windows i connect Apache2 to Tomcat7 via AJP. Is there any configuration that can throttle the communication? This is my workers.properties worker.list=node1 worker.node1.port=8009 worker.node1.host=127.0.0.1 worker.node1.type=ajp13 This is my…
Grim
  • 135
  • 7
1
vote
2 answers

How to prevent nginx throttling conflicting with maintenance mode?

We use the HttpLimitReqModule nginx mondule for rate throttling and have found that it conflicts with our "maintenance mode" because both components are using http status code 503. When throttling is activated (via the limit_req directive), nginx…
Tom
  • 4,277
  • 11
  • 42
  • 52
1
vote
2 answers

Postfix: throttle incoming traffic to abused recipients

I'd like to implement per-recipient limits for incoming mail to our Postfix MX servers, but I don't know what to use to achieve that. Postfix docs and Google searches will only give me config recipes to set up (global) incoming concurrency or…
Luke404
  • 5,826
  • 4
  • 47
  • 58
1
vote
1 answer

Configure trickle to add guestOS

I want to configure Trickle to prioritize my bandwidth with an installed app on ubuntu, I understand the basic config: [ssh] Priority = 1 Time-Smoothing = 0.1 Length-Smoothing = 1 [www] Priority = 2 Time-Smoothing = 5 Length-Smoothing =…
1
vote
1 answer

How to diagnose whether a customer's ISP is throttling access to my website?

We host a website that servers up mostly static files, such as html and flash SWF files. The server is hosted in Auckland, New Zealand. Our customers are mainly secondary/high-schools. In general, most customers can access our website at perfectly…
mrcrowl
  • 111
  • 2
1
vote
3 answers

Disable gigabit ethernet throttling?

I've got two windows PCs connected by gigabit ethernet. When I use iperf to measure throughput it maxes out at a good 100MBit/s. When I run iperf using two or three parallel connections, each will get the full 100MBit/s, too. If I add all the…
Sam
  • 909
  • 5
  • 15
  • 28
1
vote
1 answer

How to force Linux users to respect max login rate

How does one set a rate-based throttle and/or quota for SSH logins per user on a shared system? For example: limit an SSH login to one time per 10 seconds. Things I've looked at: pam throttle and throttle2, but those look for failed logins and then…
EdwardTeach
  • 632
  • 9
  • 20
0
votes
1 answer

Using trickle/trickled to limit bandwidth throughput of iperf3

I'm doing some throughput testing on some radio units that have narrow channel bandwidth settings (for example sub 250KHz bandwidth). During my testing of iperf3, I noticed that the slowest speed it would ever transfer at despite setting a bandwidth…