1:siege
参考url:http://www.ha97.com/4663.html
wget http://download.joedog.org//siege/siege-latest.tar.gz
tar -zxvf siege-latest.tar.gz
cd siege-4.0.2
./
[……]阅读全文
1:siege
参考url:http://www.ha97.com/4663.html
wget http://download.joedog.org//siege/siege-latest.tar.gz
tar -zxvf siege-latest.tar.gz
cd siege-4.0.2
./
[……]阅读全文
最近几个月都在忙着日志系统的架构。设计出一套比较高可用,高吞吐的日志系统,并能符合我们的业务需求。最终的架构如下:
研发会把业务日志写成json格式,然后写入本地的文件,我们在服务器上安装logstash软件,负责采集,由于是json格式,所以指定codec=》json格式,这样能大大提高log
[……]阅读全文