twitter / iago2

A load generator, built for engineers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iago, A Load Generator

Build Status

Documentation

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

About

A load generator, built for engineers

License:Apache License 2.0


Languages

Language:Scala 99.1%Language:Thrift 0.9%