search for: rate_

Displaying 3 results from an estimated 3 matches for "rate_".

Did you mean: rate
2009 Dec 21
2
Reading multiple Input Files
...ates I am selecting for my analysis is random i.e. it can be 2, can be 10 or even higher. The R-code I had written (with the guidance of R helpers obviously and I am really grateful to all of you) as of now is sort of hard coding when it comes to reading interest rates as an input e.g.   ## INPUT   rate_1   = read.csv('rate1_range.csv') rate_2   = read.csv('rate2_range.csv') rate_3   = read.csv('rate3_range.csv') rate_4   = read.csv('rate4_range.csv')   prob_1   = read.csv('rate1_probs.csv') prob_2   = read.csv('rate2_probs.csv') prob_3   = read.csv(&...
2016 Apr 02
1
[Bug 1061] New: net-firewall/nftables-0.5-r2: limit rate: burst parameter doesn't work
...1 Bug ID: 1061 Summary: net-firewall/nftables-0.5-r2: limit rate: burst parameter doesn't work Product: nftables Version: unspecified Hardware: x86_64 URL: http://wiki.nftables.org/wiki-nftables/index.php/Rate_ limiting_matchings OS: Gentoo Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: alexander.meinhardt+forum at gmail.com Wanted to use the "burst&quo...
2007 Sep 03
3
Classes do not receive any traffic ?
...========start==================================== ifconfig imq0 txqueuelen 30 up tc qdisc add dev imq0 root handle 1: htb ${root_parm} #this class have speed corresponding to maximum achieved speed of isp connection in particular direction tc class add dev imq0 parent 1:0 classid 1:1 htb rate ${rate_sum} ceil ${rate_sum} burst 0kb cburst 0kb ${quantum_sum} # summarized prio class tc class add dev imq0 parent 1:1 classid 1:2 htb rate ${rate_prio_sum} ceil ${rate_prio_sum} burst 0kb cburst 0kb ${quantum_prio_sum} #critical prio tc class add dev imq0 parent 1:2 classid 1:3 htb prio ${prio_crit}...