Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Performance testing with pylot

2025-02-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Introduction

L based on python written performance testing tools, simple, easy to use, can complete less complex performance testing.

L currently can only be used based on python2.5 32-bit, which is a pity, and it seems to be no longer being maintained, alas

Installation

Install python2.5 32-bit first and modify the environment variable

Download pylot package, which can be used directly after decompression. No installation is required.

L there are two other packages related to graphics, which are exe files, which can be downloaded and installed directly.

Use

1. The easiest to use

L modify testcase.xml and add the URL you want to test

L cmd enter the pylot directory and execute the command: python run.py-a 20-d 20

-a represents the number of concurrency, and-d indicates the duration (s)

A html report will be generated after the execution is completed.

2. HTTP GET request

Modify the testcase.xml, similar to the following, and follow the same steps as before

Note that the & in the request URL should be replaced with &

3. HTTP POST request

Modify testcase.xml, similar to the following, and follow the same steps as before:

Http://v.juhe.cn/laohuangli/d

POST

Content-type:application/x-www-form-urlencoded

4. WS request

Modify testcase.xml, similar to the following, and follow the same steps as before

5 、 GUI

Start GUI using the command: python run.py-g

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report