You are not logged in.

#1 2015-08-16 14:49:05

green_heron
Member
Registered: 2015-08-16
Posts: 16

Problem with trickle

My goal is to limit download and upload for all running aplications to specific values.

I'm trying to type in console trickled -d 100 -u 50 (random values) and i recive:

trickled: Skipping configuration file: ${prefix}/etc/trickled.conf: No such file or directory

I tried to create this file, put in some values but it did not help.


Thanks for all your help smile


PS. I'm using arch linux for couple days so please be understanding.

Last edited by green_heron (2015-08-16 14:49:31)

Offline

#2 2015-08-16 14:51:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem with trickle

What's the output of

cat /etc/trickled.conf

Read https://wiki.archlinux.org/index.php/Trickle

Last edited by karol (2015-08-16 14:52:41)

Offline

#3 2015-08-16 14:55:00

green_heron
Member
Registered: 2015-08-16
Posts: 16

Re: Problem with trickle

[ssh]
Priority = 3
Time-Smoothing = 0.1
Length-Smoothing = 1
[ftp]
Priority = 2
Time-Smoothing = 5
Length-Smoothing = 20
[www]
Priority = 1
Time-Smoothing = 10
Length-Smoothing = 10

I read this topic before I wrote this topic and i still can't handle with this. Maybe give me some hints big_smile

Last edited by green_heron (2015-08-16 15:05:47)

Offline

#4 2015-08-16 15:04:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Problem with trickle

Use e.g. htop to see if trickled is running. It is for me.

Offline

#5 2015-08-16 16:33:45

green_heron
Member
Registered: 2015-08-16
Posts: 16

Re: Problem with trickle

I found another way to limit download and upload.

I used this


Thaks for your help smile

Offline

Board footer

Powered by FluxBB