search for: cir

Displaying 20 results from an estimated 65 matches for "cir".

Did you mean: ci
2007 Oct 11
1
creating summary functions for data frame
I have a data frame that looks like this: > gctablechromonly[1:5,] refseq geometry gccontent X60_origin X60_terminus length kingdom 1 NC_009484 cir 0.6799 1790000 773000 3389227 Bacteria 2 NC_009484 cir 0.6799 1790000 773000 3389227 Bacteria 3 NC_009484 cir 0.6799 1790000 773000 3389227 Bacteria 4 NC_009484 cir 0.6799 1790000 773000 3389227 Bacteria 5 NC_009484 cir 0.6799...
2004 May 06
3
tcng ingress policing question
...have more than 2 interfaces...) TIA Simon PS, the other interfaces don''t have any queues, since this would be handled by the ingress policing in this way. ============================== script: ============================== dev eth0 { ingress { $police_isp = SLB( cbs 100kB, cir 50000 kbps ); $police_mirror = SLB( cbs 20kB, cir 2000 kbps ); $police_other = SLB( cbs 10kB, cir 1000 kbps ); class(<>) if (ip_src == XXX.XXX.XXX.XXX || /* external host */ ip_src == YYY.YYY.YYY.YYY ) && /* backup traffic */...
2005 Apr 27
0
Ingress and polishing
...sion 10b. I''m trying to do some policing in the ingress queue of the internet device. Until now we had configured some filters dividing traffic into queues, and on these queues the Double Leaky bucket meter was applied. The idea is to have a minimum of bandwidth assigned per class (the cir values) and a maximum (pir values), just as with the HTB meter. (see ''code 1'' at the bottom of the mail for the configuration). However after reading in the ''Traffic Control - Next generation reference Manual'' - p41 of the nov 20, 2003 release - I understoo...
2007 Sep 19
2
function on factors - how best to proceed
...eforehand if there is something obvious here that I have missed. I am new to creating my own functions in R, and I am uncertain of how they work. I have a data set that I have read into a data frame: > gctable[1:5,] refseq geometry X60_origin X60_terminus length kingdom 1 NC_009484 cir 1790000 773000 3389227 Bacteria 2 NC_009484 cir 1790000 773000 3389227 Bacteria 3 NC_009484 cir 1790000 773000 3389227 Bacteria 4 NC_009484 cir 1790000 773000 3389227 Bacteria 5 NC_009484 cir 1790000 773000 3389227 Bacteria...
2005 Jun 16
1
Local unlimited traffic-international CIR
Hi all Iam planning to deploy new QOS system in my organization or small ISP I would like to achieve the following scenario 1. Many of the customers are connected to My ISP At this moment all the users are restricted either local or international traffic QOS is same. now i want to deploy all users which are travelling local services and other customers connected to my ISP
2010 May 24
7
Random dom0 lock up
Hi guys, Having a weird issue with a Dom0. When we were running 2.6.18.8 kernel the server would lock up every 2 weeks for no reason. Its been a difficult one to resolve as there are no errors. We have now upgraded to 2.6.32.13 and the lock ups are more often. For example today it crashed in the morning, then it was rebooted and it crashed again about 5 hours later, no logs. The
2004 Sep 17
4
Guaranteed rate per class and maximum ceiling per element in class???
Hi all, It is my understanding that with HTB, the rate and the ceiling are divided over the elements of the class. E.g. using a rate of 100 kb and a ceiling of 2000 kb for a class with 10 elements on a 100Mb NIC, the effect of the ceiling will be that if all elements are generating their maximimum possible trafic they will be effectively limited to ~ ceiling / number of elements, in this case
2007 Aug 20
1
Ask for functions to obtain partial R-square (squared partial correlation coefficients)
...semi-partial correlation: http://www.psy.jhu.edu/~ashelton/courses/stats315/week2.pdf In SAS, the options is PCORR2 and SCORR2. For example(from http://www.ats.ucla.edu/stat/sas/examples/alsm/alsmsasch7.htm) data ch7tab01; input X1 X2 X3 Y; label x1 = 'Triceps' x2 = 'Thigh cir.' x3 = 'Midarm cir.' y = 'body fat'; cards; 19.5 43.1 29.1 11.9 24.7 49.8 28.2 22.8 30.7 51.9 37.0 18.7 29.8 54.3 31.1 20.1 19.1 42.2 30.9 12.9 25.6 53.9 23.7 21.7 31.4 58.5 27.6 27.1 27.9 52.1 30.6 25.4 22.1 49.9 23.2...
2003 Oct 08
0
Bootstrap Question
...al datasets would be non-normal of an unknown distribution. Thanks for any help, Art Nuzzo Motorola *************************************************************************************** library(bootstrap) CImiss = function(M, lower, upper) {lower > M || upper < M } CIr = function(lower, upper) {upper - lower} C = c(); B = c() # CI Range Ccov = 0; Bcov = 0 # Number of Ci Misses cnt = 1000; # reps x = rnorm(10000) # create population m = mean(x) for (i in 1:cnt) { s = sample(x,10,replace=F) # sample population tresults = t.test(s) attach(tresults)...
2005 Jul 05
1
[HTB] about SCHED_JSCALE value
at 1 Jul 2005, I request help about HTB setting because my HTB setting did not work. After days, I found the source code bug lead to problem. My linux kernel is v2.4.17 port for mips by boardcom. boardcom set HZ to 200 in linux/include/asm-mips/param.h. In linux/include/net/pkt_sched.h, SCHED_JSCALE is set to 0 according to HZ=200. When I set SCHED_JSCALE to 13, the problem is solved. Shun
2006 Sep 19
3
Reading a file in R
Dear R helpers, I am trying to read a CSV file in R called EUROPE (originally an Excel file which I have saved as a CSV file) using the command EUROPEDATA <- read.csv("EUROPE.csv") EUROPE.csv is basically a matrix of dimension 440*44, and has a line of headers, i.e. each column has a name. Using read.csv I can't load the data into R properly. Although the first 20 columns or
2004 Oct 06
4
Re: What is the reccomended minimum rate for leaf htb classfor accurate operation?
Zviad O. Giorgadze wrote: > My ISP provides guarantied 115kbit bandwidth for GLOBAL TRAFFIC. During the low load period (early morning, evening, night) customers can get up to 1mbit traffic. That''s download traffic we''re talking about, since you seem to be shaping on your local LAN interface? Variable rate ISPs are tough to shape right, I guess... Does this 115kbit vs.
2009 Apr 15
2
AW: 3rd party drivers in domU or dom0
...errors), but when I try to create my domU, I get errors listing other devices that must also be sent to domU (looks like everything on that PCI bus) Do you guys think there''s a better chance of getting these boards working on domU or dom0? -Mike --- Michael D Labriola 21 Rip Van Winkle Cir Warwick, RI 02886 401-316-9844_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xe...
2006 May 28
3
Fair shaping over link with variable parameters
...to ask you for advice. I am trying to construct following shaping solution: * several users are using one link to the Internet * all of them have equal priority and should be given fair amount of bandwidth * no kind of traffic is considered more important than other * our Internet connection has no CIR, only "maximum dl/ul speeds" given by provider * most important: our outgoing and incoming traffic must be shaped to some rate that will provide possibly low latency. For users that do not have active connections I''d like to ensure no more than 100ms latency for ping or any...
2007 May 09
3
Removing a list of Objects
Hi, I have a simple beginner's question on removing a list of objects. Say I have objects C243.Daily1, C243.Daily2...C243.Daily5 in my workspace. I'd like to remove these without using rm five times. So I write. > a <- list(paste("C243.Daily",sep="",1:5)) > rm(a) Obviously this wouldn't work, as it would only remove the object a. But is there any way
2009 Aug 27
1
standard error associated with correlation coefficient
I want the standard error associated with a correlation. I can calculate using cor & var, but am wondering if there are libraries that already provide this function. [[alternative HTML version deleted]]
2004 May 04
1
How does Norvergence do it ?
...im. He's from Norvergence. Well dressed. Tells me they can do a T1 for $79, with unlimited local & long distance for free. It also does 'internet'. 'Just give me copies of your phone bill'. I ask some questions, like number porting, like provisioning of DID numbers, like CIR on the data etc. Now HIS eyes glaze over. That's technical talk ... He's just there to follow up on the appointment and 'qualify' the customer to see if we are worthy of their cheap service. After I looked at their website, I can hear 'quack quack'. Cheers, WW Willy Wou...
2007 Feb 19
0
Absolute Maximal Bandwidth
...kb/s) bandwidth usage maximum. As an example I might have 200MBit/sec "agreed" bandwidth, and the ability to go up to 500MBit/sec if I wish. Anything past 200MBit/sec invokes a huge cost. Example tcc script (might contain typos): dev eth0 { ingress { $inpolicer = SLB ( cbs 100kB, cir 200Mbps ); class (<$whatever>) if SLB_ok ($policer); drop if 1; /* Drop the traffic exceeding the 200mbit rate */ } egress { $egpolicer = SLB (cbs 100kB, cir 200Mbps ); class (<$ftp>) if (ip_dst == 10.1.1.1 && tcp_dport == 21 && SLB_ok ($egpolicer)); class (...
2004 Sep 21
1
TCNG compilation/translation bug/question
Hi all, The following ingress statement: .... $host2 = SLB(cbs 1024kb, cir 2048kbps); class(<>) if ip_dst == 81.175.84.2 && SLB_else_drop($host2); .... is compiled by TCNG into the folling tc command: ... tc filter add dev eth0 parent ffff:0 protocol all prio 1 u32 match u32 0x51af5402 0xffffffff at 16 classid ffff:0 police index 505 rate 256000bps burst 1...
2005 Mar 04
2
Voice over Frame Relay & Asterisk
Has anyone done Voice Over Frame Relay with Asterisk. With Frame Relay work reliably with Asterisk? Any experiences? __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/