search for: 45kb

Displaying 16 results from an estimated 16 matches for "45kb".

Did you mean: 40kb
2001 Jun 07
1
RE: LARTC digest, Vol 1 #222 - 12 msgs
...ate: Tue, 5 Jun 2001 20:28:30 +0200 Subject: [LARTC] priority of class ->split traffic in 2 more classes ->tc class add dev eth0 parent 2:0 classid 2:21 cbq avpkt 1000 bandwidth ->100Mbit \ ->rate 70Mbit prio 3 maxburst 20 ->tc qdisc add dev eth0 parent 2:21 tbf rate 70Mbit buffer 45Kb/8 limit 15Kb ->tc class add dev eth0 parent 2:0 classid 2:22 cbq avpkt 1000 bandwidth ->100Mbit \ ->rate 70Mbit prio 4 maxburst 20 ->tc qdisc add dev eth0 parent 2:22 tbf rate 70Mbit buffer 45Kb/8 limit 15Kb ->Actualy results is Ok.I am trying to see influence of "prio"...
2002 May 28
5
QoS graphical interface ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is there any grapical interface for the QoS (Quality of Service) Traffic Control in Linux ? Greetings. - --- Carles Xavier Munyoz Baldó carles@descom.es Descom Consulting Telf: +34 965861024 Fax: +34 965861024 http://www.descom.es/ - --- -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8
2006 Apr 10
4
EF & AF filters with HTB
...v $DEVICE parent 2:0 protocol ip prio 2 handle 0 tcindex \ mask 0 classid 2:20 # AF Class 1 tc class add dev eth0 parent 2:1 classid 2:30 htb rate 20Kbit ceil 120Kbit tc qdisc add dev eth0 parent 2:30 gred setup DPs 3 default 2 grio tc qdisc change dev eth0 parent 2:30 gred limit 60KB min 15KB max 45KB \ burst 20 avpkt 1000 bandwidth 120Kbit DP 1 probability 0.02 prio 2 tc qdisc change dev eth0 parent 2:30 gred limit 60KB min 15KB max 45KB \ burst 20 avpkt 1000 bandwidth 120Kbit DP 2 probability 0.04 prio 3 tc qdisc change dev eth0 parent 2:30 gred limit 60KB min 15KB max 45KB \ burst 20 avpkt 10...
2001 Oct 29
1
Help with 'get.hist.quote' on tseries
...rument = "ibm", start = "1998-01-01") trying URL `http://chart.yahoo.com/table.csv?s=ibm&a=01&b=01&c=1998&d=10&e=28&f=2001&g=d&q=q&y=0&z=ibm&x=. csv' Content type `application/octet-stream' length unknown opened URL downloaded 45Kb time series starts 1998-01-02 time series ends 2001-10-26 Error in fromchar(x) : character string is not in a standard unambiguous format > Can anyone help? (I use R 1.3.1 with Windows 2000.) Thanks, ANDREW Andrew Criswell, Ph.D. Graduate School, Bangkok University -.-.-.-.-.-.-.-...
2005 Dec 14
1
mgen & tc
...bit tc qdisc add dev eth1 parent 2:20 pfifo limit 20 tc filter add dev eth1 parent 2:0 protocol ip prio 2 handle 10 tcindex \ classid 2:20 pass_on ############ BE tc class add dev eth1 parent 2:1 classid 2:30 htb rate 5Mbit ceil 10Mbit tc qdisc add dev eth1 parent 2:30 red limit 60KB min 15KB max 45KB \ burst 20 avpkt 1000 bandwidth 10Mbit probability 0.4 tc filter add dev eth1 parent 2:0 protocol ip prio 3 handle 0 tcindex \ mask 0 classid 2:30 pass_on
2008 Feb 21
1
Centos Guys: Any estimate of recent torrent savings?
...se downloads, reduced costs to the project, etc. I recently increased my cable modem speeds (U.S. $10/mo seemed worth it to me even though I don't get the benefits of the added download speed often - nature of what I do and all that) so I could upload appx. 60KB/s instead of the previous appx. 45KB/s. And the new {lib, r}torrent from rpmforge has DHT capability included, which I activated, and I think is increasing the number of peers/clients with which I see exchanges. I don't know how badly this might cause under-reporting of your stats. Just curious, no big need. -- Bill
2005 Jul 06
0
Diffserv using HTB or PRIO qdiscs as basis for EF phb
...ceil 100Mbit tc qdisc add dev $1 parent 2:10 pfifo limit 5 tc filter add dev $1 parent 2:0 protocol ip prio 1 handle 0x2e tcindex classid 2:10 pass_on BE Class (2:20) tc class add dev $1 parent 2:1 classid 2:20 htb rate 5Mbit ceil 100Mbit tc qdisc add dev $1 parent 2:20 red limit 60KB min 15KB max 45KB burst 20 avpkt 1000 bandwidth 100Mbit probability 0.4 tc filter add dev $1 parent 2:0 protocol ip prio 2 handle 0 tcindex mask 0 classid 2:20 pass_on Config 2 using PRIO Main dsmark & classifier tc qdisc add dev $1 handle 1:0 root dsmark indices 64 set_tc_index tc filter add dev $1 parent 1...
2019 Apr 14
2
Solr connection timeout hardwired to 60s
sorry... I got distracted half way and forgot to put a meaningfull subject so the archive could figure out the thread. - resending. On 4/14/19 4:04 PM, dovecot-request at dovecot.org wrote: >> Solr ships with autoCommit set to 15 seconds and openSearcher set to >> false on the autoCommit.? The autoSoftCommit setting is not enabled by >> default, but depending on how the index
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
...ceil 100Mbit tc qdisc add dev $1 parent 2:10 pfifo limit 5 tc filter add dev $1 parent 2:0 protocol ip prio 1 handle 0x2e tcindex classid 2:10 pass_on BE Class (2:20) tc class add dev $1 parent 2:1 classid 2:20 htb rate 5Mbit ceil 100Mbit tc qdisc add dev $1 parent 2:20 red limit 60KB min 15KB max 45KB burst 20 avpkt 1000 bandwidth 100Mbit probability 0.4 tc filter add dev $1 parent 2:0 protocol ip prio 2 handle 0 tcindex mask 0 classid 2:20 pass_on Config 2 using PRIO ------------------- Main dsmark & classifier tc qdisc add dev $1 handle 1:0 root dsmark indices 64 set_tc_index tc filter ad...
2012 Jan 02
0
[ANNOUNCE] libmnl 1.0.2 release
...constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. This library is released under LGPLv2+. Features: * Small: the shared library requires around 45KB for an x86-based * computer. * Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. * Easy to use: the library simplifies the work for Netlink-wise developers. It provides functions to make socket handling, message building, validating, parsing and s...
2012 Feb 28
0
[Bug 772] New: Rate Limiting
...of my machines one of which is CentOS and two are Debian. I had added rate-limiting to my rules to protect it but I just observed its not working and server is making 1mb/s output easily. Someone is attacking my GameServers ports using a different IP each day and in fact multiple IPs, each IP makes 45kb/s or lesser input and my servers make 1mb/s + Output. All systems were on OpenVZ running 2.6.18 kernel. On all systems iptables version was 1.4.2+. I downgraded to 1.3.5 with RPM on CentOS machine and iptables started working easily. Now I need an answer to why they didn't work on later vers...
2001 Jan 17
0
dscp marking
...t 2:0 prio 1 handle 5 tcindex classid 2:5 #setting BE ############ echo Setting up BE $TC class add dev $DEV parent 2:0 classid 2:6 cbq bandwidth $BANDWIDTH \ rate $BE_RATE avpkt 1000 prio 6 allot 1514 maxburst 21 $TC qdisc add dev $DEV parent 2:6 red limit 60KB min 15KB max 45KB \ burst 20 avpkt 1000 bandwidth $BANDWIDTH probability 0.4 $TC filter add dev $DEV parent 1:0 protocol ip prio 1 \ handle 0x0 tcindex classid 2:161 $TC filter add dev $DEV parent 2:0 protocol ip prio 1 \ handle 6 tcindex classid 2:6 </bigger> But I can''...
2011 Aug 23
1
Simple Codec questions
Hello, I'm currently evaluating different codecs to create a list of candidates for my current project. My criteria are simple: - What is the expected highest compression ratio where no noticeable degradation occurs yet? I need something like 1/8th compared with wave data. - Is it possible to access the decoded streams for further processing outside of the codec? If yes, can the data be
2019 Apr 14
0
Solr connection timeout hardwired to 60s
...o minimize amount of mail not already visible in the index when searches are done. The solr server is a small test virtual machine with 0.2 (shared) vCPU and 0.6MB of memory and non SSD storage. It can index around 2000 emails per minute when there is no other activity. Average email size is about 45Kb. I'm not indexing attachments. John
2006 Jun 27
28
Supporting ~10K users on ZFS
OK, I know that there''s been some discussion on this before, but I''m not sure that any specific advice came out of it. What would the advice be for supporting a largish number of users (10,000 say) on a system that supports ZFS? We currently use vxfs and assign a user quota, and backups are done via Legato Networker. >From what little I currently understand, the general
2004 Jun 17
19
HTB is nor fair when ''borrowing? Can someone correct me or maybe Devik''s HTB has a bug?
Hello there! Yesterday I started my experiments with HTB. I configured it this way: 1: root HTB qdisc | 1:1 HTB class rate 1000kbit | /-------+------\ 1:40 1:50 1:60 user1 user2 user3 rate 333 & ceil 1000 for everyone. User2 is disconnected and user1 and user3 are downloading. For all the time (t1-t5) there are ONLY these two users downloading! HTB should give