[Phabricator] 代码审查工具

Phabricator是Facebook开源的一个可视化的代码审查工具 安装 1 2 git clone https://github.com/phacility/libphutil.git git clone https://github.com/phacility/arcanist.git arc执行文件路径加载到系统路径并加载 1 2 3 source ~/.bash_profile arc

[MySQL] MySQL autocommit

MySQL autocommit 控制是否开启隐式事务 查看状态 mysql> show variables like '%autocommit%'; 开启自动提交 mysql> set autocommit=1; 关闭自动提交 使用commit提交事务操作,或者使用rollback回滚操作 配置文

[Go] 一个Golang实现的MySQL基准测试工具

benchyou is a benchmark tool for MySQL, similar Sysbench. Introduction benchyou is a benchmark tool for MySQL, real-time monitoring TPS and vmstat/iostat Build 1 2 3 $ git clone https://github.com/xelabs/benchyou $ cd benchyou $ make build Usage 1 $ ./bin/benchyou -h Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 prepare 64 tables: ./bin/benchyou --mysql-host=192.168.0.3