Displaying 6 results from an estimated 6 matches for "wrandom".
Did you mean:
random
2010 Nov 10
2
Asterisk 1.8 -- queue not recognizing that agent is busy
Hi All,
I've got a realtime queue in place (strategy is "wrandom"), and have
added a member dynamically via "queue add member ". My agent shows in
the queue, but when he gets the call is not recognized as "In Use".
Here is the output from "queue show" prior to the call:
*CLI> queue show
QUEUE_3 has 0 calls (max unlimited)...
2011 Apr 26
1
How does wrandom strategy works with Queue?
Hi,
wrandom strategy for Queue says...rings random interface, but uses the
member's penalty as a weight when calculating their metric. So a member
with penalty 0 will have a metric somewhere between 0 and 1000, and a member
with penalty 1 will have a metric between 0 and 2000, and a member with
penalty 2...
2005 Sep 26
3
ip route add default mpath (rr| drr|random|wrandom)...
...patches from http://www.ssi.bg/~ja/ - are they needed at all? - They do not apply cean. The kernel is 2.6.13.
This configuration does not work:
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_MULTIPATH_CACHED=y
CONFIG_IP_ROUTE_MULTIPATH_RR=m
CONFIG_IP_ROUTE_MULTIPATH_RANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_WRANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_DRR=m
How should i use these modules? ip route add default mpath (rr| drr|random|wrandom)... does not load the appropriate module automatically. Loading them manualy changes nothing. And issuing this command on kernel where this feature is not enebled does not report a...
2005 Sep 26
0
Re: LARTC Digest, Vol 7, Issue 7
...@mailman.ds9a.nl
When replying, please edit your Subject line so it is more specific
than "Re: Contents of LARTC digest..."
Today''s Topics:
1. Re: Traffic Control (Andreas Klauer)
2. Re: LARTC Digest, Vol 7, Issue 6 (Gobbledegeek)
3. ip route add default mpath (rr| drr|random|wrandom)... (Krzysiek)
----------------------------------------------------------------------
Message: 1
Date: Sun, 25 Sep 2005 12:09:52 +0200
From: Andreas Klauer
Subject: Re: [LARTC] Traffic Control
To: lartc@mailman.ds9a.nl
Message-ID: <200509251209.52461.Andreas.Klauer@metamorpher.de>
Content...
2005 Oct 01
0
Re: RE: Control Traffic
...@mailman.ds9a.nl
When replying, please edit your Subject line so it is more specific
than "Re: Contents of LARTC digest..."
Today''s Topics:
1. Re: Traffic Control (Andreas Klauer)
2. Re: LARTC Digest, Vol 7, Issue 6 (Gobbledegeek)
3. ip route add default mpath (rr| drr|random|wrandom)... (Krzysiek)
----------------------------------------------------------------------
Message: 1
Date: Sun, 25 Sep 2005 12:09:52 +0200
From: Andreas Klauer
Subject: Re: [LARTC] Traffic Control
To: lartc@mailman.ds9a.nl
Message-ID: <200509251209.52461.Andreas.Klauer@metamorpher.de>
Content...
2006 Mar 06
8
multipath algorithm
...g about multipath routes and found something that no howto I
saw mentioned so far: multipath algorithms.
The kernel has the followings:
# zgrep MULTIPATH_ /proc/config.gz
CONFIG_IP_ROUTE_MULTIPATH_CACHED=y
CONFIG_IP_ROUTE_MULTIPATH_RR=m
CONFIG_IP_ROUTE_MULTIPATH_RANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_WRANDOM=m
CONFIG_IP_ROUTE_MULTIPATH_DRR=m
CONFIG_DM_MULTIPATH_EMC
iproute2 also has support for these (at least, it passed them forward to the
kernel):
static char *mp_alg_names[IP_MP_ALG_MAX+1] = {
[IP_MP_ALG_NONE] = "none",
[IP_MP_ALG_RR] = "rr",
[IP_MP_ALG_D...