当前位置:网站首页>Interface pressure test: installation, use and instruction of siege pressure test
Interface pressure test: installation, use and instruction of siege pressure test
2020-11-06 01:28:00 【Elementary school students in IT field】
brief introduction
siege Is an open source stress testing tool , According to the configuration, a WEB Multi user concurrent access to the site , Record the corresponding time of each user's request process , And repeat under a certain number of concurrent access .
Download and install
Environmental Science :centos 6.4 Private server
Official website address :http://download.joedog.org/siege/
1. download :wget http://download.joedog.org/siege/siege-4.0.4.tar.gz

2. decompression 、 configuration setup
tar xzvf siege-4.0.4.tar.gz

compile 、 install
cd siege-4.0.4
./configure
make && make install
Be careful : If the compiler is not installed , Please install first.
sudo apt-get install build-essential
3. create profile ( You can also not create )
siege.config
Modify the configuration file
open ~/.sige/sige.conf file , modify logfile Options
logfile=$(HOME)/sige.log
4. Configure environment variables
Normally, environment variables are added by default , But my reason may be that the private server needs to be configured ,
The configuration process is as follows :
First : perform siege -v Found an error ,bash:siege:command not found
next : Look at the siege The location of the executable file for :
whereis siege

When you find it, add it :
Carry out orders :
vi /etc/profile
Add the following :

Save exit after modification , function source /etc/profile Let it take effect immediately !
It runs again .

Two 、siege Common parameters of
-h help
-c Specify the number of concurrent ( It's really concurrent )
-r Specify the number of repetitions
-d Specify the delay time for the request , Note the random delay between each request ( Simulate the user's thinking time , One minute at most , The rest is random, default to within a minute )
-f Appoint url list , You can pressurize more than one address at a time ( It's mostly used for turning pages Url test )
-t Specify the execution time of the use case , such as ,-t 10s,-t 1M(H) And so on ( It is mainly used for stability test , Pressurize for a long time , The easiest way to find memory leaks )
-g Obtain requested headers Information and print it out ,debug special
-H Specify the requested headers Information
-l perhaps –log=[File] Specify the path of the test results
Usage examples
Usage examples
siege -c 50 -r 100 -u http://192.168.91.100
The result shows that
5、 The result shows that
** SIEGE 2.72
** Preparing 300 concurrent users for battle.
The server is now under siege… done.
Transactions: 30000 hits // complete 30000 Secondary processing
Availability: 100.00 % //100.00 % The success rate
Elapsed time: 68.59 secs // Total usage time
Data transferred: 817.76 MB // Total data transfer ( No header data )*****
Response time: 0.04 secs // Mean response time
Transaction rate: 437.38 trans/sec // Average per second 437.38 Secondary processing ******
Throughput: 11.92 MB/sec // Average data transfer per second
Concurrency: 17.53 // The actual maximum number of concurrent connections
Successful transactions: 30000 // Number of successful processing
Failed transactions: 0 // Number of failed processing
Longest transaction: 3.12 // The maximum time it takes to satisfy a request *****
Shortest transaction: 0.00 // The shortest time it takes to satisfy a request ******
Data transferred The section contains the total size of the response received for each request (MB).
Transaction rate Help us understand when Web The number of concurrent transactions that the server can satisfy when running under the load specified by our command ( Simultaneous requests ).
hhtps reference :https://www.jianshu.com/p/74c465ff136f
版权声明
本文为[Elementary school students in IT field]所创,转载请带上原文链接,感谢
边栏推荐
- 一篇文章带你了解CSS 渐变知识
- Not long after graduation, he earned 20000 yuan from private work!
- 多机器人行情共享解决方案
- Brief introduction of TF flags
- Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)
- 深度揭祕垃圾回收底層,這次讓你徹底弄懂她
- PHP应用对接Justswap专用开发包【JustSwap.PHP】
- [JMeter] two ways to realize interface Association: regular representation extractor and JSON extractor
- Subordination judgment in structured data
- Advanced Vue component pattern (3)
猜你喜欢

Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret

I'm afraid that the spread sequence calculation of arbitrage strategy is not as simple as you think

ES6学习笔记(二):教你玩转类的继承和类的对象

git rebase的時候捅婁子了,怎麼辦?線上等……

在大规模 Kubernetes 集群上实现高 SLO 的方法

PN8162 20W PD快充芯片,PD快充充电器方案

This article will introduce you to jest unit test

Aprelu: cross border application, adaptive relu | IEEE tie 2020 for machine fault detection

阿里云Q2营收破纪录背后,云的打开方式正在重塑

容联完成1.25亿美元F轮融资
随机推荐
Word segmentation, naming subject recognition, part of speech and grammatical analysis in natural language processing
Using consult to realize service discovery: instance ID customization
Relationship between business policies, business rules, business processes and business master data - modern analysis
Let the front-end siege division develop independently from the back-end: Mock.js
htmlcss
一篇文章带你了解CSS 分页实例
Brief introduction of TF flags
前端工程师需要懂的前端面试题(c s s方面)总结(二)
From zero learning artificial intelligence, open the road of career planning!
How long does it take you to work out an object-oriented programming interview question from Ali school?
一篇文章带你了解SVG 渐变知识
Summary of common algorithms of binary tree
带你学习ES5中新增的方法
Natural language processing - BM25 commonly used in search
Keyboard entry lottery random draw
Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret
深度揭祕垃圾回收底層,這次讓你徹底弄懂她
Network security engineer Demo: the original * * is to get your computer administrator rights! 【***】
比特币一度突破14000美元,即将面临美国大选考验
Python saves the list data