search for: dmax

Displaying 20 results from an estimated 36 matches for "dmax".

Did you mean: dma
2006 Sep 24
2
HFSC parameter
My problem with HFSC tc command is ... tc command''s HFSC have a lot parameter with 4 curve type SC curve -> umax dmax rate LS curve -> umax dmax rate RT curve -> umax dmax rate UL curve -> umax dmax rate so i''dont know which parameter are appropriate for my test case such real time class which curve are appropriate and good working result. my assumption about umax,dmax,rate ... this is true fir...
2011 Nov 07
1
How do I return to the row values of a matrix after computing distances
## Package Needed library(fields) ## Assumptions set.seed(123) nsim<-5 p<-2 ## Generate Random Matrix G G <- matrix(runif(p*nsim),nsim,p) ## Set Empty Matraces dmax and dmin dmax<- matrix(data=NA,nrow=nsim,ncol=p) dmin<- matrix(data=NA,nrow=nsim,ncol=p) ## Loop to Fill dmax and dmin for(i in 1:nsim) { dmax[i]<- max(rdist(G[i,,drop=FALSE],G)) dmin[i]<- min(rdist(G[i,,drop=FALSE],G[-i,])) } I filled the dmax and dmin with the distance values I cal...
2005 May 27
3
FW: HFSC + ESFQ - class statistics
...t ul rate 100mbit ${TC} class add dev ${LAN_IFACE} parent 1:1 classid 1:2 hfsc ls rate 90mbit ul rate 90mbit ${TC} class add dev ${LAN_IFACE} parent 1:1 classid 1:3 hfsc ls rate 690kbit ul rate 690kbit ${TC} class add dev ${LAN_IFACE} parent 1:3 classid 1:10 hfsc rt dmax 1ms rate 32kbit ls rate 690kbit #dns ${TC} class add dev ${LAN_IFACE} parent 1:3 classid 1:20 hfsc rt dmax 2ms rate 256kbit ls dmax 3ms rate 690kbit #http int ${TC} class add dev ${LAN_IFACE} parent 1:2 classid 1:25 hfsc rt dmax 100ms rate 10mbit ls dmax 100ms rate 80mbit #squid...
2013 Nov 14
1
Possible bug: TC with HFSC fails to load if umax is not provided
...fter upgrading the script wouldn''t start. First some config files. tcdevices: #INTERFACE IN-BANDWIDTH OUT-BANDWIDTH OPTIONS REDIRECTED eth1 - 6300kbit hfsc,classify ifb0 - 6300kbit hfsc eth1 tcclasses: #INTERFACE MARK RATE(:DMAX:UMAX) CEIL PRIORITY OPTIONS ifb0:110 - full/4:50 full/2 1 tcp-ack,tos-minimize-delay ifb0:130 - full/2 full*9/10 3 flow=nfct-dst ifb0:140 - full/4 full*9/10 4 default,flow=nfct-dst eth1:110 - full/4:50 full/2 1 tc...
2006 Nov 01
1
cluster analysis using Dmax
Dear All, a long time ago I ran a cluster analysis where the dissimilarity matrix used consisted of Dmax (or Kolmogorov-Smirnov distance) values. In other words the maximum difference between two cumulative proportion curves. This all worked very well indeed. The matrix was calculated using Dbase III+ and took a day and a half and the clustering was done using MV-ARCH, with the resultant dendro...
2011 Feb 17
0
Best way to organize this data for plotting
Hello I have a number of data files which are outputs for each step of a simulation. The data is organized like this: dmin dmax coef 5 6 0.490981 3 8 0.098056 5 6 0.425926 6 6 0.517860 2 4 0.527778 I would like to make a 3-d plot where one axis corresponds to (dmin, dmax) pair, one axis is the simulation step and the other is the mean of t...
2006 Dec 12
1
About HFSC ?
...and-voip/ I’ve got few questions ? Considering this tc class add dev $DEV parent 1:1 classid 1:2 hfsc \ rt m1 ${UPLINK}kbit d 50ms m2 $[1*$UPLINK/10]kbit \ ls m1 ${UPLINK}kbit d 50ms m2 $[3*$UPLINK/10]kbit \ ul rate ${UPLINK}kbit rt = realtime curve ls = linksharing curve but m1 = ? m2 = ? d = dmax ? I’ve found this article too http://linux-ip.net/articles/hfsc.en/ And for example this line is quite diferent ! tc class add dev eth0 parent 1:10 classid 1:12 hfsc sc umax 1500b dmax 30ms rate 100kbit ul rate 1000kbit Does anyone could you light me ? Regards
2006 Dec 19
0
AW)Dmax and Windows XP
Hi do anyone have experience of the Abit AW9D-MAX. I try to run a native windowsXP under Yast2 control on a xen from suse10.2. I get an error claiming that APIC is not enabled. However if I look in boot.msg it says enabled for 0x00 och 0x01 but not 0x02 and 0x03 LAPIC (acpi_id[0x00] lapic_id[0x00] enabeled) and so on any suggestions? /Lars _______________________________________________
2002 Feb 11
0
profile
...- 0.5378 eta1 <- 0.3791 eta2 <- 0.6332 PopStd <- 90468 beta <- Beta DIs <- Dls MnmN <- Nmin OptN <- Nopt1 # define model function Y.model <- function(gN, MnmN, OptN, DIs, beta, eta1, eta2, Popn, Dmax, AWC, SumEp, PotYield3, Nsupply) { Ymax<- 1-ifelse(Popn<=PopStd, eta1, eta2)*log(Popn/PopStd) Ymax <- Ymax*PotYield3*Popn/1000 Ymax <- Ymax*ifelse(Dmax<=DIs*AWC, 1, 1 - beta*(Dmax -DIs*AWC)/SumEp) Nstar &lt...
2006 Sep 01
1
HFSC help
...s with differents parameters but I''m not able to use correctly this scheduler: $TC qdisc add dev $dev root handle 1: hfsc default 40 $TC class add dev $dev parent 1: classid 1:1 hfsc sc rate 10mbit ul rate 10mbit ### VOIP $TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b dmax 5ms rate 200kbit ls umax 1500b dmax 60ms rate 200kbit ul rate 200kbits ### Video $TC class add dev $dev parent 1:1 classid 1:20 hfsc rt umax 1500b dmax 10ms rate 5mbit ls umax 1500b dmax 60ms rate 5Mbit ul rate 5Mbit ## Data $TC class add dev $dev parent 1:1 classid 1:30 hfsc sc rate 1mbit ul rate...
2006 May 09
3
tc del class not working
When I start my script: * - Creating classes on br1 for upload control ... * - tc class add dev br1 parent 2:0 classid 2:46 hfsc ls m1 576.0Kbit d 2000ms m2 192.0Kbit ul m2 384Kbit ... [ ok ] * - tc class add dev br1 parent 2:46 classid 2:47 hfsc sc umax 1500b dmax 30ms rate 80Kbit . [ ok ] * - tc class add dev br1 parent 2:46 classid 2:48 hfsc ls m2 152.0Kbit ul m2 152.0Kbit ... [ ok ] * - tc class add dev br1 parent 2:46 classid 2:49 hfsc rt m2 76.00Kbit ls m2 152.0Kbit ul m2 304Kbit ... [ ok ] * - Creating classes on wivl4 for download co...
2019 Mar 04
2
Calcular una probabilidad asociada a una variable
Buenas, Eso pensé yo en un principio, que quería normalizar, pero fíjate que dice que el 1 tiene que ser el valor 20, y a partir de allí descender en ambos lados, si normaliza tendrá la variable centrada en 1, pero aquellos valores que sean mayores que 20 en la variable original, ahora seguirán siendo mayores de 1 y no como el pide menores. Xavi Missatge de Javier Marcuzzi
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this: { * DOWNLOAD * I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps. The rates between 384Kbps and 1.5Mbps should be shared among all users. Each user should always be able to get at
2006 Sep 17
1
HTB and HFSC,declaration tc command question
...developer?? In HFSC tc command question  after i read HFSC paper , i''m doubt in Service curve declaration like this &gt; | SC := [ [ m1 BPS ] [ d SEC ] m2 BPS &gt; |  &gt; |  m1 : slope of first segment -&gt; umax &gt; |  d  : x-coordinate of intersection -&gt; dmax &gt; |  m2 : slope of second segment -&gt; rate 2. In all leaf class must specify rt (realtime service curve) ??? and Is it important to specify sc (Service curve) in all leaf class ?? and in all leaf class must specify link-sharing (ls) too?? because i think after read HFSC theory abou...
2004 Oct 29
5
hfsc scheduler
hi all, long time since i posted on the list. just wondering if anybody has played around with hfsc and if so could he/she share their info on it thanks adrian -- To mess up a Linux box, you need to work at it; to mess up your Windows box, you just need to work on it. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2006 Sep 20
0
HTB and HFSC, tc command question
...rior class as pipe and leaf class as chain In HFSC tc command fter i read HFSC paper , i''m doubt in Service curve declaration like this > | SC := [ [ m1 BPS ] [ d SEC ] m2 BPS > | > | m1 : slope of first segment -> umax > | d : x-coordinate of intersection -> dmax > | m2 : slope of second segment -> rate 2. In all leaf class must specify rt (realtime service curve) ??? and Is it important to specify sc (Service curve) in all leaf class ?? and in all leaf class must specify link-sharing (ls) too?? because i think after read HFSC theory about by...
2006 Sep 18
0
HTB and HFSC tc commandd syntax question
...d leaf class as chain In HFSC tc command fter i read HFSC paper , i''m doubt in Service curve declaration like this &gt; | SC := [ [ m1 BPS ] [ d SEC ] m2 BPS &gt; |  &gt; |  m1 : slope of first segment -&gt; umax &gt; |  d  : x-coordinate of intersection -&gt; dmax &gt; |  m2 : slope of second segment -&gt; rate 2. In all leaf class must specify rt (realtime service curve) ??? and Is it important to specify sc (Service curve) in all leaf class ?? and in all leaf class must specify link-sharing (ls) too??  because i think after read HFSC theory about...
2015 Oct 29
2
Extraer elementos diagonales de submatrices
El código que me olvide pegar input m <- structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5), .Dim = c(10L, 5L)) m ## output output <- c(1:3, 1:5, 1:2) output nfilas <- nrow(m) while(nfilas > 0) { diagonal <- diag(m)
2014 Jun 13
2
no x label using axis.Date
...;%Y-%m-%d",tz="")) xlabels<-xlabels[xlabels$mday==1] axis.Date(1,at=xlabels,format="%b-%Y")* The above section is used in the following plot: par(mfrow=c(4,1)) par(mar=c(0.8,0,0,0)) par(oma=c(2,4.5,3,2)) plot(totaldays$totaldays,totaldays$y,type="n",ylim=c(0,Dmax),xaxt="n") points(D$date,D$TSP,col=Dcol,type="p",pch=16,lwd=2,xaxt="n") text(mdate,Dmax-20,labels="DM1'",cex=1) legend("topright",pch=16,cex=0.8,col=colLegend, legend=ALegend) abline(h=Target,col="red",lwd=2) plot(totaldays$tot...
2006 Jul 30
5
questions about HFSC, VoIP and (dynamic) ingress shaping
...ensure a stable and low latency voip communication I added an HFSC qdisc to device ppp0 (1 Mbit SDSL). There are two classes (by now): One for SIP and RTP and one for the rest. Question 1: I defined the voip qdisc as tc class add dev ppp0 parent 1:1 classid 1:11 \ hfsc sc umax 1500b dmax 30ms rate 500kbit ul rate 900kbit but "tc -s class show dev ppp0" shows class hfsc 1:11 parent 1:1 sc m1 0bit d 6.0ms m2 500000bit \ ul m1 0bit d 0us m2 900000bit Where does the "0bit d 6.0ms" come from, (what does the other stuff exactly mean) and what would be a go...