3
4
5
6
http://hakatatonkotsu-anime.com/
7
c
http://hakatatonkotsu-anime.com/
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -j REJECT
25
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -j REJECT
26
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -j REJECT
27
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -j REJECT
28
29
30
31
32
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -m statistic --mode random --
probability 0.02 -j DROP
33
# iptables -A OUTPUT -p tcp -d xxx.xxx.xxx.xxx
--dport 3306 -m statistic --mode random --
probability 0.02 -j DROP
34
35
# tc qdisc add dev eth0 root handle 1:0 tbf
rate 50mbit burst 25kb limit 250kb
36
# tc qdisc add dev eth0 root handle 1:0 tbf
rate 50mbit burst 25kb limit 250kb
# tc qdisc add dev root handle 1:0 netem delay
50ms 10ms distribution normal
37
38
39
40
41
42
43
44
45
$ ./go/bin/comcast --device=eth0 --latency=185
--target-bw=40 --packet-loss=2%
46
$ ./go/bin/comcast --device=eth0 --latency=185
--target-bw=40 --packet-loss=2%
47
$ ./go/bin/comcast --device=eth0 --latency=185
--target-bw=40 --packet-loss=2%
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
déjà vu
80
81
82
83
84
85
86
87
ネットワーク障害を支配したい話

ネットワーク障害を支配したい話