1.772597 - select a.*,c.b_name,c.count from `bestbook_list` as a join `bestbook_user` as b on a.u_sn=b.u_sn join `bestbook` as c on a.b_isbn=c.b_isbn where b.`uid`='44749' order by l_postdate desc 1.783615 - select a.*,c.b_name,c.count from `bestbook_list` as a join `bestbook_user` as b on a.u_sn=b.u_sn join `bestbook` as c on a.b_isbn=c.b_isbn where b.`uid`='44749' order by l_postdate desc LIMIT 0, 20 ```
siege -R .siege -c 2000 -r 50 -i -b -A "test" https://127.0.0.1/modules/bestbook/index.php ``` ``` ================================================================ ** SIEGE 4.0.4 ** Preparing 255 concurrent users for battle. The server is now under siege... Transactions: 12750 hits Availability: 100.00 % Elapsed time: 16.90 secs Data transferred: 421.82 MB Response time: 0.27 secs Transaction rate: 754.44 trans/sec Throughput: 24.96 MB/sec Concurrency: 201.59 Successful transactions: 12750 Failed transactions: 0 Longest transaction: 13.64 Shortest transaction: 0.00 ```
================================================================ ** SIEGE 4.0.4 ** Preparing 255 concurrent users for battle. The server is now under siege... Transactions: 12750 hits Availability: 100.00 % Elapsed time: 16.90 secs Data transferred: 421.82 MB Response time: 0.27 secs Transaction rate: 754.44 trans/sec Throughput: 24.96 MB/sec Concurrency: 201.59 Successful transactions: 12750 Failed transactions: 0 Longest transaction: 13.64 Shortest transaction: 0.00 ```