二、使用
  参数介绍:
  transactions:处理的请求数
  Availability: 成功率
  Elapsed Time:需要多少时间
  Data transferred :传输了多少字节
  Response time: 响应时间
  Transaction rate:平均每秒完成多少次处理 (表示后台的处理速度)
  Throughput:平均每秒传输速度
  Concurrency:高并发量
  Successful transactions :成功的处理数
  Failed transactions:失败的处理数
  Longest transactions:传输长的时间
  Shortest transactions:传输短的时间
  50个用户(每次并发量,不是每秒并发量)重复10 共产生 50 *10= 500个请求 (默认:GET)
  /usr/local/siege/bin/siege -c 50 -r 10 http://matouapp.ymatou.com/forymatouapp/home
  执行结果: