Advertisement

Locust性能测试应用实践总结,看完我悟了

阅读量:

目录

1、简介:

2、安装:

3、快速启动:

4、运行Locust:

5、总结

6、重点:配套学习资料和视频教学


1、简介:

Locust is a framework focused on high scalability and distributed architecture, designed for comprehensive functional testing and available as an open-source tool. It is built in Python, making it both user-friendly and easy to learn, with a relatively flat learning curve. A central concept revolves around mimicking user interactions, where each user's actions are governed by your custom Python code. You can instantly view behavior metrics directly from the web interface.

Locust完全基于事件驱动模式,在单机环境下能够支撑数千级别的并发访问

全部评论 (0)

还没有任何评论哟~