Displaying 3 results from an estimated 3 matches for "2002q2".
Did you mean:
2002,2
2009 Mar 04
1
dividing ts objects of different frequencies
...uency = 4, start=c(2001,1), end=c(2008,2))
distPop.ts = ts(data=distPop.df[,-1], frequency=1, start=(2000))
The time series I want is:
br.ts[2001Q1]/distPop.ts[2001] , br.ts[2001Q2]/distPop[2001],
br.ts[2001Q3]/distPop.ts[2001] , br.ts[2001Q4]/distPop[2001],
br.ts[2002Q1]/distPop.ts[2002] , br.ts[2002Q2]/distPop[2002],
etc.
This would not be too difficult to write but does anything like this already
exist?
Thank you,
-stephen
--
==========================================
Stephen J. Barr
University of Washington
Dept. of Applied and Computational Math Sciences
Dept. of Economics
WEB: www.econs...
2005 Dec 27
5
class exceeds its ceil
...rate 2200 ceil 7500kbit prio 3 (default)
My problem is: the 1:10 class consumes the whole bandwidth.
This is caused by a massive p2p traffic. I''ve read similar posts on this
list, and I can''t use the solution proposed by Stef Coene here:
http://mailman.ds9a.nl/pipermail/lartc/2002q2/003958.html. I match p2p
packets with both ipp2p and layer7 filters and mark them with iptables
MARK. I can easily block p2p traffic, but when I allow it - it exceeds
its ceil and reaches the rate of my internet link, which is unacceptable.
I need to allow other classes to borrow bandwidth from...
2006 Jan 04
0
"Established connection" issues using multipath
...ocket should not experience any outage
~> ~> when the route is resolved after cache entry expiration
~> ~> assuming the routing rules do not change.
~> ~> (That is snip of the Julian Anastasov''s reply in a lartc thread:
~> ~> http://mailman.ds9a.nl/pipermail/lartc/2002q2/003780.html)
~> ~>
~> ~> Does it mean that it should work?
~>
~> No, it doesn''t. Any ideas?
~>
~> PS: this thread was:
~> http://marc.theaimsgroup.com/?l=linux-net&m=113550638110682&w=2
Yay, there is a solution, but we cannot use it:
The IP of gw A i...