获取ab测试结果的rps 2015/12/14 36974 清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>> while (<>){ printf("%20s\t",$1) if /Server Software:\s+(.*?)\n/; printf("%10d\n",$1) if /Requests per second:\s+(\d+\.\d+)/; }