Displaying 5 results from an estimated 5 matches for "mgen".
Did you mean:
gen
2005 Dec 14
1
mgen & tc
Hello,
I have the following proplem. My DiffServ configuration is working fine
when I do ping, but when I use mgen the packets are not detected at the
core router.
Here is my core router configuration:
#!/bin/bash
tc qdisc add dev eth1 handle 1:0 root dsmark indices 64 set_tc_index
tc filter add dev eth1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc
shift 2
tc qdisc add dev eth1 parent 1:0 handle 2:0 ht...
2001 Apr 04
1
Problem with bandwidth
...ost1 ---> Router ----> Host2
When i run ttcp -t on Host1 while ttcp -r in Host2, the bandwidth that i
can get is about 860 Kbytes/s, which is less than 7Mbps. But i am using NIC
10Mbps for all machines. Why is that so?
Currently, i am experimenting with the example efcbq. I am using MGEN (a
UDP traffic generator) to send 2 flows of traffic (EF and BE) from Host1 to
Host2. I allocate EF 3Mbit and BE 7Mbit in router. But using DREC (a
receiver that comes with MGEN), i observed the bandwidth obtained by BE and
EF do not tally with my tc configurations. And the sum of the total
ba...
2011 Aug 05
2
Which is more efficient?
Greetings all,
I am curious to know if either of these two sets of code is more efficient?
Example1:
## t-test ##
colA <- temp [ , j ]
colB <- temp [ , k ]
ttr <- t.test ( colA, colB, var.equal=TRUE)
tt_pvalue [ i ] <- ttr$p.value
or
Example2:
tt_pvalue [ i ] <- t.test ( temp[ , j ], temp[ , k ], var.equal=TRUE)
-------------
I have three loops, i, j, k.
One to test the all of
2005 Feb 16
9
DSCP, ToS and Egress
I''m successfully using HTB + GRED to shape traffic based on the DSCP field. I
would like to strip the DSCP and possibly replace it with normal ToS bits on
egress traffic leaving my network. Leaving DSCP set is pointless, and could
potentially cause problems with some ISPs that use DSCP internally I suppose.
Setting ToS bits would seem ideal as most networks still honor it to varying
2007 Jun 14
16
PQ questions
Hi all,
First, let me say I''ve been most impressed with how quickly and
professionally people on this list ask and answer questions.
Next, let me say that with which I need help is properly configuring strict
PQ, and gathering certain stats. Specifically:
- I need to create a priority queue with four queues (let''s say they are of
high, medium, normal, and low priority)
- I