throttle icon indicating copy to clipboard operation
throttle copied to clipboard

Throttle your network connection [Linux/Mac OS X]

Results 25 throttle issues
Sort by recently updated
recently updated
newest added

It should work (tested running `tc` manually) as already done with the `down` interface.

Hello, Thanks for this useful tool. My use case is to utilize this tool in a machine that does not have Node installed. I'm wondering where I can find an...

It seems we have an issue that sometimes setting the connectivity on Mac OS fails, and we fail that silently? https://github.com/sitespeedio/browsertime/issues/1638 Check if there's a way to catch that.

bug

When you use Browsertime and Throttle on a Mac and use Firefox it fails if you set a slow connection, the reason is that throttle also slow down the traffic...

enhancement

macOS 10.15.7 node v16.3.0 throttle version 2.1.1 I get this kind of output very often: ``` > throttle stop node:child_process:326 ex = new Error('Command failed: ' + cmd + '\n'...

README says "On OSX, add these lines to /etc/pf.conf if they don't exist, to prevent the pfctl: Syntax error in config file: pf rules not loaded error when you try...

* For `down` is calls `tc` with "ifb0": https://github.com/sitespeedio/throttle/blob/master/lib/tc.js#L61 * For `upd` it calls `tc` with `iFace`: https://github.com/sitespeedio/throttle/blob/master/lib/tc.js#L76 It's a bug, right?

prio:3

throttle --profile 3gslow (node:21528) UnhandledPromiseRejectionWarning: Error: Command failed: sudo tc qdisc add dev ifb0 root handle 1:0 netem delay 100ms rate 400kbit What is "rate"? Usage: ... netem [ limit...

help wanted
prio:5

Currently the command line and API is "all or nothing", meaning that if a parameter is not give (e.g. `down`) then a default value for it is chosen (in this...

prio:5

Hi there, thank you so much for this utility, has been very helpful. I noticed that when running commands like ```bash throttle --profile 2g --localhost ``` It works just fine...

help wanted
prio:5