I am trying to use the TCP bandwidth control software called TRICKLE (https://manurevah.com/blah/en/p/trickle-bandwith-shaper) to control how much of my internet download is used when using FileBot.
The script I wrote runs FileBot on a SSHFS mounted filesystem from my seedbox in another country.
The command I run to limit the download bandwidth to 128K
Code: Select all
/usr/bin/trickle -d 128 /usr/bin/filebot -script /home/paully/.filebot/scripts/amc_.groovy --output "/home/paully/Plex" etcJava CAN use trickle because it had the libc stack...
Code: Select all
ldd /usr/bin/java
        linux-vdso.so.1 =>  (0x00007ffc94dfc000)
        libjli.so => not found
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1cbf191000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f1cbf561000)Does anyone else use trickle or is there a clever add-on or switch for FileBot to limit TCP bandwidth?
Thanks in advance,

Paully

 Please read the
 Please read the