search for: 1kbps

Displaying 20 results from an estimated 25 matches for "1kbps".

Did you mean: kbps
2004 Oct 08
6
HTB weird problem ....
...when i ftp 2 files ... the speed is higher than the ceiling limit .... kernel is 2.4.22 ... with QoS enabled .... tc qdisc add dev wlan0 root handle 1:0 htb tc class add dev wlan0 parent 1:0 classid 1:1 htb rate 1024kbps ceil 1024kbps tc class add dev wlan0 parent 1:1 classid 1:10 htb rate 1kbps ceil 64kbps tc class add dev wlan0 parent 1:1 classid 1:20 htb rate 1kbps ceil 128kbps tc class add dev wlan0 parent 1:1 classid 1:30 htb rate 1kbps ceil 256kbps tc class add dev wlan0 parent 1:1 classid 1:40 htb rate 1kbps ceil 512kbps tc filter add dev wlan0 parent 1:0 protocol ip u32 match i...
2005 Jan 31
1
tc, VLAN, ebtables issue
...> /dev/null /usr/sbin/tc qdisc del dev eth1 root 2> /dev/null > /dev/null /usr/sbin/tc qdisc add dev eth0 root handle 1: htb default 9 /usr/sbin/tc class add dev eth0 parent 1: classid 1:1 htb rate 256kbps ceil 256kbps /usr/sbin/tc class add dev eth0 parent 1:1 classid 1:9 htb rate 1kbps ceil 256kbps prio 7 ## eth0 port class /usr/sbin/tc class add dev eth0 parent 1:1 classid 1:10 htb rate 1kbps ceil 256kbps prio 0 /usr/sbin/tc qdisc add dev eth0 parent 1:10 handle 10: sfq /usr/sbin/tc class add dev eth0 parent 1:1 classid 1:11 htb rate 1kbps ceil 3kbps prio 2 /usr/sbin/tc qdi...
2003 Mar 24
11
How to do ensure bandwith
How to do ensure a class not lended and not borrowed each other. I do cburst burst 0b ,but ctokens tokens go to negative! --------------------------------- Do You Yahoo!? "更多惊喜,同样精彩,NetVista A30 热卖" --0-611462377-1048485942=:33792 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <P>How to do ensure a class not lended and not borrowed each
2004 Dec 22
4
how to add burstable rate?
Hi, I managed to fix 128kbit for an IP address of 192.168.200.3 as below: - tc qdisc add dev eth3 root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev eth3 parent 1: classid 1:1 cbq rate 128kbit allot 1500 prio 5 bounded isolated tc filter add dev eth3 parent 1: protocol ip prio 16 u32 match ip dst 192.168.200.3 flowid 1:1 tc qdisc add dev eth3 parent 1:1 sfq perturb 10 How can I
2005 Jul 20
5
Transfer rate above the desired (tc+htb)
...;' saved [1,024,000/1,024,000] Wasn''t it supposed to be around the 32KB/s? If I play with the numbers (rate=ceil) I get the following results: 128k ==> 404.78 KB/s 64k ==> 337.9 KB/s 16k ==> 68.86 KB/s 8k ==> 31.12 KB/s 1k ==> 3.77 KB/s I even tried to set the rate to 1kbps in root, but also led to pretty much the same results. With no qdisc, the rate will go close to 1000 KB/s B machine: 2.6.11-1.1369_FC4 iproute-2.6.11-1 TC HTB version 3.3 I have no clue on what I am doing wrong. Could anyone browse the above script and give me hint? Thanks in advance, AL
2006 Feb 23
1
1k: 1000 or 1024?
The docs[1][2] suggest it''s 1024, but tc says something else: # tc qdisc add dev eth0 root tbf rate 1kbps latency 50ms burst 1500 # tc -s qdisc ls dev eth0 qdisc tbf 8009: rate 8000bit burst 1499b lat 48.8ms ^^^^^^^ Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 If 1k were 1024, then I would have 8192bit above. 1. http://www....
2005 Dec 06
1
shaping small rates
What traffic shaper must I use to shape small rates (~1kBps) without significant latency? I have experience with htb and i now that htb is not very good solution in this case. With so low rates it generates a few seconds delays beetwen sended packets. Such situation is described on htb homepage, but without solution. Any ideas ? JQu
2005 Jan 14
0
problem with mark, need help
...bps $TC class add dev eth0 parent 1:3 classid 1:31 htb rate 4kbps ceil 8kbps $TC filter add dev eth0 protocol ip parent 1:0 handle 3 fw flowid 1:30 $TC filter add dev eth0 protocol ip parent 1:0 handle 4 fw flowid 1:31 # default param for htb $TC class add dev eth0 parent 1:1 classid 1:4 htb rate 1kbps ceil 1kbps If someone know why iptables doing it or how to realize it differently Thanks for any halp. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2009 Feb 13
1
Suggestions for rsync
...rver so their pc hard drive and cpu become part of the main server so when people access the website, some data will be downloaded from the main server, and some from the website visitors who downloaded and are running the app. There should be a bandwidth limiter so users can choose to share either 1Kbps, 56Kbps,128Kbps,1Mbps,10Mbps. Can you pass my suggestions onto the appropriate person/s? Thanks -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com -------------- next part -------------- HTML attachment scrubbed and removed
2001 Nov 20
4
Bandwidth Limits
Has anyone noticed that the --bwlimit doesn't really work? I have MRTG stats happening, and on a 128Kbps circuit, an rsync with the following syntax takes up the whole line. $ rsync -avz -e ssh localfiles.tar.gz user@remote:/path/to/file/arch Any ideas? It's on an OpenBSD box going to a FreeBSD box. Both are 2.4.6. -#0
2007 Jan 04
3
TC again - now working on VPN traffic
Hi! It''s me again bothering you guys, what I want to do is to give full bandwidth to VPN traffic and limit the rest to 30KB/s (kilobytespersecond), ok? Here''s what I have: tcclasses ################################## eth0 1 1kbps 70kbps 1 eth0 2 1kbps 30kbps 2 default eth1 3 15kbps 10000kbps 1 eth1 4 1kbps 30kbps 2 default ###################################### tcdevices #################################### eth0 70kbps 70kbps eth1...
2004 Oct 10
3
How to invert tc matches?
Hi, I want to use inverted matches with tc-filter. I tried to invert the matches with a "!", but this doesn''t seem to be the correct syntax. The following rules don''t work: ---------------------------snip----------------------------------------- $TC filter $ACTION dev $DEV protocol ip parent 1:0 u32 match ip src ${NETWORK[$i]} !match ip dst 192.168.0.0/24 flowid
2006 Mar 12
1
ffmpeg2theora conveter problem
...16000 Astro.avi Input #0, avi, from 'Astro.avi': Duration: 00:00:04.0, start: 0.000000, bitrate: 19604 kb/s Stream #0.0, 12.00 fps(r): Video: cinepak, yuv420p, 1280x768 Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s Resize: 1280x768 0:00:04.00 audio: 45kbps video: 1kbps The audio in the ogg file is fine, but I got a blank image. I have to reduce the resolution to 1024x768 to make the image correct. It seems that the limit of the bit rate is too small. Can any body tell me how to make large resolution ogg file. Thank you. Steve
2000 May 10
1
digital silence; not bug?
Greg, I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should be with the mainline. How did you run your test? notfish% head --bytes=10000k /dev/zero > ! zero.raw snotfish% ./encoder_example < zero.raw > zero.ogg snotfish% chaining_example < zero.ogg Input bitstream contained 1 logical bitstream section(s). Total bitstream playing time: 58 seconds
2005 Jul 12
0
PLEASE HELP! SHAPING P2P STILL NOT WORKING
...3].b >> 4) & 0xff if 1 ; htb () { class ( rate UPRATE, ceil UPRATE ) { $prio = class ( prio 0, rate 6kBps, ceil UPRATE ) { sfq; } ; $p2p = class ( prio 7, rate 1kBps, ceil P2P ) { sfq; } ; $interactive = class ( prio 1, rate 18kBps, ceil UPRATE ) { sfq; } ; } } } } CLASSES class htb 2:1 root rate 200000bit ceil 200000bit burst 1624b cburst 1624b class htb 2:2 parent 2:1 leaf 3:...
2006 Aug 15
5
howto reduce the ping?
...1:10 htb rate 9kbps ceil 14kbps prio 1 iptables -t mangle -A POSTROUTING -p tcp --dport 27020:27039 -j CLASSIFY --set-class 1:10 iptables -t mangle -A POSTROUTING -p udp --dport 27000:27015 -j CLASSIFY --set-class 1:10 #irc tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 1kbps ceil 1kbps prio 2 iptables -t mangle -A POSTROUTING -p tcp --dport 6667 -j CLASSIFY --set-class 1:20 #default tc class add dev ppp0 parent 1:1 classid 1:90 htb rate 4kbps ceil 4kbps prio 3 } stop_outbound_tc() { echo "Stopping outbound tc" tc qdisc del dev ppp0 ro...
2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
Hi All, I am planning to implement Ogg Vorbis Decoder on a 24 bit DSP. I have following doubts: 1) What is min and max bitrate? 2)What is max Audio Packet size ? 3)What is the max size of setup header? 4)Any idea how to start for making a 24Bit fixed point reference code? Shall I start with floating point or Tremor or Tremor Low Mem Version? 5) What window sizes in Ogg Vorbis are normally
2007 Aug 10
0
Re: Allocating 64 kbits/s out of 256 kbits/s for one LAN behingfirewall (SOLVED)
...Hi Paolo Malfatti, > > > Thanks for your script. I tried it . > > But I still can not allocate 64 kbit for LAN. We have a 256 kbit link. > We usually download around @ 30-33 kbytes per second. That means, when it > comes to kbits, I will have to mulitple it in to 8 as > 1kbps=8kbit . > > pls see below for usual download rate, before applying your rules. > > [root@worldnet wget]# wget http://mirrors.kernel.org/centos/5.0/isos/i386/CentOS-5.0-i386-bin-6of6.iso > > > --12:16:27-- > http://mirrors.kernel.org/centos/5.0/isos/i386/CentOS-5.0-i386-bin...
2004 Jan 27
3
tncg and bandwidth limiting
I''m trying to do some very simple rate-shaping on an interface. I want to limit my 100baseT interface to 7 megs both ingress and egress of the interface. I''ve been hacking my way through the documentation and some examples and I''ve come up with the following configuration for tcng that seems to do what I want. I''m curious if some of the other experts out
2005 Apr 26
8
HTB Weird Shaping Question(Bug?). Please Help!
...l ${CLASS_OUTRATE} prio 0 tc class add dev ${OUTQ} parent 1:100 classid 1:105 htb rate 5kbps ceil ${SUBCLASS_OUTRATE} prio 3 # Other tc class add dev ${OUTQ} parent 1:100 classid 1:110 htb rate 4kbps ceil ${SUBCLASS_OUTRATE} prio 0 # VoIP tc class add dev ${OUTQ} parent 1:100 classid 1:120 htb rate 1kbps ceil ${SUBCLASS_OUTRATE} prio 0 # SSH tc class add dev ${OUTQ} parent 1:100 classid 1:130 htb rate 1kbps ceil ${SUBCLASS_OUTRATE} prio 1 # Telnet tc class add dev ${OUTQ} parent 1:100 classid 1:140 htb rate 2kbps ceil ${SUBCLASS_OUTRATE} prio 1 # TermSrv tc class add dev ${OUTQ} parent 1:100 classi...