您的位置:首页 > 博客中心 > 数据库 >

apache+mysql+php ab测试

时间:2022-03-14 01:07

环境:

Apache:2.4.4

MySQL:5.6.12

php:5.4.12

gxlsystem.com,布布扣

 

 

测试1:

test2.php

php文件几乎为0

>ab -n 500 -c 500 http://127.0.0.1/test/test2.php

gxlsystem.com,布布扣

 

分表前的测试:用用户名(索引)查询用户信息,

$Tuser = T(‘user‘);
$r = mt_rand(0,9);
$username = ‘username3000‘.$r;
$Tuser->select(‘‘,array(‘username‘=>$username));

 

>ab -n 1000 -c 1000 http://127.0.0.1/microblog/index.php/test/test_table

 

 gxlsystem.com,布布扣

 

分表前的测试:用用户名(索引)查询用户信息,(同上)

>ab -n 5000 -c 50 http://127.0.0.1/microblog/index.php/test/test_table

 

gxlsystem.com,布布扣

 

热门排行

今日推荐

热门手游