An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Iago, A Load Generator
[![Build Status](https://travis-ci.com/twitter/iago2.svg?branch=master)](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)