Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://howardosborne.github.io/locust_for_jmeter_users/
A tutorial on using Locust for people familiar with JMeter
https://howardosborne.github.io/locust_for_jmeter_users/
Last synced: 28 days ago
JSON representation
A tutorial on using Locust for people familiar with JMeter
- Host: GitHub
- URL: https://howardosborne.github.io/locust_for_jmeter_users/
- Owner: howardosborne
- License: mit
- Created: 2020-06-03T15:11:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T08:32:05.000Z (about 4 years ago)
- Last Synced: 2024-08-04T02:07:48.314Z (4 months ago)
- Size: 1020 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-locust - Locust for JMeter users - A tutorial on using Locust for people familiar with Apache JMeter. (Tutorials)
README
This is a short guide for [JMeter](https://jmeter.apache.org/) users who are interested in learning about [Locust](https://locust.io/). It is divided into three parts.
1. [A simple example](./simple_example.md)
covers the absolute basics of making and running a test.
2. [A more complex example](./more_complex_example.md)
goes into more detail covering the following topics:
Tasks, tasksets and sequential tasksets
Making custom functions
Naming requests
Dealing with embedded resources
Managing cookies and headers3. [Other features](./other_features.md)
This part looks at:
Proxies
Pre and post processors
Testing other protocols
Using Webdriver
CSV data
Monitoring
Distributed testingIf there is a feature in JMeter you would like to know how to do in Locust, raise an [issue](https://github.com/howardosborne/locust_for_jmeter_users/issues).