https://github.com/twitter/iago2
A load generator, built for engineers
https://github.com/twitter/iago2
Last synced: 6 months ago
JSON representation
A load generator, built for engineers
- Host: GitHub
- URL: https://github.com/twitter/iago2
- Owner: twitter
- License: apache-2.0
- Created: 2018-04-04T22:08:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T11:31:15.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T19:35:18.129Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 158 KB
- Stars: 25
- Watchers: 7
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
# Iago, A Load Generator
[](http://travis-ci.com/twitter/iago2)
## Documentation
* Getting Started
* Overview
* Architecture
* Implementing Your Test
* Configuring and Launching Your Test
* Weighted Requests
* Metrics
* Tracing
* Using Iago2 as a Library
* Iago to Iago2 Migration Guide
* Contributing to Iago2
* FAQ
## Reporting Issues
* Sensitive security issues: please submit your report to Twitter HackerOne
* Non-security issues: please open an issue via github
## Contributing to Iago2
Iago2 is open source, hosted on Github here.
If you have a contribution to make, please fork the repo and submit a pull request.
And please check out our Code of Conduct here.
## License
Iago2 is under Apache License 2.0
## ChangeLog
2018-09-18
* fixed an issue that local iago server fails to start sometimes
* fixed flaky unit tests
* updated README.md and travis-ci config
2018-07-23
* removed RecordProcessor.processLines
2018-07-06
* replaced remaining com.twitter.logging.Logging with com.twitter.server.logging.Logging
* modified the types of feederRamInBytes, feederDiskInBytes, serverRamInBytes and serverDiskInBytes to "Long" in iago launcher AuroraMode
* properly close file source in com.twitter.iago.feeder.LogSourceImpl (default LogSource implementation)
* added documentation table of contents and license link in README.md for easier access
2018-05-31
* removed Kestrel transport
* removed dependency com.twitter.util-logging
* added an example of aurora mode launching script
* updated the documentation
2018-04-10
* initial iago2 source code import
[Top](#Top)