压力测试和评测工具 Siege

码农软件 · 软件分类 · 性能测试和优化 · 2019-11-29 14:29:46

软件介绍

Siege是一个压力测试和评测工具,设计用于WEB开发这评估应用在压力下的承受能力:可以根据配置对一个WEB站点进行多用户的并发访问,记录每个用户所有请求过程的相应时间,并在一定数量的并发访问下重复进行。

测试实例:

Ben: $ siege -u shemp.whoohoo.com/Admin.jsp -d1 -r10 -c25
 ..Siege 2.65 2006/05/11 23:42:16
 ..Preparing 25 concurrent users for battle.
 The server is now under siege...done
 Transactions:                    250 hits
 Elapsed time:                  14.67 secs
 Data transferred:             448000 bytes
 Response time:                  0.43 secs
 Transaction rate:              17.04 trans/sec
 Throughput:                 30538.51 bytes/sec
 Concurrency:                    7.38
 Status code 200:                 250
 Successful transactions:         250
 Failed transactions:               0

本文地址:https://codercto.com/soft/d/20054.html

Python Algorithms

Python Algorithms

Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99

Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具