Displaying 2 results from an estimated 2 matches for "1200mbit".
Did you mean:
100mbit
2006 Jan 10
8
tc filter add ... fw returns RTNETLINK answers: Invalid argument
When I run this:
tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw
I get:
RTNETLINK answers: Invalid argument
The traditional interpretation of that gnarly error message is that
cls_fw is missing, but lsmod | grep cls_fw gets me:
cls_fw 2336 4 (autoclean)
I can''t remove it because it''s in use, but all 4 statements that use it
failed, so
2017 Oct 11
0
iozone results
I'm testing iozone inside a VM booted from a gluster volume.
By looking at network traffic on the host (the one connected to the
gluster storage) I can
see that a simple
iozone -w -c -e -i 0 -+n -C -r 64k -s 1g -t 1 -F /tmp/gluster.ioz
will make about 1200mbit/s on a bonded dual gigabit nic (probably,
with a bad bonding mode configured)
fio returns about 50000kB/s, that are 400000 kbps.
As I'm using replica 3, the host has to write to 3 storage server,
thus: 400000*3 = 1200000 kbps
If I understood properly, i'm able to reach about 1200000 kpbs...