当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- html
- PHP应用对接Justswap专用开发包【JustSwap.PHP】
- ES6学习笔记(五):轻松了解ES6的内置扩展对象
- The difference between Es5 class and ES6 class
- 6.6.1 localeresolver internationalization parser (1) (in-depth analysis of SSM and project practice)
- I've been rejected by the product manager. Why don't you know
- Vuejs development specification
- Electron application uses electronic builder and electronic updater to realize automatic update
- 一篇文章带你了解CSS3 背景知识
- Word segmentation, naming subject recognition, part of speech and grammatical analysis in natural language processing
猜你喜欢
PHPSHE 短信插件说明
Tool class under JUC package, its name is locksupport! Did you make it?
I'm afraid that the spread sequence calculation of arbitrage strategy is not as simple as you think
Natural language processing - BM25 commonly used in search
前端都应懂的入门基础-github基础
Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret
一篇文章教会你使用HTML5 SVG 标签
Python Jieba segmentation (stuttering segmentation), extracting words, loading words, modifying word frequency, defining thesaurus
数据产品不就是报表吗?大错特错!这分类里有大学问
钻石标准--Diamond Standard
随机推荐
Can't be asked again! Reentrantlock source code, drawing a look together!
(2)ASP.NET Core3.1 Ocelot路由
Python crawler actual combat details: crawling home of pictures
钻石标准--Diamond Standard
I'm afraid that the spread sequence calculation of arbitrage strategy is not as simple as you think
Common algorithm interview has been out! Machine learning algorithm interview - KDnuggets
深度揭祕垃圾回收底層,這次讓你徹底弄懂她
Not long after graduation, he earned 20000 yuan from private work!
Grouping operation aligned with specified datum
How to use Python 2.7 after installing anaconda3?
PHPSHE 短信插件说明
Deep understanding of common methods of JS array
Multi classification of unbalanced text using AWS sagemaker blazingtext
ES6学习笔记(二):教你玩转类的继承和类的对象
Mac installation hanlp, and win installation and use
I've been rejected by the product manager. Why don't you know
Tool class under JUC package, its name is locksupport! Did you make it?
Analysis of react high order components
Programmer introspection checklist
IPFS/Filecoin合法性:保护个人隐私不被泄露