- 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
- Sensitive security issues: please submit your report to Twitter HackerOne
- Non-security issues: please open an issue via github
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.
Iago2 is under Apache License 2.0
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