说明一下:
以下试验所采用的tcpcopy为 0.5以下的版本,仅供参考
从208远程发起大量mysql请求,命令如下:
[root@yz250-208 ~]# sysbench --debug=off --test=oltp --mysql-table-engine=innodb --oltp-test-mode=complex --oltp-table-size=10000 --mysql-socket=/tmp/mysql.sock --num-threads=20 --max-requests=0 --mysql-user=root --mysql-password=xxxxxxxx --mysql-host=123.58.176.148 run
[root@yz250-208 ~]# sysbench --debug=off --test=oltp --mysql-table-engine=innodb --oltp-test-mode=complex --oltp-table-size=10000 --mysql-socket=/tmp/mysql.sock --num-threads=20 --max-requests=0 --mysql-user=test --mysql-password=yyyyyy --mysql-host=123.58.176.148 run
在线:
[root@bgp176-148 tmp]# ll access.log
-rw-rw---- 1 mysql mysql 1160590772 Feb 14 14:34 access.log
测试:
[root@bgp176_161 tmp]# ll access.log
-rw-rw---- 1 mysql mysql 1160696291 Feb 14 14:34 access.log
在线机器运行tcpcopy命令
[root@bgp176-148 tmp]# ps aux|grep tcpcopy
root 19627 12.9 3.2 81552 67448 pts/4 Sl 11:10 26:35 ./tcpcopy 123.58.176.148 3306 123.58.176.161 3306 -p root@xxxxxxxxx:test@yyyyyy
root 19904 0.0 0.0 4032 696 pts/4 S+ 14:36 0:00 grep tcpcopy
测试机器运行interception
[root@bgp176_161 tmp]# ps aux|grep interception
root 10857 0.8 0.3 16724 13492 ? S Feb10 51:29 ./interception
root 13544 0.0 0.0 61192 732 pts/1 S+ 14:36 0:00 grep interception
需要注意的地方就是,在线访问的时候,同时存在root用户和test用户,其中root用户走二次校验过程,test用户走一次校验过程。
测试机器配置的用户名和权限和在线一样。