siege官方文档(译)(一)
WHAT IS siege?
Siege is an open source regression test and benchmark utility.
Siege是一款开源回归测试和基准测试工具。
It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously.
它可以模拟多个用户同时对单个URL进行压力测试,或者可以将很多URL读入内存并同时对它们进行压力测试。
The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status.
该程序报告记录的点击总数,传输的字节数,响应时间,并发性和返回状态。
Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST directives,cookies, transaction logging, and basic authentication.
Siege支持HTTP / 1.0和1.1协议,GET和POST请求方法,cookies,事务日志记录和基本验证。
Its features are configurable on a per user basis.
它的特点是对于每一个用户是可配置的。
Most features are configurable with command line options which
also include default values to minimize the complexity of the
program's invocation.
大多数功能都可以通过命令行选项进行配置,命令行选项还包括默认值以最大限度地减少程序调用的复杂性。
Siege allows you to stress a web server with n number of users t number of times, where n and t are defined by the user.
Siege允许您用n个用户来对web服务器进行加压t次,其中n和t由用户定义。
It records the duration time of the test as well as the duration of each single transaction.
它记录(压力)测试的持续时间,以及单个事物的持续时间。
It reports the number of transactions, elapsed time, bytes transferred,response time, transaction rate, concurrency and the number oftimes the server responded OK, that is status code 200.
它报告事务总数,已用时间,传输的字节数,响应时间,每秒事务(通过)率,并发性以及服务器响应的次数,即状态码200。
Siege was designed and implemented by Jeffrey Fulmer in his position as Webmaster for Armstrong World Industries.
Siege由Jeffrey Fulmer担任Armstrong World Industries网站站长的时,设计和实施的
It was modeled in part after Lincoln Stein's torture.pl and it's data reporting is almost identical.
它是部分建模的,在Lincoln Stein's torture.pl之后,以及它的数据报告几乎完全相同。
But torture.pl does not allow one to stress many URLs simultaneously; out of that need siege was born....
但是torture.pl不允许同时对多个URL进行压力测试,出于那种需要,siege诞生了....
When a HTTP server is being hit by the program, it is said to be "under siege."
当一个HTTP服务器被请求时,可以说http服务器它是“被围攻的”。
siege官方文档(译)(一)的更多相关文章
- siege官方文档(译)(二)
WHY DO I NEED IT? Siege was written for both web developers and web systems administrators. siege是为了 ...
- 别开心太早,Python 官方文档的翻译差远了
近几天,很多公众号发布了 Python 官方文档的消息.然而,一个特别奇怪的现象就发生了,让人啼笑皆非. Python 文档的中文翻译工作一直是“默默无闻”,几个月前,我还吐槽过这件事<再聊聊P ...
- SolrJ API 官方文档最佳实践
以下内容译自Solr Wiki官方文档,版权没有,随意转载. Solrj 是一个访问solr的Java客户端.它提供了一个java接口用于添加更新和查询solr索引.本页面介绍SolrJ最新版本1.4 ...
- HBase 官方文档
HBase 官方文档 Copyright © 2010 Apache Software Foundation, 盛大游戏-数据仓库团队-颜开(译) Revision History Revision ...
- HBase 官方文档0.90.4
HBase 官方文档0.90.4 Copyright © 2010 Apache Software Foundation, 盛大游戏-数据仓库团队-颜开(译) Revision History Rev ...
- [E] Shiro 官方文档阅读笔记 The Reading Notes of Shiro's Offical Docs
官方文档: https://shiro.apache.org/reference.html https://shiro.apache.org/java-authentication-guide.htm ...
- Akka Typed 官方文档之随手记
️ 引言 近两年,一直在折腾用FP与OO共存的编程语言Scala,采取以函数式编程为主的方式,结合TDD和BDD的手段,采用Domain Driven Design的方法学,去构造DDDD应用(Dom ...
- 【AutoMapper官方文档】DTO与Domin Model相互转换(上)
写在前面 AutoMapper目录: [AutoMapper官方文档]DTO与Domin Model相互转换(上) [AutoMapper官方文档]DTO与Domin Model相互转换(中) [Au ...
- 2DToolkit官方文档中文版打地鼠教程(三):Sprite Collections 精灵集合
这是2DToolkit官方文档中 Whack a Mole 打地鼠教程的译文,为了减少文中过多重复操作的翻译,以及一些无必要的句子,这里我假设你有Unity的基础知识(例如了解如何新建Sprite等) ...
随机推荐
- 浅淡!important对CSS的重要性
SS中的!important是一个非常重要的属性,有时候发挥着非常大的作用,52CSS.com这方面的知识并不是非常多,我们看下面的文章,对它作比较感观的了解. 前几天写一些CSS代码的时候又难为我了 ...
- iOS端使用二维码扫描(ZBarSDK)和生成(libqrencode)功能
如今二维码随处可见,无论是实物商品还是各种礼券都少不了二维码的身影.手机中二维码使用也很广泛,如微信等.正好最近收集总结了下二维码的使用方法 下面介绍一下如何在iOS设备上使用二维码 首先在githu ...
- iOS 键盘遮挡输入框万能解决方案(多个输入框)
效果图如下: 思路分析: 代码: 知识点: 问题: 效果图如下: 思路分析: 当我们有很多输入框时,有时候键盘弹出来会遮挡着输入框.我们需要获取输入框和键盘相对于最外层视图的位置来判断是否遮挡,如果遮 ...
- AndroidManifest配置之uses-sdk
uses-sdk配置 uses-sdk用来设置app对android系统的兼容性.它包含三个可选的配置项,分别为android:minSdkVersion,android:targetSdkVersi ...
- Chapter2——如何分析Android程序
前几天买了<Android软件安全与逆向分析>这本书,决定在这里记一些笔记. 第一章介绍了如何搭建环境,此处略去:第二章开始讲分析Android程序. 下面按顺序记录关键内容. ----- ...
- SP8093 JZPGYZ - Sevenk Love Oimaster
传送门 广义后缀自动机-- 其实也不是很难理解,就是每次SAM插入一个串之后,插入新的串的时候,要把last重新调到1的位置,共用一些节点. 这个题我们首先要预处理出来每个状态被多少个串共用.挺暴力的 ...
- WinThruster中文版破解方法(注册表无伤清理工具)
每次卸载完软件,都会有注册表残余垃圾,久而久之电脑会越来越慢,winThruster可以检测出系统无用注册表,并删除. 1.解压文件,安装Setup_WinThruster_2015.exe文件. 2 ...
- 机器学习之逻辑回归(logistic回归)
前言 以下内容是个人学习之后的感悟,转载请注明出处~ 逻辑回归 一.为什么使用logistic回归 一般来说,回归不用在分类问题上,因为回归是连续型模型,而且受噪声影响比较大 ...
- system(“pause”)和getchar()
大家都知道system(“PAUSE”)可以让C程序在运行结束之前暂停运行.用system(“PAUSE”)可以解决运行程序一闪而过,看不到输出结果的问题.有程序员会用system(“PAUSE”)只 ...
- Android调试之TraceView
TraceView 在应用运行时,可以使用Debug类打开操作日志记录功能,打开后Android会详细记录应用花在每个线程以及线程的每个函数的调用时间.操作日志记录完毕后,可以使用Android SD ...